lightweight-charts-react-wrapper
lightweight-charts-react-wrapper copied to clipboard
Support the multi price axis?
like this.
By default a chart has only 2 price scales,
Maybe tradingview doesn't want to support this feature?
https://github.com/tradingview/lightweight-charts/issues/129
As far as I know, it is possible to have only two visible price scales and any number of invisible overlay price scales. I don't see any progress on this feature in the next version of LWC.
In lwc@next I see only 3 new features:
-
<CustomSeries>
component that will use IChartApi::addCustomSeries api. -
<ChartEx>
component that will use createChartEx api. -
<SeriesPrimitive>
component that will use ISeriesApi::attachPrimitive api.