Improved graphs (#120)

* Complete chart overhaul

* Update package.json

* Update pnpm-lock.yaml

* run lint

* whoops

* Update pnpm-lock.yaml

* Update analytics.md

* Try again?

* Update Chart.vue

* Added Compact/Spark charts

* Added number formatting and cleanup

* Touch ups

* improve default colors

* removed unnecessary tooltip
This commit is contained in:
Adrian O.V
2023-10-26 14:39:26 -04:00
committed by GitHub
parent 16a39b364c
commit c056c4e79e
12 changed files with 954 additions and 493 deletions

View File

@@ -165,6 +165,13 @@ svg {
width: 1em;
}
.chart {
svg {
height: 100%;
width: 100%;
}
}
.button-animation {
transition: opacity 0.5s ease-in-out, filter 0.2s ease-in-out, transform 0.05s ease-in-out,
outline 0.2s ease-in-out;