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

@@ -30,9 +30,8 @@ export { default as TextLogo } from './brand/TextLogo.vue'
export { default as FourOhFourNotFound } from '@/assets/branding/404.svg?component'
// Charts
export { default as BarChart } from './chart/BarChart.vue'
export { default as LineChart } from './chart/LineChart.vue'
export { default as PieChart } from './chart/PieChart.vue'
export { default as Chart } from './chart/Chart.vue'
export { default as CompactChart } from './chart/CompactChart.vue'
// Modals
export { default as Modal } from './modal/Modal.vue'
@@ -185,6 +184,8 @@ export { default as VersionIcon } from '@/assets/icons/version.svg?component'
export { default as WikiIcon } from '@/assets/icons/wiki.svg?component'
export { default as XIcon } from '@/assets/icons/x.svg?component'
export { default as XCircleIcon } from '@/assets/icons/x-circle.svg?component'
export { default as ZoomInIcon } from '@/assets/icons/zoom-in.svg?component'
export { default as ZoomOutIcon } from '@/assets/icons/zoom-out.svg?component'
// Editor Icons
export { default as BoldIcon } from '@/assets/icons/bold.svg?component'