Top "Highcharts" questions

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

Highcharts Pie Chart.How to set labels in two lines

I'm creating a pie chart in highcharts. Does anybody know how to set data labels in two lines? I'm finding …

charts highcharts jsfiddle pie-chart
conditional marker colors in highcharts

I'm using Highcharts and I want to fill markers in line chart with different colors. For example: when variable "a" …

javascript highcharts markers
Using html2canvas to render a highcharts chart to pdf doesn't work on IE and Firefox

We are using html2canvas.js and html2canvas.svg.js (version 0.5.0 beta1) and highcharts.js to download a donut …

javascript pdf svg highcharts html2canvas
How to show a column with the value Zero in Column chart in Highcharts?

Which I am passing to: series: [{ name: 'Fixed bugs', data: fixed, pointWidth: 40 }, { name: 'Assigned Bugs', data:assigned, pointWidth: 40 }, { name: 'Re-Opened …

highcharts bar-chart stacked
HighCharts Pie Chart - Add text inside each slice

I am creating a financial pie chart using HighCharts that represents asset allocation. My goal is to create a chart …

jquery highcharts labels pie-chart
How to import highcharts-more

I would like to use the spiderweb chart from highcharts, which requires me to import highcharts-more, but I cannot figure …

angular highcharts angular2-highcharts
Updating data in charts, highcharts with angular, highcharts-ng

Trying out a highcharts directive for angular, highcharts-ng. https://github.com/pablojim/highcharts-ng I have some problem with updating the …

angularjs highcharts highcharts-ng
how to import highcharts with webpack and babel

I use ES6, Babel and webpack stack. I have installed highcharts by npm (I prefer to use the official highcharts …

javascript highcharts ecmascript-6 webpack es6-module-loader
Highcharts drilldown from a series

I have a chart that displays series data by year. eg 1011, 1112, 1213, 1415, and shows an actual and target for each year. …

highcharts series multiple-columns drilldown
Highcharts, Can you change the chart type for drilldowns?

Highcharts, Can you change the chart type for drilldowns? I would like to present a standard "column" chart initially and …

types charts highcharts drilldown