score:5
Accepted answer
The reason why you have this gap between every thousand is lang.thousandsSep Highcharts parameter. Here you can find information about this parameter: http://api.highcharts.com/highcharts#lang.thousandsSep
As you can read here, this parameter defaults to ' '.
If you want to change this separator to comma, you can change it inside this parameter.
Highcharts.setOptions({
lang: {
thousandsSep: ','
}
});
Here you can find live example how it can work: http://jsfiddle.net/uxx1ormz/1/
Best regards,
Source: stackoverflow.com
Related Query
- HighChart: Tooltip box thousand seperator
- Pie Chart tooltip thousand seperator and rtl labels doesn't work in highchart
- Make a text box appear on dragging point in highchart or an editable tooltip
- How to display highchart series line marker symbol from tooltip formatter?
- HighChart Shared Tooltip Number Formatting
- adapting text to highchart tooltip max width
- Adding new data to highchart tooltip
- highchart total in tooltip
- Scatter tooltip of highchart is not being displaying
- Border Styles for the Highchart tooltip
- Commas in tooltip of Highchart
- Adding a custom tooltip to a bubble chart / highchart
- How to add box shadow for highchart chart?
- Highchart - tooltip for legends
- HighChart Tooltip Position can be changed?
- Highchart tooltip position to be fixed
- Tooltip covering bar in highchart
- Dynamically update tooltip date format highchart
- Display percentage on tooltip highchart Angular 2
- Highchart tooltip show nearest point
- Highchart / Highstock stack column chart show one series's tooltip at a time
- How to change Highchart tooltip font family
- how to pass datalabels along with data to show it in tooltip in highchart
- Highchart : Json Array For ToolTip
- Tooltip is not hidden after formatting in highchart
- Tooltip doesn't display on highchart graph
- How to edit tooltip in Highcharts C# code
- How to change tooltip of a column chart programmatically in highchart
- How to do In highchart tooltip display the first 100 characters and then say "See more .."?
- how to use highcharts tooltip formatter in python code
More Query from same tag
- Highcharts Export server - Can't generate image using --options
- How center the value 0[threshold], the line which separates positive and negative value?
- Conditionally show/hide Tooltip of Highcharter
- Convert JSON data into format in Highcharts' basic line chart
- How to get Visible/ In-Visible legend elements in Highcharts
- How to translate label "Week x"?
- Two tool tip for two different charts
- Hide dataLabels at specific chart width in Highcharts
- Very wide columns in stacking column graph
- Highcharts windrose
- Resizing HighCharts Chart Causes Changes to Max Y Value
- Javascript Highcharts cannot get the name of the click column in the onclick event
- Fixing/discounting a data series when changing chart-type in Highcharts
- Highchart Time Data With Irregular Interval and Text
- Highcharts - updating series leads to tooltip-related error (mouseOver)
- Highcharts Angular Chart not redrwan from renderer.button event
- Getting started with Highmaps tooltips
- Graph getting hidden while zooming in ( using the zoom scroll bar )
- Highcharts with angularjs: smooth transition of bars when updating values
- Get x value of highstock navigator handle when mouseup occurs
- Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox
- How to set vertical bar chart in Hightcharts | I passed as component. How to send as props
- Highcharts line color based on other data than value
- Highcharts JS showing wrong colors
- Legends in variable radius pie Highcharts
- Highchart, how to add commas to point data in tooltips
- Highcharts JSON load issue
- Displaying Stack name as legend key
- how to use tickInterval or step in the highcharts?
- Highcharts how to use js object in PHP widget