L
L
Leo Developer2017-03-22 15:29:24
JavaScript
Leo Developer, 2017-03-22 15:29:24

How to show percentages in Highcharts?

I made a chart using the Highcharts plugin. I do not know how to show percentages, tell me who knows.

Here is a link to the chart: jsfiddle.net/q3xh0z1L/14

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stepanya, 2017-03-22
@Stepanya

Calculate the percentage and feed him

series: [
        	{
            name: 'Максимальное число',
            data: [{y:10000, percentage: 50]},
            pointPlacement: 'on'
        	}
]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question