You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can add an additional option like textColor in PriceScaleOptions. So the library should use this color to paint text on a scale if this color is provided via options.
Is your feature request related to a problem? Please describe.
For now we have ability to choose color for all scales:
lightweight-charts/src/model/layout-options.ts
Line 65 in f28f811
Describe the solution you'd like
We can add an additional option like
textColor
inPriceScaleOptions
. So the library should use this color to paint text on a scale if this color is provided via options.lightweight-charts/src/model/price-scale.ts
Lines 89 to 170 in f28f811
Additional context
The text was updated successfully, but these errors were encountered: