echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Change candlestick open/close/low/high text

Open GoldenretriverYT opened this issue 3 years ago • 3 comments

What problem does this feature solve?

It allows for custom candlestick tooltip texts

What does the proposed API look like?


series: [
  {
    type: "candlestick",
    [...],
    candlestickTexts: ["Example", "Test", "Custom", "Tooltip Text"]
  }
]

GoldenretriverYT avatar Dec 05 '22 08:12 GoldenretriverYT

Here is what I mean, image

I want to be able to change the open/close/min/max text

GoldenretriverYT avatar Dec 05 '22 08:12 GoldenretriverYT

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] avatar Dec 05 '24 21:12 github-actions[bot]

This would still be a useful feature.

GoldenretriverYT avatar Dec 07 '24 15:12 GoldenretriverYT