apache / apache/echarts

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

Open
#18,019 3 comments 1 reaction 0 assignees View on GitHub
en new-feature pending
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### 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"]
}
]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.