Top "Highcharts" questions

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

Highcharts custom renderer chart and tooltip

Our idea was to draw a waterfall chart with unregular widths. We achieved this chart style by rendering rectangulars to …

highcharts tooltip renderer
Highstock highcharts irregular data gets wrong x-scale

I have irregular data. Chart draws well when I use highcharts: $(function() { var chart = new Highcharts.Chart({ chart: { renderTo: 'chart' }, …

javascript jquery charts highcharts highstock
Loading Highcharts via shim using RequireJS and maintaining jQuery dependency

I'm attempting to load the Highcharts library using a shim in RequireJS. However, when Highcharts loads, it throws an exception …

javascript highcharts requirejs js-amd
Highcharts multiple x-Axis without multiple series?

This fiddle uses multiple series and displays an axis for each of them. Is it possible to use a single …

javascript highcharts axes multiple-axes
Grand Totals in HighCharts Pie Chart Legend

Is there a way for me to get a grand total at the end of my value column in my …

jquery highcharts legend-properties
Highcharts gauge fill to 100% of container

This functionality is available for the Pie Chart via the plotOptions size parameter, however after inspecting the Highcharts API the …

highcharts gauge
Can't bind to 'options' since it isn't a known property of 'chart'

I have created a chart module using Angular2-highcharts but when I try to run the application I am getting …

highcharts ionic3 angular2-highcharts
Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue

Highcharts 3.0 seems to have floating point number accuracy issue when displaying tooltips on a pie chart. I was able to …

highcharts decimal percentage pie-chart floating-accuracy
How to Check and Uncheck all the Legend elements in HighCharts Linechart?

I want customize the checking and unchecking legend elements all at once, iam not getting any idea, can we do …

javascript jquery highcharts linechart
Dashboard supporting d3

I'm interested in a web-based dashboard with some sort of d3.js library widget or more general javascript support. I've …

highcharts business-intelligence dashboard d3.js