Hi Team,
I’m working with a stock chart and need to display additional contextual information directly on the chart—typically over or near individual candles.
Use case:
- Display icons on the chart (for example, above a candle).
- On hover, show detailed information (news, fundamental data, events, etc.).
- During major/global events, there could be many such data points on a single chart.
I’ve seen examples where createAxisRange with bullet is used (e.g., for dividend markers), and I’m considering a similar approach. I’d like your guidance on the following:
- Is using
axisRange + bullet the recommended and lightweight approach for this scenario?
- How does this scale performance-wise if I add hundreds of such markers?
- Will this have a noticeable impact on zooming, panning, or scrolling performance?
- Are there alternative components or best practices for handling a large number of event markers efficiently?
Any recommendations or performance considerations would be really helpful.
Thanks!
Hi Team,
I’m working with a stock chart and need to display additional contextual information directly on the chart—typically over or near individual candles.
Use case:
I’ve seen examples where
createAxisRangewithbulletis used (e.g., for dividend markers), and I’m considering a similar approach. I’d like your guidance on the following:axisRange + bulletthe recommended and lightweight approach for this scenario?Any recommendations or performance considerations would be really helpful.
Thanks!