Skip to content

Commit

Permalink
fix(plugin-chart-echarts): fix default y axis bounds (apache#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 17, 2021
1 parent cffd6ec commit 55afef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const config: ControlPanelConfig = {
type: 'BoundsControl',
label: t('Y Axis Bounds'),
renderTrigger: true,
default: [null, null],
default: [undefined, undefined],
description: t(
'Bounds for the Y-axis. When left empty, the bounds are ' +
'dynamically defined based on the min/max of the data. Note that ' +
Expand Down

0 comments on commit 55afef0

Please sign in to comment.