0
votes
0answers
2 views
Highcharts: how to handle touch events via plotOptions.series.events
On a Highcharts bar chart, when the user clicks one of the bars, additional data is loaded elsewhere on the page via the loadDetails function.
loadDetails is specified as a click callback function ...
0
votes
2answers
29 views
Is there a way to set Highchart options dynamically?
Is it possible to toggle chart dataLabels (enabled/disabled) on click (without redrawing the chart) much like the following:
('.inner-container').click(function() {
chart.setTitle({text: "New ...
1
vote
0answers
18 views
How add custom content HighCharts PDF export?
I am generating a graph and html table with graph related info in a collapsible div.
Now the problem is I need to add the div content to my PDF export and not just the Graph, I see that there is a ...
-1
votes
0answers
16 views
I want to pass additional input parameters to the server side export function in highcharts [on hold]
I had generated 2 svg images in same page.
When i am clicking the Download PDF in the context menu, the svg image was posted and i printed that svg image into pdf.
I want to know what image was ...
0
votes
0answers
23 views
Which way to use for highchart export for vbscript
I am using classic asp as script language at server side and highchart for ploting charts. Now for export graphs as PNG which way should I use. Following are few ways but I can't use them as describe ...
0
votes
1answer
19 views
Strange tooltip behavior with long series in highcharts
I'm using Highcharts for a project in which I have to display two series with about a thousand points each. The x-axis represents a date, and the y-axis a quantity. In addition, each point has an ...
0
votes
0answers
12 views
Highcharts scrollbar not working properly
I have columnrange graph set up which is working perfectly fine. I grab the data required using ajax and recreate the graph everytime on user click event. I am trying to add x-axis scrollbar but it is ...
0
votes
0answers
28 views
Label hover function in highchart
I am using highchart.js file for rendering chart in my application. I want to show customize label for Bar chart.
My requirements are if my label name has long text like "My Label Text Long", It ...
0
votes
1answer
15 views
Highchart / Use global option into an external JS file
I want to put dynamic information into my php page and keep my global option to an external JS files but "option" seem undefined:
External file:
$(function () {
var options = {
chart: {
...
0
votes
0answers
22 views
highchart drilldown from column to columnrange with dates
I have managed to make two different charts using highcharts, which both work the way I want now I want to combine both and using drilldown.
1st chart is my glbal chart which shows percentage of ...
0
votes
0answers
21 views
Connect data result to highchart
I try to connect my result data to highchart, I don't know how I can do this.
My highchart code is in bottom.js which works. link to my fiddle //jsfiddle.net/vbsvbs/4Rqgy
Now I have some results ...
0
votes
0answers
14 views
Display Text Outside the chart area in HighStock
I have a chart where i'm plotting stock data. I want to render the last trade price outside the chart area. I am using flags to achieve this, but it is invisible outside the chart. Is there any way to ...
0
votes
0answers
21 views
HighchartsJS show tooltip as chart animation is in progress
I'm using Highcharts to build a custom areaspline chart. This series has an animation of 15000. How can I display and hide each Y value as the chart loads/animates? Just like a tooltip that animates ...
0
votes
0answers
19 views
Is it possible to select a specific point in javascript HighCharts programatically?
Assuming I have the following:
http://www.highcharts.com/stock/demo/basic-line
Notice that when you hover on the chart, you can see a vertical line through the "column" where your mouse is hovered ...
0
votes
1answer
25 views
Highcharts : put chart object in Database
I have a question about Highcharts object. After created it, it's possible to put the chart object into a database ?
After sometime I want to load this object and redisplay it.
Someone can help me or ...