echarts
echarts copied to clipboard
[Feature] Change candlestick open/close/low/high text
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"]
}
]
Here is what I mean,

I want to be able to change the open/close/min/max text
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.
This would still be a useful feature.