superset data 源码

  • 2022-10-20
  • 浏览 (204)

superset data 代码

文件路径:/superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/BoxPlot/data.ts

/*
 * 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: '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: [],
    },
  },
];

相关信息

superset 源码目录

相关文章

superset caches 源码

superset changelog 源码

superset generate_email 源码

superset superset_config 源码

superset babel.config 源码

superset docusaurus.config 源码

superset sidebars 源码

superset data 源码

superset utils 源码

superset matomo 源码

0  赞