From 770ba5201f5c60b2bb36602ff9d359f641e33125 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 23 Oct 2011 21:14:40 +0200 Subject: Charting with flask, rgraph and custom "timeseries database" --- schall/static/RGraph/docs/basic_tooltips.html | 105 ++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 schall/static/RGraph/docs/basic_tooltips.html (limited to 'schall/static/RGraph/docs/basic_tooltips.html') diff --git a/schall/static/RGraph/docs/basic_tooltips.html b/schall/static/RGraph/docs/basic_tooltips.html new file mode 100644 index 0000000..c3d591c --- /dev/null +++ b/schall/static/RGraph/docs/basic_tooltips.html @@ -0,0 +1,105 @@ + + + + + + + RGraph: HTML5 Javascript charts library - A basic example of Pie charts in tooltips + + + + + + + + + + + + + + + +

RGraph: HTML5 Javascript charts library - A basic example of Pie charts in tooltips

+ + [No canvas support] + + + +

+ This is a basic example that shows charts (Pie charts) in tooltips. The canvas element is part of the tooltip + HTML code (specified like regular tooltips), and then it uses the ontooltip event to run some code whhich + then creates the Pie chart in the tooltip. +

+ + + \ No newline at end of file -- cgit v1.2.1