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/keys.html | 164 ++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 schall/static/RGraph/docs/keys.html (limited to 'schall/static/RGraph/docs/keys.html') diff --git a/schall/static/RGraph/docs/keys.html b/schall/static/RGraph/docs/keys.html new file mode 100644 index 0000000..ab4fd5c --- /dev/null +++ b/schall/static/RGraph/docs/keys.html @@ -0,0 +1,164 @@ + + + + + + RGraph: HTML5 Javascript charts library - Examples of keys + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Mention RGraph on Twitter + +
+ + + +
+ + +
+ + + + +

RGraph: HTML5 Javascript charts library - Examples of keys in charts

+ +
+ [No canvas support] + [No canvas support] +
+ +

+ As of 4th December 2010 the code that produces the keys has been rewritten. There are two variants of keys available, + a horizontal one designed to sit in the gutter, and a vertical one that is designed to sit on top of (ie over) the chart. +

+ +

+ The actual positioning is now configurable though, so you could have a horizontal key and position it to sit on top + of the chart. +

+ +

Key properties

+ +

+ The available key properties and their defaults are listed below (some chart types have slightly different defaults to + suit): +

+ + + + +

Interactive keys

+

+ The Line chart supports interactive keys - as shown in the example. This is only available when the key + is in graph mode. This allows you to click a key item and it will be highlighted on the chart. +

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