Top "Highstock" questions

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

How can I change the colors of my highcharts piechart?

I'm using highcharts to make a piechart but I'm having trouble loading a custom color set for my chart. Here …

javascript highcharts highstock
Manage multiple highchart charts in a single webpage

I am having multiple highchart charts of various types(Bar,Pie, Scatter type) in a single web page. Currently I …

highcharts highstock
remove grid line on chart

I have the charts of lib HighCharts and I want to remove the gridline of yAxis on charts I write …

highcharts highstock
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
Highstocks graph width not correctly rendered

Hello I have a problem with highstocks when using jquery tabs. this is the code for the constructor. Chart = new …

highcharts jquery-tabs highstock
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
Highcharts yaxis labels Format

Is there any way to format yaxis into something I want. In fact, sometimes on the yaxis the data is …

highcharts highstock axis-labels
Using HighStocks with highcharts-ng

I'm using the Angular directive for HighCharts, https://github.com/pablojim/highcharts-ng. However I want to use the HighStock option …

angularjs highcharts angularjs-directive highstock highcharts-ng