JSPM

bizcharts

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22492
  • Score
    100M100P100Q171683F
  • License MIT

bizcharts

Package Exports

  • bizcharts
  • bizcharts/lib
  • bizcharts/lib/addepter/Guide
  • bizcharts/lib/components/Annotation
  • bizcharts/lib/components/Axis
  • bizcharts/lib/components/Chart
  • bizcharts/lib/components/Coordinate
  • bizcharts/lib/components/Coordinate/coord
  • bizcharts/lib/components/Effects
  • bizcharts/lib/components/Facet
  • bizcharts/lib/components/Interaction
  • bizcharts/lib/components/Legend
  • bizcharts/lib/components/Tooltip
  • bizcharts/lib/components/View
  • bizcharts/lib/context/root
  • bizcharts/lib/context/view
  • bizcharts/lib/core
  • bizcharts/lib/createPlot
  • bizcharts/lib/g2-all
  • bizcharts/lib/geometry
  • bizcharts/lib/geometry/Area
  • bizcharts/lib/geometry/Base
  • bizcharts/lib/geometry/Edge
  • bizcharts/lib/geometry/Heatmap
  • bizcharts/lib/geometry/Interval
  • bizcharts/lib/geometry/Label
  • bizcharts/lib/geometry/Line
  • bizcharts/lib/geometry/Path
  • bizcharts/lib/geometry/Point
  • bizcharts/lib/geometry/Polygon
  • bizcharts/lib/geometry/Schema
  • bizcharts/lib/hooks/useChartInstance
  • bizcharts/lib/hooks/useChartView
  • bizcharts/lib/hooks/useTheme

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bizcharts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bizcharts Plot

基于 G2 4.0 版本

新特性

  • Tooltip 全面支持React 定制化。
  • createPlot 快速使用g2Plot,并通过bizcharts 进行微定制。

npm 使用

npm install bizcharts --save

Browser

<script src="https://unpkg.com/bizcharts@${version}/umd/BizCharts.min.js"></script>

开发

tnpm i
tnpm run start

发布

npm publish

stories中开发对应的调试 demo