Hacktoberfest
仓库指标
- 星标
- (757 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
suggestion to work with multline
origami('#canvas').chartLine({
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
data: [65, 59, 80, 81, 56, 30, 60],
points: true,
pointsColor: "red",
line: "1px dashed #000",
},
{
data: [5, 159, 20, 31, 56, 30, 60],
points: true,
pointsColor: "red",
line: "1px dashed #000",
}
]
gridLines: {
vertical: false,
horizontal: false,
},
}).draw();