Merge pull request #406 from davidbgk/patch-1
Correct chart type key name in first example
This commit is contained in:
commit
97818fb99f
@ -26,11 +26,11 @@ const data = {
|
|||||||
],
|
],
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
name: "Some Data", type: "bar",
|
name: "Some Data", chartType: "bar",
|
||||||
values: [25, 40, 30, 35, 8, 52, 17, -4]
|
values: [25, 40, 30, 35, 8, 52, 17, -4]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Another Set", type: "line",
|
name: "Another Set", chartType: "line",
|
||||||
values: [25, 50, -10, 15, 18, 32, 27, 14]
|
values: [25, 50, -10, 15, 18, 32, 27, 14]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user