Replies: 2 comments
-
Ok so I found a workaround. In my previous post I mentioned that it was not possible to create the "ON THE TOP" candlestick series at the end of the code because other line series (in-house elaborated solution for "half" support & resistance lines) are being created dynamically, but that does not mean we cannot do the following: 1- Create 100 dummy empty line series (in a loop) and store them in a json var (keys as number, values as SeriesApi<"Candlestick">) This is the only workaround I could think about. So far I did not notice any performance degradation and fabulously did the job ! EDIT:
selectedClose is the close price of the hovered candlestick. It is set as follows:
|
Beta Was this translation helpful? Give feedback.
-
We have a feature request for this - see #136 |
Beta Was this translation helpful? Give feedback.
-
Hi,
Any chance we could have a release in which we will be able to control the z-index of specific series' canvas, more specifically for ISeriesApi<"Candlestick"> so that it is always on top of the other series on the chart?
I know this can be achieved by creating the desired series after creating the other series in the code, but sometimes that is not possible.
Alternatively, is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions