Closed burnside closed 4 years ago
Sorry for the late reply. Are you still facing the issue? If so, could you please send a Codesandbox link so I can review your issue easily? Thanks
Unfortunately we have since shifted to an alternate charting software.
Ok, I close the issue then
I can't seem to get the priceScale of a combined histogramSeries and candlestickSeries to decouple.
chart options:
chart tag:
<ChartTwo options={tvPriceOptions} histogramSeries={seriesVolumeTv} candlestickSeries={seriesCandleTv} autoWidth height={350} />
when it renders the volume bars and candlesticks share the same right hand scale and the volume bars completely overlap the candlesticks.
until I can figure this out I am just stacking two separate charts, but you can imagine how for many reasons this is less than ideal.
any thoughts are appreciated, thanks!