Search found 6 matches

Go to advanced search

by tolgaulas
Mon Aug 12, 2013 12:38 pm
Forum: Highcharts Usage
Topic: Sample for data module's parseDate feature
Replies: 0
Views: 4375
 
Jump to post

Sample for data module's parseDate feature

New data module is great! However, by default only supports datetime format "YYYY-MM-DD". So if you like to add datetime formats other than the default, (i.e "YYYY-MM-DD HH:MM:SS") below is the code piece you may use: data: { table: document.getElementById('your_own_table_id_name...
by tolgaulas
Tue Feb 14, 2012 7:28 pm
Forum: Highcharts Stock
Topic: HELP with weird behavior
Replies: 1
Views: 1090
 
Jump to post

Re: HELP with weird behavior

Ok, I sorted out. Unfortunately my time data was not ordered.. :(
by tolgaulas
Tue Feb 14, 2012 4:24 pm
Forum: Highcharts Stock
Topic: HELP with weird behavior
Replies: 1
Views: 1090
 
Jump to post

HELP with weird behavior

Hello, I am totally lost; it may be a very silly point but could not figure it out. Please check a the example with my own data: http://jsfiddle.net/tolgaulas/5tgDb/ It's only 7000 points but somehow does not display anything but a dot on the y axis (x=0).. (Remove OK series to see it in action) I h...
by tolgaulas
Sun Feb 12, 2012 9:02 am
Forum: Highcharts Stock
Topic: document.ready not working on highstock to update the chart
Replies: 5
Views: 2278
 
Jump to post

Re: document.ready not working on highstock to update the ch

It doesn't because highstock has, for instance navigator - if you don't specify any series at the beginning navigator don't know which series it has to use. However you have some other issues in your code - you should put ajax request in chart load event (or callback function) http://highcharts.com...
by tolgaulas
Tue Feb 07, 2012 11:36 am
Forum: Highcharts Stock
Topic: document.ready not working on highstock to update the chart
Replies: 5
Views: 2278
 
Jump to post

document.ready not working on highstock to update the chart

Hi, I want to display the chart area (With "loading data" message to user) first, then update it with JSON data which takes sometime to load. However the solution that works under highchart (http://jsfiddle.net/tolgaulas/77w8P/5/) does not work under highstock ( http://jsfiddle.net/tolgaul...

Go to advanced search