Skip to content

Tag: highcharts

Creating bell curve chart with xData in Highchart

I’m creating a chart with Highchart library and I have a set of data like this: [x,y], with x: value and y: occurrence. I tried to use this to present normal distribution line but it uses yData to calculate instead of xData. Does anyone have any ideas to solve this? jsfiddle link: https://jsfiddle.net/L…

How to export highcharts graph and send it by email?

I’m ussing highcharts in my project and I’m abit new in that. My problem is that how to get a capture of my chart and then send it by email? for email sending I’m ussing PHPMailer, the email works correctly. I searched in highcharts documentation they propose node export-server, but there is…

Highmaps js, on Hover display additional data

I’m working with the map of Paraguay. I added an input select to select different years and the maps changes according to my selection. The thing is, my data always comes in this format: With the help of this function I’m able to switch the values for the map according to selection and change the …

Set equal height for funnel highcharts

I’m new to HighCharts. I have created a funnel with the below script jsfiddle: https://jsfiddle.net/kiranuk/bavLxzrp/ How can I set equal heights for all the sections?. Thanks for the help. Answer A height of a section is calculated based on data. If you want to have equal sections, you can provide mock…