Top "Highcharts" questions

Highcharts is a Javascript charting library that uses HTML, SVG, and VML.

Removing highcharts.com credits link

I have just purchased highcharts, but the credits link still appears on my graphs which are quite prominent on my …

javascript highcharts
How to get highcharts dates in the x axis?

Is there a standard way to get dates on the x-axis for Highcharts? Can't find it in their documentation: http://…

javascript highcharts
Reload chart data via JSON with Highcharts

I am trying to reload the data for a Highcharts chart via JSON based on a button click elsewhere in …

jquery json highcharts
Highcharts - redraw() vs. new Highcharts.chart

I'm struggling to understand the correct way to update a highcharts chart. Supposing I have rendered a chart, and then …

javascript highcharts
HighCharts Hide Series Name from the Legend

I try to solve this problem several times and give up. Now, when I have met him again, I decided …

javascript hide highcharts legend series
Highcharts - how to have a chart with dynamic height?

I want to have a chart that resizes with the browser window, but the problem is that the height is …

javascript highcharts
How do you change the colour of each category within a highcharts column chart?

I have have a column chart which has a number of categories, each with a single data point (e.g. …

highcharts
Resize height with Highcharts

I have a Highchart which resizes the width beatuifully when the window change size. But not the height. I tried …

jquery css highcharts
Hide axis and gridlines Highcharts

I am trying to hide the axis and gridlines of my Highcharts chart entirely. So far I have tried to …

charts highcharts
How to set Highcharts chart maximum yAxis value

I've been trying for two days to find a way to set the maximum value of the yAxis on Highcharts. …

javascript highcharts