Top "Highcharts" questions

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

which is best to use Fusionchart or Highcharts?

I am building a reporting solution. After a lot of research I have narrowed my choices down to two solutions: …

javascript flash highcharts fusioncharts
Highcharts area fillOpacity do not work when changing the color

I want an area chart with opacity 0.1. If I do not specify the color, everything works fine: plotOptions: { series: { fillOpacity: 0.1 } } …

highcharts opacity
Highcharts pie chart dynamically changes size

I am having an issue with a pie chart I created in highcharts. Depending on the placement of the data …

javascript charts highcharts pie-chart
Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)

I've a page that contain chart and map menu for report function. Then, I choose Highchart-Highmap library to reach the …

javascript jquery highcharts conflicting-libraries highmaps
Plotting of Network Topology graph based on json input

I want to draw network topology graph with Highchart or any other js library by proving json data as input . …

d3.js highcharts data-visualization topology noflo
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
Add tooltip to legend in highcharts when hovering

Id like to let the user know that he can remove items from the legend by simply clicking on them. …

highcharts gwt-highcharts
Highcharts y axis thousands separator

How to add a thousands separator to the Y Axis of Highcharts? This is what I have: yAxis: [{ // Primary yAxis …

javascript highcharts formatting number-formatting currency-formatting
Highcharts - Legend Positioning outside the chart

Consider I have highchart like this highchart with legend inside I want legend outside the chart. Please help. NOTE: I …

javascript highcharts legend legend-properties
Change Highcharts tooltip formatter from chart Object , after chart is rendered

I have found that I can change series with setData, and I know I can modify Max values with .setExtremes , …

javascript tooltip highcharts formatter