Search found 8 matches

Go to advanced search

by macsig
Tue Jun 14, 2011 7:37 am
Forum: Highcharts Usage
Topic: skip a value
Replies: 6
Views: 1453
 
Jump to post

Re: skip a value

Sorry for the late reply. Thanks for your help: the sample code provided by jlbriggs solved my issue. Regarding the implementation style, if I can say mine, I think this is a good implementation: values as 0 or nill cannot be used to skip a value (in a continued line). The best way would be to have ...
by macsig
Fri Jun 03, 2011 4:08 am
Forum: Highcharts Usage
Topic: skip a value
Replies: 6
Views: 1453
 
Jump to post

skip a value

Hello there, I have searched on the forum but I cannot find useful information so I have decided to open a new topic. How can I skip a value? Let us say I want to draw a chart that represent some lab tests. I have 4 batches (b1, b2, b3, b4) but I don't execute test2 for b3 so I want a line that from...
by macsig
Tue May 31, 2011 10:04 am
Forum: Highcharts Usage
Topic: creating series from array
Replies: 3
Views: 1162
 
Jump to post

Re: creating series from array

I have noticed that if I use the code you suggested I get this http://shareimage.org/images/4xhzavd6dm27dbsprv6g.png However, if I use a "classic" for loop for (i=0;i<myData.length;i++) instead for(n in myData) everything works fine. Perhaps this can be useful for someone else. Thanks.
by macsig
Mon May 30, 2011 10:25 am
Forum: Highcharts Usage
Topic: creating series from array
Replies: 3
Views: 1162
 
Jump to post

Re: creating series from array

Thanks for your reply
I appreciate it

have a good 1

Sig
by macsig
Fri May 27, 2011 10:03 am
Forum: Highcharts Usage
Topic: creating series from array
Replies: 3
Views: 1162
 
Jump to post

creating series from array

I'm trying to get familiar with Highcharts but I'm stuck with an apparently very simple issue. I have looked at the documentation but I cannot find any sample. let us say I have the following array var myData = new Array(); myData = [[1,2,3],[4,5,6],[7,8,9]]; How can I create 3 series using for each...
by macsig
Thu May 19, 2011 12:29 pm
Forum: Highcharts Usage
Topic: Export to PNG/JPEG/BMP: It can be done in PURE JavaScript!!!
Replies: 3
Views: 6223
 
Jump to post

Re: Export to PNG/JPEG/BMP: It can be done in PURE JavaScript!!!

Hello benfyvie,
I'm trying to implement your solution but I'm running in some issues.
You may find all the details here:
http://highslide.com/forum/viewtopic.ph ... &sk=t&sd=a

Am I missing something?

Thanks for your help and have a nice day.

Sig
by macsig
Sat May 14, 2011 3:11 am
Forum: Highcharts Usage
Topic: Saving chart as image using only JS
Replies: 2
Views: 2212
 
Jump to post

Re: Saving chart as image using only JS

Any ideas at all?

I appreciate any suggestion.

Thanks and have a nice weekend

Sig
by macsig
Tue May 10, 2011 6:44 am
Forum: Highcharts Usage
Topic: Saving chart as image using only JS
Replies: 2
Views: 2212
 
Jump to post

Saving chart as image using only JS

Hello all, Starting from this post ( http://highslide.com/forum/viewtopic.php?f=9&t=9840&p=45102 ) I'm trying to export a chart as image (png) using only JS. Below my JS code </script><script src="/javascripts/highcharts/highcharts.js" type="text/javascript"> </script><sc...

Go to advanced search