Highcharts is a Javascript charting library that uses HTML, SVG, and VML. The editor offers both open source/nonprofit and commercial editions of the product.

learn more… | top users | synonyms

0
votes
0answers
2 views

Highcharts - add a second needle to a VU Meter with a different colour

Is there a way to add a second needle of a different colour to a VU Meter ('gauge') style chart in Highcharts? I know that you can change the colour of the needle per chart using ...
0
votes
0answers
6 views

Highcharts-Export Server 2.0.1 Errors

This is a follow up to this question. I can now successfully (according to maven at least) build the latest highcharts-export server. I have only modified the app.properties file like this: # ...
0
votes
1answer
10 views

Highcharts Pie chart return slice animation on mouseout

I am implementing an animated pie chart in Highcharts where the slices pull out on mouseover and all is good apart from a issue where the on mouseOut I want the slice to return to the 'closed' ...
0
votes
1answer
34 views

Highcharts - update chart using ajax

Here is my sample chart with random data http://jsfiddle.net/Fw4PZ/ $(function () { $(document).ready(function() { Highcharts.setOptions({ global: { useUTC: ...
0
votes
0answers
9 views

Uncaught TypeError: Cannot read property 'chart' of undefined in highcharts

i m facing this error when i m trying to add highchart in extjs panel Uncaught TypeError: Cannot read property 'chart' of undefined in highchart.js testing.js var chartObject = new ...
0
votes
1answer
12 views

Highstock display two horizontal rules

Hi i am using charts from this site http://www.highcharts.com/. For stockChart I set option crosshairs: [true, true] to display both horizontal and verticall line where is my mouse. My questin is , is ...
0
votes
0answers
13 views

Date range selector on highstock is separate container?

Is this possible to split data range selector and chart on highstock? In other words is this possible to render chart to different container than date range selector?
0
votes
0answers
9 views

Pass the entire Java Script Object in GWT HighCharts

I have extended the BaseChart of HighChart provided by Moxie Group and overridden the onload method to render the chart. I am getting Attach Detach exception and I dunno what I am doing wrong. public ...
0
votes
1answer
15 views

Highcharts with inverted y-axis, but not inverted data?

Is it possible to invert the y-axis, but not the data? I have a ranking which should start with 1 at the top, not at the bottom, but the columns should stay just normal. Thanks for any hints!
0
votes
2answers
10 views

Highchart zooming bug?

I have a scenario where a point does not render in zoomed-in mode. Wondering if it's a highchart bug or something I can do. JSFiddle is here -- try zooming on the first point of series B (y value of ...
0
votes
0answers
23 views

Node-highcharts module not found

I am trying out the node-highcharts library for making PNG's of charts. My issue is as I have installed the module and run the very basic Node.js Highchart code, I get the error that it can't find ...
0
votes
1answer
11 views

Highcharts: Area chart: fill in space between 0 and first point

http://jsfiddle.net/gabrielesandoval/efHq7/ Is there a way to fill in the gap between the y-axis and the first point. The first point on my chart should be "25 years" and i would like the area ...
1
vote
2answers
16 views

Highcharts datetime axis overlap with a long time series

I'm trying to show time series information that could potentially span a large period (a thousand years or more). I can't seem to get the time axis labels not to overlap though. No amount of playing ...
0
votes
1answer
20 views

HighCharts Funnel - Set minimum size of each section

First time ever working with JS and HighCharts... But I'll try to formulate a question so it'll make sense! At the moment I'm working with only 4 sources of data, which is incredibly easy to throw ...
0
votes
0answers
7 views

Highcharts spiderweb graph shifted around axis

I am trying to use the spiderweb graph from highcharts while getting the data from a table: I am using the following HTML Code: <script ...
1
vote
0answers
19 views

Highcharts, visual issue on pie chart border. Any idea how to fix it?

I'm trying to do a really custom pie chart using Highcharts. So far I've been able to do what I wanted. The only problem is that when I remove the borders of the pie chart, then there's like a little ...
0
votes
1answer
22 views

