Revize c4f90f7b
Přidáno uživatelem Štěpán Červenka před více než 3 roky(ů)
src/app/shared/graph-loading/multigraph.ts | ||
---|---|---|
23 | 23 |
const rvalue: any = {}; |
24 | 24 |
let config1 = require('/src/vega/config/config.json'); |
25 | 25 |
lodash.merge(rvalue, config1); |
26 |
let config2 = require('/src/vega/config/config-multiline.json'); |
|
26 |
|
|
27 |
let config2; |
|
28 |
if (this.isAnalytics) { |
|
29 |
config2 = require('/src/vega/config/config-multiline-analytics.json'); |
|
30 |
} else { |
|
31 |
config2 = require('/src/vega/config/config-multiline-observations.json'); |
|
32 |
} |
|
33 |
|
|
27 | 34 |
let config3 = require('/src/vega/config/config-barline.json'); |
28 | 35 |
|
29 | 36 |
|
Také k dispozici: Unified diff
Re #8914 - Opravit zobrazení grafů pro endpoint analytics