score:6
Accepted answer
Use the Highcharts.numberFormat
which has the definition like this
numberFormat (Number number, [Number decimals], [String decimalPoint], [String thousandsSep])
formatter: function () {
return Highcharts.numberFormat(this.total, 1, '.', ',');
}
Here is a demo http://jsfiddle.net/dhirajbodicherla/ah7r2fy1/2/
Source: stackoverflow.com
Related Query
- Formating dollars with commas on Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Highcharts cloud issue with data source when duplicating chart
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Reload chart data via JSON with Highcharts
- Highcharts - how to have a chart with dynamic height?
- Resize height with Highcharts
- Styling bar colors in Highcharts with a gradient issue
- How to use highcharts with angular 5?
- Loading Highcharts with require.js
- dealing with highcharts bar chart with really long category names
- Handling unix timestamp with highcharts
- Displaying hours and minutes on x-axis with Highcharts
- Highcharts - Keep Zero Centered on Y-Axis with Negative Values
- Resize data points with highcharts
- How to include highcharts with bower?
- Highcharts doesn't display series with lots of data points
- HighCharts - two Y-axis, one with max value
- how to import highcharts with webpack and babel
- Type 'number[]' has no properties in common with type 'XrangePointOptionsObject' in Angular8 using Highcharts
- How to prevent highcharts from shortening labels with ellipsis
- Highcharts data series issue with ajax/json and PHP
- rCharts with Highcharts as shiny application
- Highcharts scatter chart with a name per point
- Highcharts / jQuery - destroy and rebuild chart with original options
More Query from same tag
- Highcharts/Highstocks: Chart disappears when value is 0
- Responsive Line Chart using High Charts & Bootstrap 3
- Don't show data label if not enough room
- time data with irregular intervals in HighChart
- Non-contiguous time series in Highcharts
- How to change Highcharts xAxis label color individually?
- pie chart highcharts from django query
- How to create a div container for a highcharts graphic by means of code?
- Display marker or images inside bars of barchart in Highcharts
- Get axis name in tooltip on Highcharts
- Highcharts/Highmaps - Halo effect on point hover not working in chrome and firefox
- Too many x values in High Charts. How to wrap it up for mobile devices
- highcharts display all dates for all points on x-axis
- Backfilling Highcharts chart with data from Ajax call
- Get max value and label in series after zoom in JS HighCharts
- Risk HeatMap using Highcharts
- Highcharts not displaying data but drawing chart when reading from CSV file
- Why is my JSON formatting different from HighCharts examples?
- how to : limit xaxis labels in highcharts to prevent overlap
- How to fix hidden dataLabel in highcharts?
- How can I add a text link just below the legend box in highcharts
- Highcharts csv export issue
- How to hide/show a column in a basic column graph of highcharts?
- Highcharts not rendering in jQuery tooltip
- HighCharts Export Breaks After Resetting Chart Options
- Highcharts nodeName of undefined
- Add background box to y-axis in highcharts
- Highcharts - Gauges Versioning
- Get highcharts data without parseJSON
- highcharts move a point using pixels