65 Commits

Author SHA1 Message Date
18aff09032 fix demo 2018-01-15 00:49:51 +08:00
ec43f1c91a fix readme 2018-01-04 22:26:19 +08:00
1b7afc7956 add chinese readme 2017-12-30 21:57:19 +08:00
a831be0db6 2.6.0 2017-12-18 15:32:28 +08:00
38f8f9602c build 2.5.1 2017-11-10 14:27:53 +08:00
cdaad8cc69 2.5.1 2017-11-10 14:24:25 +08:00
b2451ce4b8 remove unused file, update readme/changelog 2017-11-08 12:51:22 +08:00
9d41b27720 update README 2017-11-07 23:18:53 +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
a272a3bd3b rebase and rebuild 2017-09-18 14:29:47 +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
f657c102f4 Merge pull request #112 from cheneyliu/patch-1
添加 theme多类型支持,能直接通过prop的形式导入 theme
2017-09-04 12:31:08 +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
9a6d937dd2 fix demo 2017-05-27 12:12:06 +08:00
85b0881680 * add demo polyfill
* update publish script
2017-05-27 11:23:19 +08:00
fa7cbedf0c fix code style 2017-05-19 23:21:28 +09:00
2744016295 fix missing styles for prebuilt version 2017-05-03 12:25:23 +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
0d10ee7b97 fix webpack config to remove Vue from dist 2017-04-21 17:16:44 +08:00
edc7f6a991 remove utils, use Vue.util.warn instead 2017-04-18 15:11:49 +08:00
c40c3295cd Update README.md
refine readme
2017-04-11 14:30:55 +08:00
fd392b086c Merge pull request #52 from soundtina/master
upate webpack to 2.2 and fix a template issue. now the repository can r…
2017-03-30 02:08:49 +08:00
4d2b5bea9b set webpack to 2.2 and fix a template issue. now the repository can run correctly when you first clone it. 2017-03-27 23:02:04 +08:00
feb0a1f9ad fix #44 2017-03-08 12:38:04 +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
d885e7a272 refine mobile styles 2017-02-10 17:57:53 +08:00
a8a7cd18f6 update readme, bump version 2017-02-09 14:51:51 +08:00
42f92b96e8 2.3.0 2017-02-08 17:19:53 +08:00
0a939581c1 replace logo with liquid-fill animated icon 2017-02-07 14:58:07 +08:00
09252e7164 update readme & minor code update 2017-02-07 11:43:50 +08:00
b15fbe489e hide axis label before data load 2017-02-06 14:40:35 +08:00
9ad984ff02 add vuex example 2017-02-06 14:32:07 +08:00
7b66070a7a add scatter+gradient demo 2017-01-13 18:58:26 +08:00
307148592d refactor demo 2017-01-10 11:47:52 +08:00
4db9294afe update demo 2017-01-06 16:20:00 +08:00
4ea89a3421 update changelog 2017-01-05 01:19:22 +08:00
1d1d1b5cfa update readme 2017-01-05 01:13:47 +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
b81a333905 add build 2016-12-04 22:40:20 +08:00
5b389a7529 fix typo 2016-12-04 22:15:52 +08:00
9b0738f806 merge 2.0 2016-12-04 22:14:21 +08:00