Top "Highcharts" questions

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

How to draw a vertical line on HighCharts?

I want to trace a vertical time line on the current day, but I didn't found solution on HighCharts documentation. …

highcharts
How to display highchart series line marker symbol from tooltip formatter?

By default highcharts display the line marker symbol in the tooltip. $(function () { $('#container').highcharts({ xAxis: { categories: ['Jan', 'Feb', 'Mar', …

javascript highcharts tooltip linegraph
Highstocks - How to change the default Zoom

This question results from hours of googling highstocks, zoom, extremes, ranges, and every other possible variation of the words, all …

jquery highcharts highstock
Replacing/removing the metric notations like thousands "k" abbreviation

My areaspline chart has Y axis values up to approximately 6000. Highcharts automatically changes the "000" part on my Y axis for …

highcharts highstock
How to get only whole numbers on the y-axis?

I'm using highcharts. When I get small numbers in my series the y-axis starts using floating numbers. How can I …

highcharts
Styling bar colors in Highcharts with a gradient issue

I'm trying to color the bars in highcharts with a gradient. What I have is coloring them, but the problem …

javascript highcharts
Javascript parseFloat and nulls

I am very new to javascript as I am currently making a cross platform web app in jQuery Mobile, I …

javascript parsing null highcharts parsefloat
Highcharts: How to rename series

I'm using highcharts in my web application and I was wondering if there's any way to rename a series after …

javascript rename highcharts series
Rendering HighCharts to class instead of id?

I have the following which works fine: $(document).ready(function() { get_data_for_chart(); function get_data_for_chart() { $.ajax({ …

javascript jquery jquery-selectors highcharts
Highcharts - Hidden charts don't get re-size properly

I currently have a 3 tabbed page. Each tab is a div that is set to display: hidden when not selected. …

highcharts susy-compass