question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Y-axis labels appear incorrectly on bar charts

See original GitHub issue

Describe 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.

Screenshot 2022-03-30 at 10 12 50

To Reproduce

Steps to reproduce the behavior:

  1. Go to the chart config panel Axes tab
  2. Enter a string eg. ‘string’ for the Y-axis label
  3. Look at the y-axis on your chart
  4. It appears to be ‘stringstring’

Expected behavior

The label should read ‘string’

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
owlascommented, Apr 1, 2022

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!

0reactions
github-actions[bot]commented, Apr 1, 2022

🎉 This issue has been resolved in version 0.46.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found