@uyun/chart.js
``` const bar = new Charts.Bar({ el: '#container' })
Last updated 6 years ago by weixf .
MIT · Repository ·
$ cnpm install @uyun/chart.js 
Private package

Bar

const bar = new Charts.Bar({
  el: '#container'
})

bar.setOption({
  url: 'http://example.com'
}) 

## 刻度盘

const dial = new Charts.Dial()


## 文本

const text = new Charts.Text()


## WebView

const webView = new Charts.WebView({ el: '#container' })

webView.setOption({ url: 'http://example.com' })


## 🤔

底层使用 html、svg、canvas 来构建图表 

1. 如何构建基于 html 字符串的图表组件

## 事件

chart.on('click|dblclick|mousedown|mousemove|mouseup|mouseout|contextmenu')


##

chart.on('mousemove', () => {

})

1. 统一对外接口

Current Tags

  • 0.0.6                                ...           latest (6 years ago)

6 Versions

  • 0.0.1                                ...           6 years ago
  • 0.0.2                                ...           6 years ago
  • 0.0.3                                ...           6 years ago
  • 0.0.4                                ...           6 years ago
  • 0.0.5                                ...           6 years ago
  • 0.0.6                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (41)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org