Al C
unread,Aug 6, 2009, 4:33:08 PM8/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flotr Javascript Plotting Library
I have a page that displays that displays a set of graphs showing
daily, weekly, monthly and annual results. I'm using an Ajax
PeriodicalUpdater to cycle between the graphs (i.e., on a 60 sec
interval, the graph changes from the daily to the weekly, etc and then
back to the daily). I have separate div tags for each of the graphs;
the 2nd, 3rd & 4th div's initially are not shown (i.e., their display
is set to none).
All of that stuff appears to be working fine with the exception that
the height of the graph increases each time it is redrawn. This
occurs in spite of the fact that the divs in which the graphs are
displayed each have their height set to 375px.
Any clues as to why this might be happening?
TIA
Al