score:1
Accepted answer
Something like this?
labels: {
formatter: function () {
return this.value * 100 + '%';
}
},
Source: stackoverflow.com
Related Articles
- How to render x-axis labels in Highcharts without the decimal points?
- How to remove axis labels without data points in Highcharts?
- How to get points information when hovering over axis labels in highcharts using custom-events library?
- Highcharts 3 cannot render more than 1000 points in one series
- how to set the interval of points on Y - Axis highcharts
- How to Format Highcharts dataLabels Decimal Points
- Highcharts - Long multi-line y axis labels causing following label to be removed
- Highcharts - with datetime axis labels overlap
- Render Highcharts after user updated labels
- highcharts - removing decimal places on Y axis with only one point
- HighCharts legend.value and legend.percent items to 2 decimal points Math.Round()
- How to place labels on opposite Y axis in Highchart without a second series
- Highcharts - Multiple Axis Graph not displaying labels
- Show some specefic number on gauge highcharts axis labels
- How to adjust line-height/ellipses in Highcharts axis labels
- Highcharts -- Can't apply style to x axis labels
- How to position labels for plotbands on y axis in Highcharts
- highcharts have data Labels only on some points
- Chart's width is impacting to my second x axis labels in Highcharts
- How To Show All Data Labels For Datetime Axis In Highcharts
- Wrong labels on X axis on Highcharts
- Replace axis labels with custom in highcharts r
- how to display 2 same highcharts without duplicate the code
- How to handle mouse events on axis labels in highcharts
- Fourth y axis does not show labels in Highcharts
- HighCharts Bubble Chart: text for axis interval labels
- Multiple images for Highcharts X Axis Labels
- highcharts axis format decimal point
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Formatting data points and Y-axis labels using HighCharts
- Highcharts: Show navigator range in subtitle
- Redraw the pie chart in oval shape highcharts
- Highcharts PHP JSON - correct data format
- when is a highchart completely loaded?
- How can I set the legend symbol color for a series when using colorByPoint?
- Highchart Pie-Donut Chart Outer Y Value
- Multiple different chart types stacked, column type with y value as color
- Use different object property names for x and y axes
- Adapting CSV file to HighStock
- Is there a way to disable specific export options in HighChart 5.0.14?
- Highcharts barchart - legend is only hiding first and last series, others stay visible on X-axis
- Combined two types highchart with one legend?
- Differtent pattern color for every single column in highchart
- Highchart in angularJS directive
- dashboard-style page with Highcharts graphs
- Get only visible x axis dates when zooming in highcharts
- Highcharts Trying to Hide/Show series
- Highcharts: allowDecimals on y-axis when it's logarithmic is ignored
- Set color of Highcharts series bar based on value
- How to make a rendered label in Highcharts always visible and still relative to the point clicked or hovered over