How can I format YAxis Label
See original GitHub issueCould I show 1000
as $ 1K
in yAxis. Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
yAxis.labels.formatter | highcharts API Reference
A format string for the axis label. The context is available as format string variables. For example, you can use {text} to insert...
Read more >javascript - Format Highcharts y-axis labels
I'm using Highcharts to generate a line chart that shows currency values. By default the y-axis labels ...
Read more >Formatting the Axis Labels
Example: Formatting Axis Labels. The following request generates a vertical line chart and makes the y-axis labels bold with a 12pt Bookman Old...
Read more >Change axis labels in a chart
Right-click the category axis labels you want to format, and click Font. On the Font tab, choose the formatting options you want. On...
Read more >How can i show YAxis label format in ["", "k", "M", "G", "T", "P ...
You don't need to use yAxis.labels.formatter and yAxisLeft.labels.format . Just set yAxis.type = "logarithmic" .
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 Free
Top 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
Nice. Thank @Abhinandan-Kushwaha for quick support. Do you have a plan to do a combined chart? Maybe in next, I need show a line chart in bar chart. Anyway, give you a start
Hi TuyenNguyenVan 👋 I have added the feature to add custom Y-axis text using the prop
yAxisLabelText
This feature is available in version
0.1.7
🎉Here’s an example -
Hope it helps. Closing the issue.