1.0.1 • Published 12 months ago

@dvgis/cesium-chart v1.0.1

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
12 months ago

Cesium-Chart

Cesium-Chart is an intermediate library for linking Cesium and Echarts, using which data visual programming can be applied to Cesium 3D Earth

Installation

NPM / YARN (Recommend)

Installing with NPM or YARN is recommended and it works seamlessly with webpack.

yarn add @dvgis/cesium-chart
-------------------------
npm install @dvgis/cesium-chart
 import { ChartLayer } from '@dvgis/cesium-chart'

CDN

<script src="https://cdn.jsdelivr.net/npm/@dvgis/cesium-chart/dist/cesium.chart.min.js"></script>

Usage

 let  layer =  new ChartLayer('layer',viewer)
 layer.setOption({}) //设置Echarts配置,其中tooltip设置无效

Creation

  • constructor(id,viewer)
    • parameters
      • {String} id
      • {Object} viewer
    • returns ChartLayer

Property

  • {String} id readonly
  • {Boolean} show

Methods

  • setOption(option)

    • parameters
      • {Object} option
    • returns ChartLayer
  • clear()

    • returns ChartLayer
  • resize()

    • returns ChartLayer
1.0.1

12 months ago

1.0.0

12 months ago