Chart.js/test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json

67 lines
1.9 KiB
JSON
Raw Normal View History

{
"config": {
"type": "line",
"data": {
"labels": ["0", "1", "2", "3", "4", "5", "6", "7", "8"],
"datasets": [{
"backgroundColor": "rgba(255, 0, 0, 0.25)",
"data": [null, null, 0, -1, 0, 1, 0, -1, 0],
"fill": {
"target": 1,
"above": "transparent"
}
}, {
"backgroundColor": "rgba(0, 255, 0, 0.25)",
"data": [1, 0, null, 1, 0, null, -1, 0, 1],
"fill": {
"target": "+1",
"above": "transparent"
}
}, {
"backgroundColor": "rgba(255, 0, 255, 0.25)",
"data": [2, 0, -2, 0, 2, 0, -2, 0, 2],
"fill": {
"target": "-2",
"above": "transparent"
}
}, {
"backgroundColor": "rgba(255, 255, 0, 0.25)",
"data": [3, 1, -1, -3, -1, 1, 3, 1, -1],
"fill": {
"target": "-1",
"above": "transparent"
}
}]
},
"options": {
"responsive": false,
"spanGaps": true,
"legend": false,
"title": false,
"scales": {
2019-11-22 13:28:31 +01:00
"x": {
"display": false
2019-11-22 13:28:31 +01:00
},
"y": {
"display": false
2019-11-22 13:28:31 +01:00
}
},
"elements": {
"point": {
"radius": 0
},
"line": {
"cubicInterpolationMode": "monotone",
"borderColor": "transparent"
}
}
}
},
"options": {
"canvas": {
"height": 256,
"width": 512
}
}
}