Closed GoogleCodeExporter closed 9 years ago
Separate functions aren't necessary to include two plots on the same page, and
naming jQuery ready handler functions has no effect. If you were instead
referring to the name of the placeholder, then yes, each plot does require its
own placeholder, but that's fairly self-evident.
The 'zooming with overview' and 'visitors per day with zooming and weekends'
examples demonstrate multiple plots on the same page.
If I'm misunderstanding you, please let me know; otherwise I'm closing this
issue.
Original comment by dnsch...@gmail.com
on 1 May 2012 at 8:22
Have a proble with ticks:10 not working on second chart on the same page
Original comment by kelticsu...@gmail.com
on 23 May 2013 at 3:09
Same problem. Second chart not showing ticks. Anyone can help?
Original comment by raffaell...@gmail.com
on 11 Aug 2013 at 9:40
you can create function for Second chart :
function plot() {
var a = [[12,7.3]],
b = [[13.7,11]];
....
...
}
plot();
Original comment by irpanram...@gmail.com
on 13 Oct 2014 at 1:19
Original issue reported on code.google.com by
AlexWill...@gmail.com
on 14 Dec 2011 at 9:58