Top "Highcharts" questions

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

How to disable legend click to stop pie slice from disappearing in Highcharts?

How to disable legend click to stop pie slice from disappearing in Highcharts?? See example here: http://www.highcharts.com/…

javascript highcharts
Hide line in default state in Highcharts

How to hide line in default state in Highcharts js-script? I have ~7 series on my canvas, 3-4 of them are …

javascript charts highcharts
Highcharts jQuery rendering problem - all browsers

I have a strange problem whilst trying to build a stacked column chart using Highcharts When the chart renders, the …

javascript jquery highcharts
How to Integrate Flot with AngularJS?

I am new to Angular and Flot, but am experienced with Jquery and Javascript. I am a bit confused about …

charts highcharts angularjs flot
jQuery UI Tabs and Highcharts display/rendering issue

Anyone ever used the tabs (jquery-ui-1.8.9) and pie charts from Highcharts 2.1.4 together? To put it simply, I have multiple tabs, …

jquery-ui-tabs highcharts
Highcharts, make the yAxis start at zero

I suppose this should be a no brainer for some, but I couldn't find it in those awful auto generated …

javascript highcharts
HighCharts: How to use reflow to allow auto-resize after changing size

In our Angular app we're using highcarts-ng for our HighCharts implementation. Here is the Chart Maximize and Minimize function, which …

javascript angularjs charts highcharts highcharts-ng
How to prevent my stacked series from being in reverse order?

I tried an example of stacked series on JSFiddle but according to me, series are reversed when stacked: $(function () { $('#…

javascript indexing highcharts series stacked
Highcharts tooltip overflow is hidden

My problem is that when the chart drawing area of is smaller than a highchart tooltip, a part of the …

javascript jquery tooltip highcharts
missing value in highcharts line graph results in no line, just points

please take a look at this: http://jsfiddle.net/2rNzr/ var chart = new Highcharts.Chart({ chart: { renderTo: 'container' }, xAxis: { categories: […

graph highcharts line missing-data