@zbt123/detail-data-bar-chart
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

LI Analysis Assets

Assets for Location Insight App

Usage

import React from 'react';
import CoreAssets from '@antv/li-core-assets';
import AnalysisAssets from '@antv/li-analysis-assets';
import { LocationInsightEditor } from '@antv/li-editor';
import defaultApplication from './application';

const assets = [CoreAssets, AnalysisAssets];

export default () => {
  return (
    <LocationInsightEditor
      style={{ height: '100vh' }}
      defaultApplication={defaultApplication}
      assets={assets}
      onChange={(app) => {}}
    />
  );
};

Readme

Keywords

Package Sidebar

Install

npm i @zbt123/detail-data-bar-chart

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Unpacked Size

4.19 MB

Total Files

630

Last publish

Collaborators

  • zhoubotong