diff --git a/docs/todo.md b/docs/todo.md new file mode 100644 index 0000000..cf25029 --- /dev/null +++ b/docs/todo.md @@ -0,0 +1,4 @@ + + +Editor sparkline (simple) +Public facing sparkline diff --git a/src/components/columnWidget/columnWidget.md b/src/components/columnWidget/columnWidget.md index 094023b..566de26 100644 --- a/src/components/columnWidget/columnWidget.md +++ b/src/components/columnWidget/columnWidget.md @@ -26,5 +26,16 @@ ### Many Category Many Section: +same as Grouped + `@todo - example` + +### Categorical (Apples/Oranges) - Single Category Single Section: +### Categorical (Apples/Oranges) - Single Category Many Section: +### Categorical (Apples/Oranges) - Many Category Single Section: +### Categorical (Apples/Oranges) - Many Category Many Section: + +category in place of time series + +`@todo - example` diff --git a/src/components/donutWidget/donutWidget.md b/src/components/donutWidget/donutWidget.md index 5ac0536..c7d028f 100644 --- a/src/components/donutWidget/donutWidget.md +++ b/src/components/donutWidget/donutWidget.md @@ -2,6 +2,9 @@ Renders slice data to each of its sectors. +Shows last point in time data. Charts with time series data longer than a single slice should use another chart type. + + - - -### Multiple Category Multiple Slices (shown as aggregate over time (many slices)): - -`@todo - new feature` - - -### Multiple Category Multiple Slices (multiple pies) - -`@todo - new feature - as example: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/pie-donut/`