fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Timo Hocker 2020-11-03 12:46:14 +01:00
parent 1be8a3f592
commit 824d7c59e7

View File

@ -33,7 +33,8 @@ export default {
yAxisID: index, yAxisID: index,
borderColor: y.color, borderColor: y.color,
backgroundColor: y.fill, backgroundColor: y.fill,
spanGaps: true spanGaps: true,
lineTension: 0
}; };
let last = null; let last = null;
for (let i = 0; i < this.data.length; i++) { for (let i = 0; i < this.data.length; i++) {
@ -60,7 +61,6 @@ export default {
return { return {
animation: { duration: 0 }, animation: { duration: 0 },
responsiveAnimationDuration: 0, responsiveAnimationDuration: 0,
lineTension: 0,
scales: { scales: {
yAxes: this.yaxis.map ( yAxes: this.yaxis.map (
(y, index) => { (y, index) => {