Top "Highcharts" questions

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

How do I rotate my HighCharts bar chart so its vertical, not horizontal?

$(document).ready(function() { chart1 = new Highcharts.Chart({ chart: { renderTo: 'QueryResultsChart', type: 'bar' }, title: { text: 'Production History' }, xAxis: { title: { text: 'Production …

javascript highcharts
How can I hide series from a HighCharts legend?

I have 4 series in my chart. 2 are visible when the chart loads. 2 are hidden. When the user zooms in, the …

javascript highcharts
Format Highcharts y-axis labels

I'm using Highcharts to generate a line chart that shows currency values. By default the y-axis labels use metric prefixes …

javascript highcharts
Remove shadow/background glow on highcharts data label?

If you check out my http://jsfiddle.net/WOUNDEDStevenJones/oe1vcmqj/1/, the red labels on the chart have a subtle …

javascript css highcharts
Always display data labels above columns in HighCharts

How can I set the HighCharts options to ensure that column graphs are always rendered where the data label is …

highcharts
How can I hide a series from initially being displayed in Highcharts

I can hide a chart dynamically when the chart is displayed using series.setVisible( ). However I want my chart series …

highcharts
Reduce gap between series data in Bar Highchart

I want to reduce space between bar chart series data. Below mentioned is the image which gives a clear picture : …

highcharts bar-chart
Highcharts: Ensure y-Axis 0 value is at chart bottom

I'm outputting a series of highcharts on a page. In some instances, all data for the specified time period may …

highcharts
Highcharts - issue about full chart width

I'm using Highcharts column chart and I want it to be 100% width responsive chart. The container is a simple <…

javascript html css highcharts
Export Highcharts to PDF (using javascript and local server - no internet connection)

I am using Highcharts in my application (without any internet connection) I have multiple charts on a html page, and …

javascript pdf highcharts pdf-generation localserver