causal fix (#2113)
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
This commit is contained in:
Родитель
7307a16cc9
Коммит
88f2c26f63
|
@ -65,7 +65,8 @@ export function getIndividualChartOptions(
|
|||
onClickHandler(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
turboThreshold: 0
|
||||
}
|
||||
},
|
||||
series,
|
||||
|
|
|
@ -49,6 +49,9 @@ export function getDependencyChartOptions(
|
|||
headerFormat: "",
|
||||
pointFormat: "{point.customData.template}"
|
||||
}
|
||||
},
|
||||
series: {
|
||||
turboThreshold: 0
|
||||
}
|
||||
},
|
||||
series: [
|
||||
|
|
|
@ -25,6 +25,9 @@ export function getDatasetScatterOption(
|
|||
headerFormat: "",
|
||||
pointFormat: "{point.customData.template}"
|
||||
}
|
||||
},
|
||||
series: {
|
||||
turboThreshold: 0
|
||||
}
|
||||
},
|
||||
series: dataSeries,
|
||||
|
|
Загрузка…
Ссылка в новой задаче