UI/Add upgrade indicator client charts (#15083)

* clean up activity serailizer

* fix line chart so only plot months with data

* cleanup monthly serializer

* account for empty months in vertical bar chart

* tidy version upgrade info

* fix version history model typo

* extract const into helper

* add upgrade indicator to line chart

* fix tests

* add todos
This commit is contained in:
claire bontempo
2022-04-20 08:35:57 -07:00
committed by GitHub
parent 50afd00b0b
commit e74c1b29b3
20 changed files with 230 additions and 212 deletions

View File

@@ -2,6 +2,7 @@ import { format } from 'd3-format';
// COLOR THEME:
export const LIGHT_AND_DARK_BLUE = ['#BFD4FF', '#1563FF'];
export const UPGRADE_WARNING = '#FDEEBA';
export const BAR_COLOR_HOVER = ['#1563FF', '#0F4FD1'];
export const GREY = '#EBEEF2';