Skip to content

Commit

Permalink
Fix initialization of trend dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jun 9, 2021
1 parent 403a0a2 commit 326b7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/chart-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ EChartsJenkinsApi.prototype.configureTrend = function (suffix, fillDialog, saveD
widthSlider.val(500);
heightSlider.val(200);
if (fillDialog) {
fillDialog(trendConfiguration);
fillDialog(trendConfiguration, {});
}
}

Expand Down

0 comments on commit 326b7f3

Please sign in to comment.