Chart Test: Difference between revisions
From Artifacts of Capitalism
Created page with "<chart> { "type": "bar", "data": { "labels": ["Tudor", "Elizabethan", "Jacobean", "Restoration"], "datasets": [{ "label": "Artifacts", "data": [3, 5, 2, 4] }] } } </chart>" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#chart: | |||
{ | { | ||
"type": "bar", | "type": "bar", | ||
| Line 10: | Line 10: | ||
} | } | ||
} | } | ||
}} | |||