Custom Y-axis labels appear incorrectly on bar charts
See original GitHub issueDescribe the bug
When you enter hello
in the y-axis label field, the string appears twice as hellohello
in the chart. This only seems to affect bar charts.
To Reproduce
Steps to reproduce the behavior:
- Go to the chart config panel
Axes
tab - Enter a string eg. ‘string’ for the Y-axis label
- Look at the y-axis on your chart
- It appears to be ‘stringstring’
Expected behavior
The label should read ‘string’
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Change axis labels in a chart - Microsoft Support
In a chart you create, axis labels are shown below the horizontal (category, or "X") axis, next to the vertical (value, or "Y")...
Read more >Trouble making custom labels along the X and Y Axis of my ...
Hi, I'm creating a bar chart with labels on the X- and Y-axes. The bar chart's X-axis is time, and it's Y-axis is...
Read more >Highcharts: Column and Bar Chart labels are incorrect when I ...
If I deselect and select the legend, then the x-axis labels appear correctly. $scope.chartConfig = { options: { chart: { type: "bar" }...
Read more >How to Change Horizontal Axis Labels in Excel - YouTube
How to Change Horizontal Axis Labels in Excel | How to Create Custom X Axis Labels. 50K views 1 year ago. Chester ...
Read more >Excel Chart Vertical Axis Text Labels - My Online Training Hub
So all we need to do is get that bar chart into our line chart, align the labels to the line chart and...
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
No prob, it only happens for bar charts right? It must be something with the
flipAxes
configuration, I’ll see if I can find it. So odd!🎉 This issue has been resolved in version 0.46.3 🎉
The release is available on:
0.46.3
Your semantic-release bot 📦🚀