diff --git a/htdocs/css/index.css b/htdocs/css/index.css new file mode 100644 index 0000000..f38c901 --- /dev/null +++ b/htdocs/css/index.css @@ -0,0 +1,12 @@ +.row { + margin-left: 8px; +} +.row a { + display: block; + text-align: left; + font-size: 1.2em; + line-height: 1.8; +} +.row h3 { + color: #777; +} \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index e75bf57..6ff72e8 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,134 +1,393 @@
+Simple line chart for getting started.
- +Multiple line chart with multiple data.
- +Simple line chart with timeseries data.
- +Axis with ticks categorizing each data.
- +You can specify your own min/max values for each axis.
- +Column-oriented data can be used as input.
- +Row-oriented data can be used as input.
- +Data from URL can be used as input.
- +Load data dynamically.
- +Display as Bar Chart
- +Display as Filled Area Chart
- +Display as Arc Gauge
- +