Skip to content
Advertisement

Tag: highcharts

How to display values on line stacked columns on highcharts

I want to display the value on the growth in the stacked column but it hasn’t worked yet, can anyone help me? ;( I set it on the datalabel like it still doesn’t work http://jsfiddle.net/ndhanajh06/r16e2Lyw/2/ Answer You have used spline series type, so you need to enable data labels for spline, not line: Live demo: http://jsfiddle.net/BlackLabel/fputh18a/ API Reference: https://api.highcharts.com/highcharts/plotOptions.spline.dataLabels

Highcharts Packed Bubble Not Scaling Properly

I have a working version of my issue here: https://jsfiddle.net/upcheezy/45ps3j9t/4/ This chart doesn’t check out visually because the scale of the bubbles does not accurately reflect the data. For example, it seems like all of the “Normal” category data values are the exact same size, when within the data array, the values are not even close! Can someone please tell

Using dropdown filter to dynamic update Highchart

currently I was trying to add a dropdown filter button on my chart to let users select a specific values from a data attribute and filter the related data shown on the chart. I populated my data’s attribute to the select unit, and I was trying to update the chart with parse the data from the selective value, but seems

Highcharts export button not showing (included the libraries etc)

I have tried several times using other examples available but still no luck here’s the code https://jsfiddle.net/mrbfqay6/ P.S: you just need to add a random amount in first input field and then click submit to generate graph. Thanks chart = new Highcharts.Chart({ ] }); } Answer You have defined options for exporting twice: Which results in disabled exporting. You just

Advertisement