On Jul 8, 8:23 am, John_Nowlan <[email protected]> wrote: > I need to build a few 'dashboardy' web pages with pretty pictures/graphs that > update periodically. > > I found this cookbook > recipehttp://wiki.pylonshq.com/display/pylonscookbook/Adding+graphical+output, > but what I am wondering is, has anyone done something like this where only > diffs are updated, i.e. if the graph displays a 1 hour time period that is > updated every minute, is there a way to do a diff on an image and just update > the changed part (the 1st and last minute)?
Other ideas: Try charts in HTML5 <canvas>. http://mbostock.github.com/d3/ http://vis.stanford.edu/protovis/ http://code.google.com/apis/chart/ http://raphaeljs.com/ http://www.liquidx.net/plotkit/ http://code.google.com/p/flot/ http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/ --steve -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
