echarts series labels are not working for candle stick chart

cpjpxq1n  于 5个月前  发布在  Echarts
关注(0)|答案(2)|浏览(117)

Version

5.4.2

https://echarts.apache.org/examples/en/editor.html?c=candlestick-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurACYCGYFRA2gOQBMADAIwDsAtK854wCz0ANLCZsuPPgFZholh269GANlliFkxu3oBdEgF8hJAJ458RJIZJ4ApgCcINwrFol0qUqTDGQNovQBjCmgyABsnSACAa2E3UkpqOjjPWhYRAGZ-ER4MgA4dI08U_mYMqQzS2ClmAuTSWnTWPIz0kX5-WqL69Nzs8qq2xj0uzqLQigAjG1DYAg8u2DwAC2AAdyIwOwBXG1hChYAzYDsAWyowewIAIiWIO6u6_Tin9D19AG4gA

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

https://echarts.apache.org/examples/en/editor.html?c=candlestick-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurACYCGYFRA2gOQBMADAIwDsAtK854wCz0ANLCZsuPPgFZholh269GANlliFkxu3oBdEgF8hJAJ458RJIZJ4ApgCcINwrFol0qUqTDGQNovQBjCmgyABsnSACAa2E3UkpqOjjPWhYRAGZ-ER4MgA4dI08U_mYMqQzS2ClmAuTSWnTWPIz0kX5-WqL69Nzs8qq2xj0uzqLQigAjG1DYAg8u2DwAC2AAdyIwOwBXG1hChYAzYDsAWyowewIAIiWIO6u6_Tin9D19AG4gA

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

1rhkuytd

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.

t5fffqht

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

相关问题