Bar charts (#89)

* Bar charts

* Update package.json
This commit is contained in:
Adrian O.V
2023-08-21 15:55:50 -04:00
committed by GitHub
parent e1f4d791ae
commit a7191e8efb
6 changed files with 151 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ export { default as DropdownButton } from './base/DropdownButton.vue'
export { default as ShareModal } from './base/ShareModal.vue'
export { default as LineChart } from './base/LineChart.vue'
export { default as PieChart } from './base/PieChart.vue'
export { default as BarChart } from './base/BarChart.vue'
export { default as Categories } from './search/Categories.vue'
export { default as SearchFilter } from './search/SearchFilter.vue'