mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
no minwidth graph
This commit is contained in:
parent
ccce1f004b
commit
2e211a4647
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-[300px] w-full min-w-[500px] bg-neutral-200 dark:invert">
|
<div class="h-[300px] w-full bg-neutral-200 dark:invert">
|
||||||
<ChartJs
|
<ChartJs
|
||||||
type="line"
|
type="line"
|
||||||
data={{ datasets }}
|
data={{ datasets }}
|
||||||
|
|
Loading…
Reference in a new issue