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
When another series is added that use right priceScale, even though it's not used, will fixed issue above. However if it used only left priceScale, it won't render title properly again
constline3=chart.addLineSeries();
Screenshots:
with line3 added
CodeSandbox/JSFiddle/etc link:
The text was updated successfully, but these errors were encountered:
@SuperPenguin what's the reason to use empty visible price scale (right or left but without sources)? just to display values from overlay sources? it seems that it will be pretty much clear without anything on it
Lightweight Charts Version: 3.7.0
Steps/code to reproduce:
Actual behavior:
Series title is not rendered
Expected behavior:
Series title should rendered
When another series is added that use right priceScale, even though it's not used, will fixed issue above. However if it used only left priceScale, it won't render title properly again
Screenshots:
with line3 added
CodeSandbox/JSFiddle/etc link:
The text was updated successfully, but these errors were encountered: