Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


Editor sparkline (simple)
Public facing sparkline
11 changes: 11 additions & 0 deletions src/components/columnWidget/columnWidget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
13 changes: 3 additions & 10 deletions src/components/donutWidget/donutWidget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<DonutWidget series={[{
name: "Jan",
data: [
Expand All @@ -17,13 +20,3 @@ Renders slice data to each of its sectors.
_singleCategory={true}
_singleSection={false}
minimumValue="30" />


### 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/`