score:0
Accepted answer
You can use the label.formatter callback with the logic shown below to display wanted format.
Demo: https://jsfiddle.net/BlackLabel/c0e2jwa6/
yAxis: {
labels: {
formatter() {
return this.value / 1000
}
},
title: {
text: 'Thousands'
}
},
https://api.highcharts.com/highcharts/yAxis.labels.formatter
Source: stackoverflow.com
Related Query
- Highcharts - How to format yAxis label to have single digit?
- How do I format x-axis label in highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- How to set Highcharts chart maximum yAxis value
- Highcharts - how to have a chart with dynamic height?
- How to Format Highcharts dataLabels Decimal Points
- How can I force multiple y-axis in Highcharts to have a common zero
- How to align centre a custom label in highcharts
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- Hide first yAxis label in Highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts yaxis labels Format
- How to change axis label size when exporting in Highcharts / Highstock
- How to add a label above each bar in HighCharts
- How to set dataLabel Format and axis label angle in R highcharter package
- How can I force highcharts to show every x-axis label regardless of spacing constraints?
- Highcharts label format with tickPositioner in a datetime x Axis
- How to change Highcharts xAxis label color individually?
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- How to force Highcharts to show last label on xAxis?
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Highcharts - How to get default y-Axis label formatter in a custom formatter
- How to format datetime for (x,y) pair data for Highcharts
- How to format my json data for stack column chart in HighCharts
- How to render image on Yaxis in highcharts
- Highcharts stacked column how to use different label on each category
- How to generate single PDF of page that contained multiple highcharts in DIVs
- Highcharts change label text for a single series
- How to format the export button in Highcharts
More Query from same tag
- Testing Highcharts (JS charting library) with Cucumber
- Highcharts missing first date label on xAxis
- Drilldown With Linked Series
- Highcharts w/React - rendering div not found in JSX
- Highchart, bar chart with multiple series
- how to add border radius on plotbackground area in highcharts
- on flag click get series (graph) it's on highstock?
- Highcharts shared tooltip making a percentage difference between series
- HighCharts: Variwide Column Stacked Chart
- Angular 4 - how to use data from Http Post Response to .js file or highchart?
- Yii HighCharts not displaying from $vars but display when hardcoded
- Highcharts highstock update date filter with javascript
- highchats heatmap how to show all categories on y-axis
- Highmaps Group Countries and Hover, Follow link on Click
- Calculating percentage value for each serie in highcharts
- Is there a way to fill different colors up to the desired point in Highcharts gauge graph?
- Pulling series data into HighCharts using Javascript
- How to show all values at datetime axis in highcharts?
- How set options from HIGHCHARTS in a chart using vue chartkick
- How to set xData as date (Y-M) for Highcharts synchronized charts?
- Accessing an element of an array according to a variable for a HighCharts object
- Highcharts: bar/column chart label position with values of 0
- Highchart Treemap colorindex for fixed color values
- Highcharts column chart color by single color but with different brightness level as per respective column value
- Highcharts, x Axis Label / Ticks after Breaks
- Spider Chart (High Chart) in rails with Prawn PDF How to generate?
- Prevent Highchart redraw twitch
- How can I combine highcharts with different but similar x-axis categories?
- High Charts Rendering on Internet Explorer 10
- How to get data in Highstock from PHP MySQL data on AJAX call