WIP: Entity centric metrics (analytics v2)
0/3 threads resolved
changed milestone to %Analytics #mvp
added Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature scoped labels
16 16 "main": "src/main.ts", 17 17 "tsConfig": "src/tsconfig.app.json", 18 18 "polyfills": "src/polyfills.ts", 19 "assets": [ - Owner
why are we editing these?
1 const categories: Array<any> = [ 2 { 3 id: 'summary', 4 label: 'Summary', 5 type: 'summary', 6 metrics: [], 7 }, 8 { 9 id: 'traffic', 10 label: 'Traffic', 11 type: 'chart', 12 metrics: [ - Owner
should these not be filled from the backend?
1 <div class="chart-container" #chartContainer> - Owner
do we need to prefix this class?