标签: chart.js chart.js2
chart.js中的时间图接受这种格式的输入数据
data: [{ x: new Date(), y: 1 }, { t: new Date(), y: 10 }]
如何覆盖键名称?我想将y重命名为total_price