22 Commits

Author SHA1 Message Date
c8856a0d34 * Switch to ECharts 4
* Remove deprecated events
* `auto-resize` now listen to element resize
2018-01-18 00:03:03 +08:00
a831be0db6 2.6.0 2017-12-18 15:32:28 +08:00
5e5b627f6f fix mergeOptions API 2017-11-03 18:18:48 +08:00
3007c2d2c7 staticMethod 'mergeOption' add the other argument (#113) 2017-11-03 17:50:55 +08:00
6f6262d85e fix #143 2017-11-03 17:11:44 +08:00
274aa35fc5 fix #127 2017-09-18 14:27:18 +08:00
d5a60cb1a4 Merge pull request #119 from nqdy666/master
fix In keepalive mode, the window is zoomed, and then back to the ori…
2017-09-04 14:43:24 +08:00
18c5a8813f fix In keepalive mode, the window is zoomed, and then back to the original page, the graphics are not rendered 2017-09-04 14:29:53 +08:00
b62a24ee25 fix type 2017-08-14 14:04:51 +08:00
1a23d24927 添加 theme多类型支持,能直接通过prop的形式导入 theme
```html
<template>
<e-chart :options="pie" :theme="pieTheme"></e-chart>
</template>
<script>
...
  data() {
    return {
      pie: {},
      pieTheme: {
        color: ['#0082DF', '#D62B3D', '#F8C657', '#2AB072']
      }
    }
  }
...
</script>
```
2017-08-14 13:50:56 +08:00
8006a5d60a update webpack dev env 2017-04-23 02:32:22 +08:00
38d3e29569 use rollup 2017-04-22 22:59:49 +08:00
edc7f6a991 remove utils, use Vue.util.warn instead 2017-04-18 15:11:49 +08:00
c55f392cd8 fix #43 2017-03-07 17:29:48 +08:00
aae16238bc fix #39 2017-02-20 21:10:01 +08:00
9b40106ced properly dispose 2017-02-13 17:19:24 +08:00
42f92b96e8 2.3.0 2017-02-08 17:19:53 +08:00
4d4e4b1283 resolved #21
refine demo
2017-01-05 00:58:46 +08:00
b366650196 resolve #19, #20 2016-12-21 17:39:47 +08:00
c2beabd586 add support for new events and methods & fix build 2016-12-04 21:57:36 +08:00
4777d1332a switch to Vue 2.0 2016-11-11 23:53:04 +08:00
fa00c7aa92 first commit 2016-06-17 17:57:55 +08:00