mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Shorthand labels key in getting started (#9465)
* Shorthand labels key in getting started * Change to longhand
This commit is contained in:
parent
243c9707d6
commit
c0d8dd9d05
@ -42,7 +42,7 @@ const data = {
|
|||||||
// <block:config:0>
|
// <block:config:0>
|
||||||
const config = {
|
const config = {
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data,
|
data: data,
|
||||||
options: {}
|
options: {}
|
||||||
};
|
};
|
||||||
// </block:config>
|
// </block:config>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user