nameTextStyle doesn't work
See original GitHub issueVersion
5.2.2
Steps to reproduce
xAxis: {
type: 'category',
data: ['foo', 'bar', 'baz'],
inverse: false,
nameTextStyle: {
align: 'center',
verticalAlign: 'middle',
},
}
What is expected?
Horizontal axis labels are positioned INSIDE of the bars.
What is actually happening?
Horizontal axis labels are positioned BELOW the bars.
The property nameTextStyle
has no effect.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to align the x-Axis name label to the end of the x-Axis
The horizontal aligment is easy and works as expected: nameLocation: 'end'; nameTextStyle.align: 'right'; set nameGap=0 : the default is 15 ...
Read more >Documentation - Apache ECharts
Apache ECharts, a powerful, interactive charting and visualization library for browser.
Read more >[GitHub] [echarts] Ovilia commented on issue #16123 ...
[GitHub] [echarts] Ovilia commented on issue #16123: nameTextStyle doesn't work · GitBox Sun, 28 Nov 2021 19:24:06 -0800. Ovilia commented on issue #16123: ......
Read more >Plotly not working with grafana 9 - Dashboards
It doesn't work for this version of grafana ... nameLocation: 'middle', nameGap: 30, nameTextStyle: { fontWeight: 'bold', } ...
Read more >How to customize TrackOverlay - WinForms - ThinkGeo Discussion ...
But when I add it in to CustomStyles collection I get a run time error which says I can't ... TextStyle nameTextStyle =...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@GirkovArpa Perhaps you can try using another dummy transparent series to display the labels
C
,D
. Here is an example:Perfect, thanks!