Top "Highcharts" questions

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

Highcharts.js will not render the chart, it says error "Cannot read property 'series' of undefined"

I think it is because my global var chart hasn't been set yet when my function requestData is called. This …

javascript highcharts undefined global series
Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?

So I'm creating a page with tabbed content using Twitter's Bootstrap, yet the content of my starting active div is …

html twitter-bootstrap highcharts
Highchart tick interval

I cannot seem to figure out how to set my tick interval correctly. Need to have an hourly tick on …

javascript highcharts pchart
Highcharts DateTime Localization

Can someone point me to how I can localize the date-related Strings which are hardcoded in the HighCharts js-file. For …

javascript jquery highcharts localization
What format does the highcharts js library accept for dates?

I am using highcharts and cannot figure out what the date input should be from rails dates to the highcharts …

javascript highcharts
Drilldown multiple levels Highchart

We like to Drilldown on multiple levels in Highchart. Is there already an example in Highchart? Currently used code: $(div).…

jquery highcharts
Space between columns

I have a column chart where for each X value I have two series. But the graph shows a wide …

highcharts space two-columns
Disable highcharts tooltip on certain lines, leave it enabled on others?

I have a Highchart containing multiple lines. I want to disable the tooltip on certain lines, and leave it enabled …

highcharts
How to show only integer values on yAxis of HighChart?

We have a set of a data that contains counts of instances of events. These can only be integers. When …

javascript highcharts
Change HighCharts axis title

Is it possible to change the axis title of a HighCharts chart programatically? I'm trying to do something like this: …

javascript highcharts