how to sync updates on several highchart graphs

I have a page that has several dynamically generated highcharts that currently each update every minute based on when the chart was created. One of my action items is to synchronize the updates to ...
1
vote
0answers
21 views

Creating series/group titles in legend in Highcharts JavaScript pie chart

I have a set of data that I'm representing as a pie chart using HighCharts. I am trying to break out the labels in the legend into two distinct groups, and give them headers. Just for legend display ...
1
vote
1answer
22 views

HighCharts Column Chart Spacing Between Columns

I am creating a column chart using highcharts, I need to specify the width of the column and I am able to achieve that using the plotOptions.column.pointWidth property, after that I need to specify ...
1
vote
0answers
18 views

how to get the series name, id and title value dynamically from highcharts?

JSFiddle Link for the charts if (chart.length == 3) { for ( var i = 0; i < chart.length; i++) { chart[i].renderer ...
0
votes
0answers
19 views

Click event not working for multiple bar charts in same page using Highcharts

I am rendering multiple bar charts in one page and the click event is enabled for all charts.The event works fine for first two charts and does not work for rest of bar charts. Please see the sample ...
0
votes
0answers
9 views

Highcharts: stacked column with grouped categories

I'm trying to do a chart with stacked columns but for each column having different entries. I will explain myself better. I would like to use the demo of Highcharts: ...
0
votes
1answer
19 views

Highcharts pies: errors on devices

I am getting constant "undefined is not an object" errors on pie charts on iOS, using Highcharts 3. To demonstrate: if I load the demo page www.highcharts.com/demo/pie-basic in iOS simulator, with ...
0
votes
2answers
28 views

Highcharts - Different display month

I'm new in using highcharts and work by example. I have issue when displaying some data in highcharts. Here is my series data (var_dump) 'series_data' => string '[ {name:'Inmobi',data:[ ...
0
votes
1answer
32 views

Start on tick the 1st day of the month (Highcharts)

I am working on a chart and I have been asked to put the first X axis tick in te 1st day of the month (and no the first monday as default), but I do not find any property related in the api ...
0
votes
1answer
13 views

How to remove and add circles on the line chart dynamically?

How to remove and add circles on the line chart dynamically on button onclick?
0
votes
0answers
14 views

X Axis label and tool tip Alignment While zooming in highstock(timeline chart)

If you zoom in on the chart, then hover over any of the timeline you should be able to see the problem I'm facing. The tooltips seem to offset themselves, almost as if they're trying to show where ...
0
votes
1answer
29 views

Shared tooltips on a pie in a donut?

I'm fussing with a pie in a donut in Highcharts, and I can't seem to get either a legend or a shared tooltip to appear. It works fine with non-shared tooltips: tooltip: { formatter: ...
0
votes
1answer
15 views

highcharts - chart names for multiple pie chart series in one chart

I need to display multiple pie charts that are all related to the same data. As such I want them all to be part of the same chart and implement them as individual series. This all works no problems ...
0
votes
1answer
18 views

How to exclude series from pie-chart if there are a few of them (Highcharts.js)

Please help me out - what should I do in order to hide one particular segment of one particular chart (Also I want the rest of pie to fit vacated space with animation) ? Here is the code where I have ...
0
votes
0answers
12 views

Skip x axis points on highcharts

I am trying to figure out if this can be done with Highcharts. I have 5 different series on my chart and my X axis is made up of Dates. My problem is this, lets say Series 1 has 2 data points 10 and ...
0
votes
0answers
23 views

Trouble referencing highchart.js in Meteor application

I am trying to use highcharts.js in a Meteor.js application but can't get past the initial referencing errors. My console is showing the following: Resource interpreted as Script but transferred with ...
0
votes
1answer
32 views

Not able to display highcharts in php

i have just started to use HighCharts in one of my implementation but i wasn't able to render the charts with the following codes. Does i miss out anything? <html ...
1
vote
0answers
26 views

Highstock: Grid-lines on top of area but not breaking the chart line

what I am trying to achieve is an area chart in highstock, where I have 1 pixel gridlines on both x- and y-axis which should be visible on top of the fill area but should not break the chart line. ...
0
votes
2answers
40 views

Reuse function to load data into Highchart

I have a Highchart object and a function to load the data: graficaPropuestas = new Highcharts.Chart({ chart: { height: 300, renderTo: "graficaPropuestas", ...
0
votes
0answers
15 views

How to add custom menu option to existing menu options in highcharts?

Highchart how to have both context menu for exporting/downloading and also custom menu options?
0
votes
0answers
18 views

Highcharts, update options wipes series data

I am trying to allow users to create a chart and then toggle some options like data labels. Despite the fact that I follow the example updating the series by turning on the data labels option resets ...
0
votes
1answer
57 views

How can I read an Excel File with JavaScript (without ActiveXObject)

my friend asked me to make for a simple application to generate the chart (bar, curves) from an Excel file, so I opted to use JavaScript as a language since I know already the powerfull chart.js. ...
0
votes
1answer
35 views

How can i hide all the Series in highcharts at a time

I want to hide all the series's at a time , till now i use $.each hide all the series one by one but that degrading the performance i want hide all at a time..is there another way..? i had tried ...
0
votes
0answers
35 views

Highchart Inside Jquery Datatable-Export pdf Issue

I have created one table which is having one pie chart(Created using highchart) in each row. Also I am using jQuery datatable for creating table. I added table tools for getting options for save and ...
0
votes
1answer
24 views

gauge highcharts : Exterior circle color

Is there a way change or get rid of the gray circle in a Gauge chart from HighCharts? Look this Gauge pls $(function () { $('#container').highcharts({ chart: { type: 'gauge', ...
0
votes
1answer
55 views

arrow of line chart highcharts

I need to draw arrow of my line chart but i don't know well, here there are my code that make arrow http://jsfiddle.net/VQyVs/ I have probleme with serie 2 var lineSeries = ...
0
votes
0answers
24 views

How to add callback function for chart.exportChart() in highcharts / highstock

I want to add chart.showLoading('Retriving image from server ...'); when exporting image using highcharts/highstock. After the images is generated from server, I'd like to call chart.hideLoading(); ...
0
votes
2answers
16 views

What are the plotX, plotY values of a point in HighCharts?

What are the plotX, plotY values of a point in HighCharts? I can't find them in the documentation. I read the values but couldn't make sense of them when using a pixel ruler on the graph.
0
votes
1answer
19 views

vaadin's Invient chart max data size

Using invient charts add-on for vaadin and trying to display about 8000 points, but this doesn't seem to work. In the javascript console I'm also getting something like : Error: Problem parsing ...
1
vote
1answer
27 views

How to change axis label size when exporting in Highcharts / Highstock

I want to change axis label size when exporting image using Highcharts/Highstock. Please see this fiddle. exporting: { chartOptions: { rangeSelector: { enabled: false ...
0
votes
1answer
24 views

Highcharts not displaying series data for graph with multiple Y-axes

I'm trying to display a graph with 2 data series. Series 1 is a line graph, series 2 is a column graph. 2 Y-axes, each with a different scale. From looking at the examples on the HighCharts site, this ...
6
votes
2answers
45 views

Bug with highcharts pie-basic percent

I'm using the code of demo pie-basic (Fiddle) with the following values : series: [{ type: 'pie', name: 'Browser share', data: [ ['Firefox', 34], ['IE', 33], ...
0
votes
1answer
15 views

Highstock: Adding a scatter series doesn't seem to work

I can't seem to add a scatter series to a highstock chart. See this fiddle, using one of your modified examples: http://jsfiddle.net/q52AQ/ $(function() { ...
1
vote
2answers
30 views

How do i export HIGHCHARTS chart to a .jpeg

I want to export a highchart to a jpeg image and place it into a specific folder. What is the flow that goes through the highscript.js?

1 2 3 4 5 64