Fix graph state & data handling (#1578)

* Rip out external color state

* Fix styling errors

* Allow charts to display personal/entity perspectives on routes

* Refactor analytics data processing and selection

* Include custom color icon
This commit is contained in:
Carter
2024-01-12 14:51:03 -08:00
committed by GitHub
parent 0adb7685f6
commit 2fb63dcfb1
6 changed files with 253 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<ChartDisplay :projects="projects ?? undefined" />
<ChartDisplay :projects="projects ?? undefined" :personal="true" />
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="normal-page__content">
<div class="universal-card">
<h2>Analytics</h2>