I have a dateset like below:
[
[
1446940800, //week in epoch
705077, //additions
-279 //delitions
],
[
1447545600,
7069,
-5261
],
[
1448150400,
13874,
-11025
],
]
how to create a very simply chart with using chartjs
with provided data? I'm totaly newbie with chartjs and i do not know how to start :(
i need to create this in vuejs, thanks a lot for all help
question from:
https://stackoverflow.com/questions/65875284/chartjs-how-to-create-chart 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…