score:5
Use this in plot options,
plotOptions: { column: { stacking:'percent', pointPadding: 0.2, borderWidth: 0 } },
score:5
what I did is:
yAxis: {min: 0, max:100,tickInterval: 25,
title: {
text: "title"
},
labels: {
format: '{value}%',
}
}
score:9
You can use formatter http://api.highcharts.com/highcharts#yAxis.labels.formatter and add symbol to your label.
score:22
Here is what I did:
yAxis: {
labels: {
formatter: function() {
return this.value+"%";
}
},
}
score:26
You could do this:
yAxis: {
labels: {
format: '{value}%'
}
}
Source: stackoverflow.com
Related Query
- Displaying percentage in Y-axis of Highcharts column chart
- How to change color of bar in column chart with different level of percentage in highcharts
- Highcharts Column Chart Not Displaying Dynamic Values
- Displaying count on bar and percentage on Y-axis of cloumn chart using Highcharts
- x Axis Labels are cut off from Highcharts Column Chart
- Generating highcharts issues in dual axis column chart
- Highcharts not displaying column chart
- Highcharts make percentage column chart
- Highcharts not displaying daily data for column chart
- Highcharts column chart extends off container and doesn't properly show X axis
- X axis labels overlap tooltip in column chart in highcharts
- Highcharts column percentage stacked chart worked in v 2.3.5 broken with v 3.0.2
- Can highcharts stacked percentage column chart be less than 100%
- How to create a column range chart in Highcharts using range and navigator functions?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Displaying percentage inside pie item for highcharts
- Highcharts : Change opacity of a column chart
- Highcharts percentage of total for simple bar chart
- Highcharts not displaying data labels for Pie chart in arabic
- highcharts jquery dynamic change chart type column to bar
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- How to add space between chart and axis in highcharts
- Highcharts - column chart redraw animation
- Hide 0 values in Stacked Column Chart in Highcharts
- Highcharts blank chart with x and y axis
- Dual axis using percentage and absolute value to same serie in Highcharts
- Highcharts stacking bar chart border not displaying on right side
- Make Highcharts border color match background color on column chart
More Query from same tag
- Highcharts Error #14 with SPServices
- Set Additional Data to highcharts series
- How can i change the color of a tile which was clicked of a treemap in highcharts using react
- Highcharts map gradients to y-axis?
- Hide linked series on legend hover in Highcharts
- Highcharts align multiple piecharts
- YQL finance data JSON format for use with highcharts
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- Highchart - The expected type comes from property 'dashStyle' which is declared here on type 'XAxisPlotLinesOptions'
- How can I make HighCharts 4.2.5 with boost.js invoke the tooltip formatter?
- Is there a better way to (Un)select all LegendItems in HighCharts LineChart?
- First Point hidden by y-axis in datetime graph when container is responsive
- what class is required from bootstrap to size the asp.net chart
- fix height of column in stacked percentage column highcharts
- The time interval from the chart highcharts
- Hide Highcharts labels on resize and enlarge the chart
- Highcharts Grouped stack x.axis name + category name
- Highchart Solid Gauge Chart make one end straight/normal
- How do I get Highmaps zoom level and is there a Highmaps zoom event?
- AngularJS Directive Applying Wrong Data
- dynamically set height of chart when printing Highcharts
- onclick display donut chart pieces' information in center
- Why Highcharts box only show with some position
- Is data grouping supported in Highcharts?
- invalid character error with jquery and highcharts SCRIPT1014: Invalid character
- Highcharts: Change needle color of Gauge Chart on Hover
- How to Change the color of the text in donut chart
- Connect points of Highcharts x-range series
- Expose additional data based on xAxis element click - Highcharts.js
- highcharter change highlight color on hover