superset data 源码

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

superset data 代码

文件路径:/superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-big-number/BigNumber/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 [
  {
    __timestamp: 1388534400000.0,
    sum__SP_POP_TOTL: 7237260256.0,
  },
  {
    __timestamp: 1356998400000.0,
    sum__SP_POP_TOTL: 7151135481.0,
  },
  {
    __timestamp: 1325376000000.0,
    sum__SP_POP_TOTL: 7066007165.0,
  },
  {
    __timestamp: 1293840000000.0,
    sum__SP_POP_TOTL: 6984252419.0,
  },
  {
    __timestamp: 1262304000000.0,
    sum__SP_POP_TOTL: 6901110512.0,
  },
  {
    __timestamp: 1230768000000.0,
    sum__SP_POP_TOTL: 6818457192.0,
  },
  {
    __timestamp: 1199145600000.0,
    sum__SP_POP_TOTL: 6735914031.0,
  },
  {
    __timestamp: 1167609600000.0,
    sum__SP_POP_TOTL: 6653571302.0,
  },
  {
    __timestamp: 1136073600000.0,
    sum__SP_POP_TOTL: 6572596462.0,
  },
  {
    __timestamp: 1104537600000.0,
    sum__SP_POP_TOTL: 6491857539.0,
  },
  {
    __timestamp: 1072915200000.0,
    sum__SP_POP_TOTL: 6411615629.0,
  },
  {
    __timestamp: 1041379200000.0,
    sum__SP_POP_TOTL: 6331766837.0,
  },
  {
    __timestamp: 1009843200000.0,
    sum__SP_POP_TOTL: 6252469127.0,
  },
  {
    __timestamp: 978307200000.0,
    sum__SP_POP_TOTL: 617333941.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  赞