Skip to content

Commit

Permalink
causal fix (#2113)
Browse files Browse the repository at this point in the history
Signed-off-by: vinutha karanth <vinutha.karanth@gmail.com>
  • Loading branch information
vinuthakaranth authored Jun 13, 2023
1 parent 7307a16 commit 88f2c26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export function getIndividualChartOptions(
onClickHandler(this);
}
}
}
},
turboThreshold: 0
}
},
series,
Expand Down
3 changes: 3 additions & 0 deletions libs/core-ui/src/lib/util/getDependencyChartOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export function getDependencyChartOptions(
headerFormat: "",
pointFormat: "{point.customData.template}"
}
},
series: {
turboThreshold: 0
}
},
series: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export function getDatasetScatterOption(
headerFormat: "",
pointFormat: "{point.customData.template}"
}
},
series: {
turboThreshold: 0
}
},
series: dataSeries,
Expand Down

0 comments on commit 88f2c26

Please sign in to comment.