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
1answer
7 views

In highcharts how to format the number of percentage

Hi I want to show 7% instead of 7.0000000001% when I use point.percentage I do not find the percentageDecimals in the documentation or any thing that could help.
1
vote
1answer
8 views

highcharts change exporting option dynamically

I have chart option like below: 'chart' : { 'defaultSeriesType' : 'bar', 'renderTo' : QIS.WERM.CcySpotValuationContent.LINE_CHART_AREA_ID_ }, 'title' : { 'text' : title }, ...
0
votes
1answer
17 views

Highcharts and Ajax using php

Hi I am trying to reload a pie of Highcharts in this way: $("#Actualizar").click(function(){ $.ajax({ url:'ajax/core/Ajax_Request.php', type:'POST', ...
0
votes
0answers
17 views

Highcharts - temperature gauge

The one drawback to Highcharts that I can see currently is that it doesn't seem to have anything resembling a thermometer gauge in its gauge library. I can see that you might be able to fiddle ...
0
votes
0answers
20 views

Internet Explorer Out Of Memory Highcharts Highstock JQuery

We are using Highstock to render graph information which we display to our client base. In Internet Explorer some of the graphs we load, with relatively large data sets, display the following issue: ...
0
votes
1answer
8 views

date time plotting in highcharts

I have 15 min interval date wise data to plot. Dates might not be consistent in my case. Sample format: var row = ["2012-02-29", " 00:15", "0"] I am getting the array from Java class for plotting. ...
0
votes
0answers
4 views

Possible bug in Highstock with bubble chart

See http://jsfiddle.net/alexman/dhmWC/1/ Play around with the navigator; it becomes very jittery and the bubbles snap to the edge of the chart and the smallest bubble seems to disappear sometimes. ...
0
votes
1answer
13 views

Remove HighCharts border for Android

I'm trying to load a highchart js in an android webview and it works fine! My webview is in a LinearLayout and I want the background of both layout to be the same color. But there is an undesirable ...
0
votes
0answers
13 views

Highcharts Column Chart - zero values in IE

I am using highcharts and I have noticed that in IE 8 it seems to draw a small bar for zero values which it doesnt do in Firefox. I am also using the grouped categories plugin from the black label ...
0
votes
0answers
10 views

HighStock Chart: Extract time based on user selection from the Navigator window

I am trying to use a Highstock chart with the navigator window as a way of filtering some content based on time on a page. Ideally I would like the user to narrow the navigator to a time of interest ...
0
votes
2answers
16 views

Highcharts how to add HTML inside of chart area

Is it possible to add custom HTML (e.g. div) inside of chart area (inside of border; Highcharts Renderer does not seem to offer this option)? If yes how would one go about doing this? Any help is ...
0
votes
0answers
25 views

Disable marker hover in only one marker of highchart

I am trying to convince my highchart to do my bidding and have encountered a problem. What I want to acchieve: I want one of the markers of the graph to disappear. I want the line to go through (and ...
0
votes
1answer
10 views

High Charts add variance instead of values

Hi am using high charts in my website and they are just awesome.I wold like to know whether there is any option to include variance in graph instead of the original values like the one in below snip. ...
0
votes
0answers
29 views

Insert correctly data with ajax for highcharts

i have a problem with highchart. I have to put some date from a database but i can't visualize the correct graph. I show you my full code and the img of the visualization that i have now. Please help ...
0
votes
1answer
23 views

how do I process dynamically generated graph with PHP and send the result as an email?

I am trying to send mail using phpmailer, so my function which is returning body of mail,is like : function get_include_contents(){ // some code include "graph.php" //some code<br/> } ...

1 2 3 4 5 267
15 30 50 per page