Closed tghilardi closed 4 years ago
Tried with ver 3.0.1 and the latest release.
Chart price lines show up, but the title attribute is not showing up.
candleSeries.createPriceLine( -- | { | price: 6.58, | color: 'red', | lineWidth: 2, | lineStyle: LightweightCharts.LineStyle.Dotted, | axisLabelVisible: true, | title: 'SL: 6.58', | } ); | | candleSeries.createPriceLine( | { | price: 6.34, | color: 'green', | lineWidth: 2, | lineStyle: LightweightCharts.LineStyle.Dotted, | axisLabelVisible: true, | title: 'TP: 6.34', | } );
Tried with ver 3.0.1 and the latest release.
Chart price lines show up, but the title attribute is not showing up.