Top "Highcharts" questions

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

How to modify highcharts legend item click event?

I need to modify click event on highcharts legend items. Highcharts demo http://www.highcharts.com/demo/line-basic . I want …

javascript jquery highcharts
How can I move legend in Highcharts?

By default legend is displaying at the top-right side of the graph. I want to show it just above the …

jquery highcharts
Highcharts width exceeds container div on first load

I'm using Highcharts with jQuery Mobile. I have an area graph being drawn within a jQM data-role="content" container and …

jquery-mobile highcharts
Programmatically change a chart title in highcharts

I have a simple column chart that I update via AJAX, and all is working fine except I cannot change …

javascript highcharts
Changing data dynamically for a series in Highcharts

I have a chart working fine with data in the options, when I leave the data empty for a series …

javascript arrays highcharts boxplot
Clickable Bars in js Highcharts?

I have horizontal bar chart with Highcharts. How can I make each bar clickable for an event, for example like …

javascript jquery click highcharts
Highcharts donut chart without inner pie?

I've been searching for the solution to generate the simplest donut chart with Highcharts library. However, all examples of Highcharts …

javascript html highcharts donut-chart
Hiding a Highcharts series without using the legend

I need to be able to hide a Highcharts series from a button rather than the legend (the reason is …

javascript jquery highcharts
High charts remove dots from the line graph

I am using High charts to draw a line graph. I cant find any thing in the API to remove …

api graph highcharts
Javascript relative time 24 hours ago etc as time

I am trying to use highcharts to show some data over the last 24 hours. The chart requires the start time …

javascript datetime highcharts