Skip to content

Commit 71f2d6d

Browse files
authored
Merge pull request #10 from HEET-Group/Haoyu/grafana
Haoyu/grafana
2 parents d63985f + d76a5b4 commit 71f2d6d

File tree

5 files changed

+25
-626
lines changed

5 files changed

+25
-626
lines changed

app/charts/GrafanaEventChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const GrafanaEventChart: React.FC<EventChartProps> = React.memo(props => {
7676
<option value="histogram">Histogram</option>
7777
</select>
7878

79-
<label htmlFor="graphType"> Time Frame: </label>
79+
<label htmlFor="graphType"> Time Frame: </label>
8080
<select name="graphType" id="graphType" onChange={(e) => setTimeFrame(e.target.value as TimeFrame)}>
8181
<option value={'5m'}>5 minutes</option>
8282
<option value={'15m'}>15 minutes</option>

0 commit comments

Comments
 (0)