Skip to content

Commit b58176e

Browse files
committed
fix: unset minimum on y axis for charts
1 parent 5587a08 commit b58176e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/charts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ export const setupChartRoutes = function(app: Express, prisma: PrismaClient): vo
299299
display: true,
300300
text: 'Amount of points',
301301
},
302-
min: 0,
303302
},
304303
},
305304
plugins: {
@@ -427,7 +426,6 @@ export const setupChartRoutes = function(app: Express, prisma: PrismaClient): vo
427426
display: true,
428427
text: 'Amount of points',
429428
},
430-
min: 0,
431429
},
432430
},
433431
plugins: {

0 commit comments

Comments
 (0)