score:1
Accepted answer
By default Highcharts will round labels to two decimals. You can change that using yAxis.labels.formatter
. See:
yAxis: {
max: 33999.253,
min: 33999.219,
title: {
text: 'm',
style: {
color: '#000000',
fontWeight: 'bold'
}
},
labels: {
formatter: function() {
return this.value;
},
style: {
color: '#000000'
}
}
},
And demo: http://jsfiddle.net/NZjUg/4/
score:1
there is a simple solution for this,
use your own formatter for labels
yAxis: {
max: 33999.253,
min: 33999.219,
title: {
text: 'm',
style: {
color: '#000000',
fontWeight: 'bold'
}
},
labels: {
style: {
color: '#000000'
},
formatter: function () {
return this.value
}
}
},
updated your fiddle here: http://jsfiddle.net/NZjUg/5/
Source: stackoverflow.com
Related Query
- Highcharts repeating same label value on Y Axis
- Dual axis using percentage and absolute value to same serie in Highcharts
- Highcharts show plot value on x axis label
- highcharts - avoid repeating same date on x axis with different time
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - Long multi-line y axis labels causing following label to be removed
- How to change axis label size when exporting in Highcharts / Highstock
- Highcharts axis label before first point
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Highcharts label format with tickPositioner in a datetime x Axis
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- Getting the X Axis value in HighCharts
- Highcharts - stop Y axis value change on redraw
- Highcharts x axis label text wrapping lost on setting label step
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- Highcharts show the same yAxis start and end value with multiple data series
- How to position axis label in highcharts
- Axis Label Alignment in highcharts
- Highcharts assign label to to x-axis max value
- how to display 2 same highcharts without duplicate the code
- Negative value for categories axis in highcharts
- Display multiple points with exact same value in scatter HighCharts
- Highcharts - creating chart with same scale axis
- Highcharts Omits X Axis Label
- Calculating a min y axis value in highcharts
- Highcharts line chart all points disappear when have more than one points with same X Axis
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- Highcharts align data label based on positive / negative value
- Get max value and label in series after zoom in JS HighCharts
More Query from same tag
- HighStock chart get hange browser when new data fill at 10sec interval
- jQuery ajax call inside ajax response returning HTML rather than JSON
- Append data count onto different series
- Highcharts3 change symbol color(symbolStroke) for export button on hover
- how to add new index Highcharts column drilldown chart
- Highcharts: how to dynamically update text inside of the label?
- In Highcharts, is there a minimum value for text fontSize?
- Why does this highchart plot not render in IE or chrome?
- How to enable Highcharts marker clipping
- jQuery slider range with HighCharts y-Axis
- in highcharts, how can I align legend symbol and legend text?
- How to make yAxis stackLabels under yAxis in Highcharts?
- MySQL, Highcharts: “operand should contain 1 column(s):” error (follow up)
- single array timestamp as xAxis for multiple series
- ASP NET MVC Highcharts null pointer when adding series
- Javascript string as closure function
- Highcharts: what is my chart not zoomable?
- Highcharts tooltip formatter function does not display values in table correct
- chart.renderTo doesn't work
- Can Highcharts sort a legend list in a tooltip box?
- Highcharts in mvc 4, many categories
- How to do query in Yii 2.0?
- Convert bar bullet chart into column chart
- highcharts tooltip text align
- Highcharts: how to assign different colours to a spline depending on positive or negative slope?
- How to change Highcharts 3D Pie Chart Label and Tooltip Style?
- Remove spaces between columns in HighChart
- Overlapping labels in HighCharts on xAxis
- Highcharts Windbarb with ajax data loading
- HighCharts - bar chart with indicator