score:1
Accepted answer
I have no idea why the same chart options are shown differently in jsfiddle and your environment. However, you can customize yAxis labels using yAxis.labels.formatter function. There you should have access to values with decimals. Check demo I posted you below.
formatter: function() {
return this.value.toFixed(2);
}
Source: stackoverflow.com
Related Query
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts -- yAxis on donut chart not being displayed
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Code works on fiddle but not when I do /show
- Highchart plot points are being displayed incorrectly
- The labels are displayed but data is not displayed
- After setting the yAxis max value, some datalabels are not showing
- Why Markers points are not aligned with yAxis in Highcharts?
- How to configure highcharts so that all the curves are always displayed / highlighted?
- HighCharts not being displayed in Partial view
- Highcharts in Laravel 4 project are not displayed
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Highcharts Gantt does not show ALL rows that are empty
- Labels are not displayed on the chart
- Chart not being displayed using DotNet.HighCharts and WebForms
- Highchart Series are displayed one after another and not parallel
- Highcharts - second xAxis labels are not displayed
- Highcharts Default Colors Are Not Same at Pie and Column?
- Label is not being shown if I set the max y value to 100% and I have values higher than that
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Multiple chart export in HighChart is not same as the one displayed on the screen
- Highstock - custom tooltip data not being displayed for larger dataset
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- Highcharts pie charts individual sections are not receive focus. Tooltips are not displayed on focus
- Highcharts multiple yAxis, the second yAxis labels are not showing but the title is
- Github pages not locating CSV file even though it works locally (Highcharts)
- Highcharts limit the amount of items that will be displayed in categories on the yAxis
- Why my label are not at the same height
- How can I hide a series from initially being displayed in Highcharts
More Query from same tag
- Highcharts/highcharteR ignores point color when plotting 50+ series
- Remove step line points
- Input filter not working for reactive highchart
- Highcharts-Export Server 2.0.1 Errors Under Windows
- JQuery can't parse this HTML
- Highcharts: Align two Y-Axis with different values
- Add text over export button in Highcharts
- highcharts - precision for stacked column chart data labels
- Highchart + IE = Greyscale Exports?
- How do I add a real gap in high stocks so it would be visible on the chart?
- Using render_async to call a partial with highcharts
- highcharts rangeSelectorZoom label
- Highcharts: X-axis labels inside columns
- Highchart - Show/hide datalabel on click
- highcharts special marker on column chart
- TypeError: Cannot read property 'nodeName' of null
- Highcharts: Percentage stacking bar chart with overlayed line graph (secondary axis)
- highchart - how to deal with flags overlapping problem?
- Display blank space if data is not present for a particular date
- plot area width and height in HighCharts
- Animating div on top of Highcharts very slow
- display legends for Grouped-Stacked column charts- highhcarts
- To add zAxis dynamically, but doesn't work... Highcharts
- Wanted to plot only one spline at the chart load and further add other splines after loading
- Highcharts, error with xAxis type logarithmic
- Dynamic resizing height not working of bar chart as number of teams increasing in my case
- Highcharts multiple yaxis plotband collision
- xAxis event do not call the callback function
- Labels are not rendering for plotLines highcharts
- Highchart Combination Chart Area Range not displaying on chart but line chart works