gauge chart "Rotate" feature for Detail label
Open
difficulty: easy
en
new-feature
topic: gauge
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?

option = {
series: [
{
name: 'Pressure',
type: 'gauge',
detail: {
offsetCenter:[0,150],
formatter: 'detail label',
rotate:90,//not working
},
data: [
{
value: 50,
name: 'SCORE'
}
]
}
]
};
### What does the proposed API look like?

detail label should be rotated
Contributor guide
Assessment
This issue has not been assessed yet.