source:
code/Website/data-files/line-on-click.txt@
7878
Last change on this file since 7878 was 7849, checked in by , 15 years ago | |
---|---|
File size: 390 bytes |
Line | |
---|---|
1 | { |
2 | "elements":[ |
3 | { |
4 | "type": "line", |
5 | "colour": "#736AFF", |
6 | "text": "Avg. wave height (cm)", |
7 | "font-size": 10, |
8 | "width": 2, |
9 | "dot-style": { |
10 | "on-click": "trace:http://eden"}, |
11 | "values" : [ |
12 | 1.5,1.69,1.88,2.06,2.21,2.34, |
13 | {"value":2.44,"colour":"#FF0000","tip":"monkies","on-click":"trace:anchor_test"}, |
14 | 2.35,2.23,2.08] |
15 | } |
16 | ] |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.