This is an automated email from the ASF dual-hosted git repository.
duansg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new a159127572 [improve]: Optimize yAxis scale to better reflect data
fluctuations (#3939)
a159127572 is described below
commit a1591275725d19bafb5bc762d98e610cadc061b5
Author: KOYR <[email protected]>
AuthorDate: Sat Jan 3 01:57:14 2026 +0800
[improve]: Optimize yAxis scale to better reflect data fluctuations (#3939)
Co-authored-by: Duansg <[email protected]>
---
.../routes/monitor/monitor-data-chart/monitor-data-chart.component.ts | 1 +
1 file changed, 1 insertion(+)
diff --git
a/web-app/src/app/routes/monitor/monitor-data-chart/monitor-data-chart.component.ts
b/web-app/src/app/routes/monitor/monitor-data-chart/monitor-data-chart.component.ts
index 0dae9c7802..09c2022c59 100644
---
a/web-app/src/app/routes/monitor/monitor-data-chart/monitor-data-chart.component.ts
+++
b/web-app/src/app/routes/monitor/monitor-data-chart/monitor-data-chart.component.ts
@@ -222,6 +222,7 @@ export class MonitorDataChartComponent implements OnInit,
OnDestroy {
yAxis: {
type: 'value',
boundaryGap: [0, '100%'],
+ scale: true,
splitLine: {
show: true
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]