Skip to content

Commit fb68532

Browse files
authored
feat(web-console): enable dynamic Y-axis scaling in chart view (#493)
1 parent fc162e8 commit fb68532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web-console/src/js/console/quick-vis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export function quickVis(
190190
xAxis: optionXAxis,
191191
yAxis: {
192192
type: "value",
193+
scale: true, // Enable dynamic scaling based on data values
193194
},
194195
series: series,
195196
}

0 commit comments

Comments
 (0)