Top "Highcharts" questions

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

Customize tooltip and format the number to 2 decimal places of highcharts

I am using Highcharts graph to display a pie chart. I want to change the tooltip to display the actual …

highcharts
How can i get access to a Highcharts chart through a DOM-Container

When i render a highcharts-chart to a div container, how can i get access to the chart object through the …

javascript jquery html dom highcharts
set different colors for each column in highcharts

I need to set different colors for each column in Highcharts graph dynamically. My Highcharts graph is: options = { chart: { renderTo: …

javascript highcharts
Set Additional Data to highcharts series

is there any way to pass some additional data to the series object that will use to show in the …

javascript jquery highcharts
how to hide highchart x - axis data values

I am drawing a bar chart using highchart.js I do not want to show the x - axis data …

javascript jquery charts highcharts bar-chart
Is there a way to disable the Title and Subtitle in Highcharts?

I'm just going to hardcode it in using html that is around the graph, I don't want to use the …

highcharts
Highcharts chart option backgroundColor:'transparent' showing black on IE 8

Highcharts chart option backgroundColor:'transparent' showing black on IE 8 histogram = new Highcharts.Chart({ chart: { renderTo: 'histogram', defaultSeriesType: 'bar', backgroundColor:'transparent' } …

css internet-explorer-8 cross-browser highcharts
HighCharts : Is it possible to customize the colors of individual series?

I am using HighCharts for a line graph report. In this specific report I have been asked to Customize the …

javascript graph highcharts
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
Proper way to remove all series data from a highcharts chart?

UPDATE: Here's a jsfiddle that shows the problem: http://jsfiddle.net/pynju/1/ Click on the blue column on Monday. When …

javascript charts highcharts