Skip to content
Snippets Groups Projects
Unverified Commit 74be152f authored by Nick Fitzpatrick's avatar Nick Fitzpatrick Committed by GitHub
Browse files

ChartWithLegend refresh mode (#33590)

parent 3b79aa2a
Branches
Tags
No related merge requests found
......@@ -148,5 +148,5 @@ class ChartWithLegend extends Component {
export default ExplicitSize({
wrapped: true,
refreshMode: props => (props.isDashboard ? "debounce" : "throttle"),
refreshMode: props => (props.isDashboard ? "debounceLeading" : "throttle"),
})(ChartWithLegend);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment