fix
This commit is contained in:
parent
1be8a3f592
commit
824d7c59e7
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user