Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
1 create a basic candle stick chart
2 give "label" option to candle series
Current Behavior
series label are not shown in candle stick series
Expected Behavior
Hello!
It appears that the candlestick chart in the charting library you are using does not have built-in support for series labels. While the documentation may mention series labels for bar series or line series, this functionality is not available specifically for candlestick charts.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
2条答案
按热度按时间1rhkuytd1#
this functionality is not available specifically for candlestick charts
Correct, no labels for candlestick. But it has markPoint which has a label 🎉
Demo Code
NB: please close issue if problem solved.
t5fffqht2#
Hi @helgasoft
Thank you for this suggestion. As, suggested we have tried you're suggestion it is working for single label case. In our case we need to show multiple labels. We have multiple markpoints?.
Thank you