Highstock is a JavaScript based charting library that lets you create timeline (specially stock) charts.
0
votes
0answers
6 views
Show loading highstock
I try to show a loading effect (chart.showLoading()) when my zoom is finished.
I used the events : "afterSetExtremes", "setExtremes", "redraw", but they don't work.
Example :
{
events : {
...
0
votes
0answers
15 views
Wrong tickposition and data point in highstock chart
I found a problem in high stock timeline chart , I created chart with 1 hour data every 5 min i get data so totally i have 12 data points in 1 hour.Timeline chart creates and plots the data but tick ...
0
votes
0answers
7 views
stock chart on mobile, hard to hover the last series point with finger
To see the problem, try accessing the last data point on the multi-series stock demo with a mobile device. My hit rate is less than 50% on the last point on a series (finger hovering)
I tried ...
0
votes
2answers
15 views
Displaying small values using highcharts.js
I'm plotting a bar chart which has some large values and some smaller ones, the way in which the y-axis scales makes my smaller values not appear on the chart (no bar is displayed for the smaller ...
0
votes
0answers
22 views
Highcharts export to svg
Based upon this tutorial, I am successfully running the following (simplified) example :
phantomjs highcharts-convert.js -infile options1.json -outfile chart1.png -width 300 -constr Chart
I can ...
0
votes
0answers
9 views
Fallback to Highcharts 2 mobile device zooming system using Highcharts 3
The question is dead simple and tricky at the same time :
We were using highchart 2.X on our application. The application is used both on web and mobile browsers (mobile, understand : safari on ...
1
vote
0answers
11 views
Export image with phantom - Navigator or credits cannot be changed
We are trying to generate a png in server following this one.
The graphic is drawn correctly, but we cannot hide the navigator. The JSON passed to the script is:
...
0
votes
2answers
23 views
can zoom be mixed with multiple y-axis in highstock
We are using high stock and I was trying to combine these two examples
a base highcharts example
a base highstock example
such that zoom can be used with multiple axis. This is the result where ...
0
votes
2answers
14 views
upgrade to highstock 1.3.1 breaks resize code
How to resize with the latest code. The examples now use
chart = $('#theChart').highcharts({
Instead of newing a HighStockChart
chart = new Highcharts.StockChart({
I am not sure if that new ...
0
votes
2answers
19 views
Highstock mysql json compare multiple series
Please help to create a query!
This is a working example of my query Retrieve data as JSON using PHP:
<?php
$con = mysql_connect("localhost","user","password");
if (!$con) {
die('Could not ...
0
votes
1answer
14 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
14 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
1answer
14 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
22 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 ...
1
vote
1answer
52 views
How to create a Highstock chart for Xively datastream?
I'm trying to create a Highstock chart from Xively data.
I'm able to create regular line chart from a historic query of a Xively datastream and with some basic data format adaptation I am able to ...
1
vote
0answers
27 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
0answers
27 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();
...
1
vote
1answer
33 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
8 views
Highstock make navigator handles move a fixed distance relative to eachother
I'm using highstock and want to prevent the user from selecting more than 1 day using the navigator, I want the navigator to be visible and to be able to use its scrollbar.
so basically if the user ...
0
votes
1answer
16 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() {
...
0
votes
1answer
24 views
Combination of ohlc and line plot in highchart
Can I have a plot which is a combination of both ohlc and line plot without time range using Highcharts/Highstock?
1
vote
0answers
19 views
how to have a multi series highstock chart from sql data
currently i have this code:
<script type="text/javascript" src="/Scripts/highstock.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var yAxisOptions ...
0
votes
1answer
23 views
Data Grouping - Monthly (end-of-month)
I'm having a very difficult time trying to get my data to be grouped via month. I've even gone so far as to programmatically filter through my data to return only the last day of the month and ...
0
votes
1answer
16 views
navigator handlers value in highcharts
I want to get navigator handlers value in my highstock tooltip formatter.
I can get the min and max of my xAxis in tooltip(my navigator min date and max date).
Please help me...
Thanks
0
votes
1answer
26 views
How to make an irregularly scaled x-Axis and plot to both sides of it using Highcharts/Highstock
I want to make a graph with Highcharts/Highstock which looks like this (sorry for the bad graphic ;)):
I already found out how to do the columns and the line. What I could not find out (or what ...
0
votes
1answer
45 views
Highstock Time series with uneven data set distrubition
I have a time series, that for 1 day has live data. ( eg minute to minute ticks )
It also however, has historic time data going back ~ 5 or so years.
If I zoom out on the chart, because I have say... ...
0
votes
2answers
25 views
Highstock not rendering properly; displays empty series until zooming in
I've got Highstock running on a website loading two series from two different csv/log files on the same webserver.
I previously had this exact setup on a different server where it worked flawlessly.
...
0
votes
2answers
19 views
In Highstock v1.3.1 is there a way to detect setExtremes only on mouse up?
I'm trying to load new data for a stock chart in highstock 1.3.1, and I only want to make the call to load new data when the navigator's extremes have been set (on mouse up), not when the user is ...
0
votes
1answer
19 views
Highstock xAxis Plotband
I am new to Highstock and would like to know how to highlight an x axxis plot band to a chart in highstock.
I have crafted a sample at:
https://dl.dropboxusercontent.com/u/2509207/PlotBand.html
Can ...
0
votes
1answer
21 views
Highstock: show all two dimension bar of multi series on one tick
I am using highstock to show two dimension data of multi series on a chart. But highstock shift bars of series and don't show on one trick!
I used this code:
workData = [
/* 2009-01-01 */
...
0
votes
0answers
49 views
Loading 30 more Timeline High stock chart in jsp page?
I implement the Timeline High stock chart to display large data points using data grouping.
Its working but want to load 30 more charts on single jsp page. Have for() loop in each iteration it will ...
1
vote
1answer
18 views
Highstock: Property 'firePointEvent' of object #<Object> is not a function
When fire a click on a serie, I get the next error : Uncaught TypeError: Property 'firePointEvent' of object # is not a function.
In Highstock.js v1.3.1 (2013-04-15) on line 9575 :
// the series ...
1
vote
1answer
43 views
Overlapping Y Axis in a Multi y axis Highchart
i am trying to add a multiple yaxis highstock. The plotting works fine but the axis labels are overlapping & overall giving it a clumsy look. here is a snapshot of it!
Highchart Multi-Y
I have ...
0
votes
0answers
16 views
In HighStocks, compare the values of the series against the previous value
In HighStock/HighChart 3.0+ is it possible to display the series y-axis as a representation of the change from the previous value. I know that you can use plotOptions.series.compare to represent the ...
0
votes
1answer
25 views
Adding vertical line on xAxis in HighStock
I know I can plot horizontal lines on yAxis using plotLines, but how about vertical lines on xAxis?
Thanks!
0
votes
2answers
49 views
Highstocks, line missing but data is there
I've been playing around with Highstocks for a while now and for some reason one of my lines has disappeared when zooming in, yet it is still visible once zoomed out. It still shows the dot once ...
0
votes
2answers
45 views
Can not exporting renderer shapes added in callback function in highcharts / highstock
I want to dynamically added several primitive shapes like text and images into highcharts / highstock.
Please see this fiddle.
$(function () {
var chart = new Highcharts.Chart({
chart: ...
0
votes
1answer
37 views
Get wrong point.plotY position in Highcharts / Highstock
I always get wrong point.plotY position when I click RangeSelector in Highstock.
Please see this fiddle.
I try to catch range change event in setExtremes: function (e). When I click 6m in ...
0
votes
1answer
38 views
Can not get series data in Highcharts, Highstock
I want to get all series data in highstock callback function. Please see this fiddle, serie.data are all empty array.
The very strange thing is it related to rangeSelector. If I set to this way
...
0
votes
1answer
59 views
Highcharts/Highstock dynamically add/remove multiple series
I'm a Java/PHP programmer with an unreasonable inability to grasp Javascript, so I need a hand with something that should be simple.
Take the chart here: http://www.highcharts.com/stock/demo/compare
...
0
votes
1answer
39 views
set different colors for columns in highstock
I want to set different color for columns (volume) based on whether the stock moved up or down. So I added 'color' when filling the 'volume' array:
http://jsfiddle.net/vU5Zg/
volume.push({
'x': ...
0
votes
1answer
29 views
Revert theme to default
How can I revert my theme back to the default one in Highcharts after I have applied some theme?
I tried this but doesn't work.
Highcharts.theme = {
};
var highchartsOptions = ...
0
votes
1answer
13 views
Is there a way to change flags' tooltip font color?
I tried to do <span style='color:green;'>Test</span>, but doesn't work. The flags tooltip text is always in black color. For line point tooltip, it's working fine.
Thanks a lot!
1
vote
0answers
78 views
HighChart getting navigator to work with dynamic data
I am trying to have a live graph of bitcoins that can be running long term with two datasets buy and sell using HighStocks the problem is the data is all live so the graph starts with no data and gets ...
0
votes
2answers
55 views
How to get series's id in Highcharts / Highstock
How to get Series's id? In the API there is only name and data etc. But don't have id. How could I get id from series?
I'm using the following way to loop all series in chart.
...
0
votes
2answers
23 views
Highstock doesn't support custom (3 days) tickInterval with formatting
I'm using HighStock to display timeseries data and I want to allow the users to pre-define the label interval on the x-axis. If I try to set it to 3 days, it snaps to 2 days, or if I set it to 5 days ...
0
votes
1answer
20 views
HighStock - Set the range to past 2hrs without using the rangeSelector
I have a HighStock chart that renders data for the previous 24hrs, from that data I want to by default only show the last 2hrs and allow the user to drag it back if they want to see more.
I know ...
0
votes
0answers
13 views
Highstock: two panes rendering issue with touch zoom / move
When viewing the Highstock two pane example on a touch device, moving the chart by touchdrag, or performing a pinch zoom causes the chart to render the second pane incorrectly (looks like it ignores ...
0
votes
1answer
13 views
How can I get highstock zoom infomation?
I want do something when I change the zoom if highstock.
I can listen the redraw event then I kown its changed, but how can i get the zoom infomation?
0
votes
0answers
15 views
Highstock release notes (Change log) 1.3.1
I am upgrading my version of Highstock and found there are new features and changes to the API, but I am not able to find the release notes or change log. I found change log for highcharts, but that ...



