mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Add support for Prometheus integration
This commit is contained in:
@@ -30,8 +30,12 @@ export default function DailyStatsChart(props: Props) {
|
||||
<ResponsiveContainer>
|
||||
<LineChart data={data}>
|
||||
<CartesianGrid strokeDasharray="3 3" />
|
||||
<XAxis dataKey="date" minTickGap={10} />
|
||||
<YAxis />
|
||||
<XAxis
|
||||
dataKey="date"
|
||||
minTickGap={10}
|
||||
stroke={theme.palette.text.secondary}
|
||||
/>
|
||||
<YAxis stroke={theme.palette.text.secondary} />
|
||||
<Tooltip />
|
||||
<Legend />
|
||||
<Line
|
||||
|
Reference in New Issue
Block a user