Skip to content

Commit e330a50

Browse files
committed
use day on x axis for timeseries
1 parent b7acba2 commit e330a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devops/scripts/benchmarks/html/scripts.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ function createChart(data, containerId, type) {
105105
}
106106
};
107107
options.scales.x = {
108-
type: 'time',
108+
type: 'timeseries',
109+
time: {
110+
unit: 'day'
111+
},
109112
ticks: {
110113
maxRotation: 45,
111114
minRotation: 45,

0 commit comments

Comments
 (0)