superset data 源码

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

superset data 代码

文件路径:/superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bar/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 */
export default [
  {
    key: ['East Asia & Pacific'],
    values: [
      {
        x: -315619200000.0,
        y: 1031863394.0,
      },
      {
        x: -283996800000.0,
        y: 1034767718.0,
      },
      {
        x: -252460800000.0,
        y: 1048537618.0,
      },
      {
        x: -220924800000.0,
        y: 1073600747.0,
      },
      {
        x: -189388800000.0,
        y: 1098305025.0,
      },
      {
        x: -157766400000.0,
        y: 1124077872.0,
      },
      {
        x: -126230400000.0,
        y: 1153296196.0,
      },
      {
        x: -94694400000.0,
        y: 1181582226.0,
      },
      {
        x: -63158400000.0,
        y: 1210302481.0,
      },
      {
        x: -31536000000.0,
        y: 1242569208.0,
      },
    ],
  },
  {
    key: ['South Asia'],
    values: [
      {
        x: -315619200000.0,
        y: 572036107.0,
      },
      {
        x: -283996800000.0,
        y: 584143236.0,
      },
      {
        x: -252460800000.0,
        y: 596701125.0,
      },
      {
        x: -220924800000.0,
        y: 609571502.0,
      },
      {
        x: -189388800000.0,
        y: 623073110.0,
      },
      {
        x: -157766400000.0,
        y: 636963781.0,
      },
      {
        x: -126230400000.0,
        y: 651325994.0,
      },
      {
        x: -94694400000.0,
        y: 666134328.0,
      },
      {
        x: -63158400000.0,
        y: 681405837.0,
      },
      {
        x: -31536000000.0,
        y: 697060567.0,
      },
    ],
  },
  {
    key: ['Europe & Central Asia'],
    values: [
      {
        x: -315619200000.0,
        y: 660881033.0,
      },
      {
        x: -283996800000.0,
        y: 668526708.0,
      },
      {
        x: -252460800000.0,
        y: 676418331.0,
      },
      {
        x: -220924800000.0,
        y: 684369825.0,
      },
      {
        x: -189388800000.0,
        y: 692233988.0,
      },
      {
        x: -157766400000.0,
        y: 699849949.0,
      },
      {
        x: -126230400000.0,
        y: 706459925.0,
      },
      {
        x: -94694400000.0,
        y: 712871897.0,
      },
      {
        x: -63158400000.0,
        y: 719034272.0,
      },
      {
        x: -31536000000.0,
        y: 725099571.0,
      },
    ],
  },
  {
    key: ['Sub-Saharan Africa'],
    values: [
      {
        x: -315619200000.0,
        y: 228268752.0,
      },
      {
        x: -283996800000.0,
        y: 233759990.0,
      },
      {
        x: -252460800000.0,
        y: 239403621.0,
      },
      {
        x: -220924800000.0,
        y: 245217050.0,
      },
      {
        x: -189388800000.0,
        y: 251215851.0,
      },
      {
        x: -157766400000.0,
        y: 257414930.0,
      },
      {
        x: -126230400000.0,
        y: 263830697.0,
      },
      {
        x: -94694400000.0,
        y: 270477558.0,
      },
      {
        x: -63158400000.0,
        y: 277365472.0,
      },
      {
        x: -31536000000.0,
        y: 284502453.0,
      },
    ],
  },
  {
    key: ['Latin America & Caribbean'],
    values: [
      {
        x: -315619200000.0,
        y: 220564224.0,
      },
      {
        x: -283996800000.0,
        y: 226764342.0,
      },
      {
        x: -252460800000.0,
        y: 233183206.0,
      },
      {
        x: -220924800000.0,
        y: 239771182.0,
      },
      {
        x: -189388800000.0,
        y: 246458356.0,
      },
      {
        x: -157766400000.0,
        y: 253195267.0,
      },
      {
        x: -126230400000.0,
        y: 259965218.0,
      },
      {
        x: -94694400000.0,
        y: 266776414.0,
      },
      {
        x: -63158400000.0,
        y: 273654630.0,
      },
      {
        x: -31536000000.0,
        y: 280641049.0,
      },
    ],
  },
];

相关信息

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  赞