superset negativeNumData 源码

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

superset negativeNumData 代码

文件路径:/superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Timeseries/negativeNumData.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.
 */

export default [
  {
    __timestamp: 1619827200000,
    Boston: -0.88,
    NewYork: null,
    Washington: -0.3,
    JerseyCity: -3.05,
    Denver: -8.25,
    SF: -0.13,
  },
  {
    __timestamp: 1622505600000,
    Boston: -0.81,
    NewYork: null,
    Washington: -0.29,
    JerseyCity: -3.54,
    Denver: -13.4,
    SF: -0.12,
  },
  {
    __timestamp: 1625097600000,
    Boston: 0.91,
    NewYork: null,
    Washington: 0.25,
    JerseyCity: 7.17,
    Denver: 7.69,
    SF: 0.05,
  },
  {
    __timestamp: 1627776000000,
    Boston: -1.05,
    NewYork: -1.04,
    Washington: -0.19,
    JerseyCity: -8.99,
    Denver: -7.99,
    SF: -0.01,
  },
  {
    __timestamp: 1630454400000,
    Boston: -0.92,
    NewYork: -1.09,
    Washington: -0.17,
    JerseyCity: -8.75,
    Denver: -7.55,
    SF: -0.01,
  },
  {
    __timestamp: 1633046400000,
    Boston: 0.79,
    NewYork: -0.85,
    Washington: 0.13,
    JerseyCity: 12.59,
    Denver: 3.34,
    SF: -0.05,
  },
  {
    __timestamp: 1635724800000,
    Boston: 0.72,
    NewYork: 0.54,
    Washington: 0.15,
    JerseyCity: 11.03,
    Denver: 7.24,
    SF: -0.14,
  },
  {
    __timestamp: 1638316800000,
    Boston: 0.61,
    NewYork: 0.73,
    Washington: 0.15,
    JerseyCity: 13.45,
    Denver: 5.98,
    SF: -0.22,
  },
  {
    __timestamp: 1640995200000,
    Boston: 0.51,
    NewYork: 1.8,
    Washington: 0.15,
    JerseyCity: 12.96,
    Denver: 3.22,
    SF: -0.02,
  },
  {
    __timestamp: 1643673600000,
    Boston: -0.47,
    NewYork: null,
    Washington: -0.18,
    JerseyCity: -14.27,
    Denver: -6.24,
    SF: -0.04,
  },
];

相关信息

superset 源码目录

相关文章

superset data 源码

0  赞