Closed merndev closed 4 years ago
Hi,
The wrapper includes a special feature to achieve this. You can use the legend
parameter on the candleStickSeries
.
let candleStickSeries = [{
options: {...},
data: [...],
legend: "BTC/USD 30m"
}]
let histogramSeries = [{
options: {...},
data: [...],
legend: "Volume"
}]
Thank You So Much... It worked...
I am new to coding... is it possible to show open high low close labels in chart with respect to crosshair ?