UNPKG

supersetui-custom-sk

Version:
100 lines (98 loc) 2.41 kB
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ /* eslint-disable sort-keys, no-magic-numbers */ export default [ { label: 'East Asia & Pacific', values: { Q1: 1384725172.5, Q2: 1717904169.0, Q3: 2032724922.5, whisker_high: 2240687901.0, whisker_low: 1031863394.0, outliers: [], }, }, { label: 'Europe & Central Asia', values: { Q1: 751386460.5, Q2: 820716895.0, Q3: 862814192.5, whisker_high: 903095786.0, whisker_low: 660881033.0, outliers: [], }, }, { label: 'Latin America & Caribbean', values: { Q1: 313690832.5, Q2: 421490233.0, Q3: 529668114.5, whisker_high: 626270167.0, whisker_low: 220564224.0, outliers: [], }, }, { label: 'Middle East & North Africa', values: { Q1: 152382756.5, Q2: 232066828.0, Q3: 318191071.5, whisker_high: 417451428.0, whisker_low: 105512645.0, outliers: [], }, }, { label: 'North America', values: { Q1: 235506847.5, Q2: 268896849.0, Q3: 314553651.5, whisker_high: 354462656.0, whisker_low: 198624409.0, outliers: [], }, }, { label: 'South Asia', values: { Q1: 772373036.5, Q2: 1059570231.0, Q3: 1398841234.0, whisker_high: 1720976995.0, whisker_low: 572036107.0, outliers: [], }, }, { label: 'Sub-Saharan Africa', values: { Q1: 320037758.0, Q2: 467337821.0, Q3: 676768689.0, whisker_high: 974315323.0, whisker_low: 228268752.0, outliers: [], }, }, ];