Search found 19 matches

Go to advanced search

by Peter Castle
Wed Jul 09, 2014 9:43 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Actually, this only happens in the browser test view.

When I run the app on the Appery.io tester app, it's fine...

by Peter Castle
Wed Jul 09, 2014 9:40 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Ok, this does reset the axis labels, however it also seems to have an additional side effect of adding extra lines:

Image

by Peter Castle
Wed Jul 09, 2014 9:40 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

I also tried this:

Appery('html_4').html("");

but the effect was the same...

by Peter Castle
Tue Jul 08, 2014 6:16 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Maybe there is a simple way of clearing the html object?

by Peter Castle
Tue Jul 08, 2014 5:57 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Here you can see the axis labels are messy:

Image

by Peter Castle
Tue Jul 08, 2014 5:54 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Not a problem. Any tips on how to refresh a jqplot graph? Each time the graph updates, it simply writes directly over the last one making a mess. I have tried the following: ----------------------------------------------------------------------------------------------------- var plot = JSON.parse(lo...
by Peter Castle
Tue Jul 08, 2014 4:50 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Not sure if this is the most efficient method, but it works just fine.

by Peter Castle
Tue Jul 08, 2014 4:48 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

And plot away:

Image

by Peter Castle
Tue Jul 08, 2014 4:47 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Once this is complete. Setup the jqplot arrays:

Image

by Peter Castle
Tue Jul 08, 2014 4:46 am
Forum: Issues
Topic: Loading data into jqplot from database
Replies: 23
Views: 529
 
Jump to post

Loading data into jqplot from database

Second step was to keep adding the results to local storage variables as each value arrives:

Image

Go to advanced search