133 Commits

Author SHA1 Message Date
a77ecc726d fix: delay first setOption until initial resize, update deps 2021-06-10 01:16:58 +08:00
87d9f843ac fix: provided theme changing won't trigger effect 2021-05-06 10:28:22 +08:00
dd71918d10 fix: make the .chart getter work with Vue 2 2021-04-30 18:45:05 +08:00
c7fd5110f7 fix: update default value for updateOption.lazyUpdate and no longer call resize in a task 2021-04-30 10:37:46 +08:00
23eba11c8f fix: fix updateOptions 2021-03-29 20:15:02 +08:00
d89e0ee9b3 chore: add postinstall script to bail out type check for vue 2 2021-03-08 19:21:59 +08:00
6ca29ed3e0 fix: remove unnecessary install, ensure initial resize 2021-03-08 19:20:28 +08:00
6526e2e43c fix(#518): make sure charts fit the container after next browser UI render 2021-03-05 01:06:45 +08:00
677971795f fix: ensure vca is installed 2021-03-03 20:26:21 +08:00
bef5ee70e5 fix(#519): replace mergeProps with simplified logic 2021-03-03 18:26:54 +08:00
731af39c60 fix(#516): suppress native events 2021-03-02 23:59:55 +08:00
dc02845ce0 fix: fix umd build and bundle vue-demi 2021-03-01 01:28:58 +08:00
c400baf8d8 feat: use custom element, update vue-demi 2021-02-28 02:49:19 +08:00
121570378f fix(#514): add missing instance method containPixel 2021-02-26 18:33:34 +08:00
6629540a8e fix: fix event support for Vue 2, fix #510 2021-02-23 20:09:16 +08:00
175d823200 refactor: use toRef instead of watching a function, mute rollup for mixed use of default/named export 2021-02-23 19:02:45 +08:00
c1bf3695cc docs: fix typo in sample code 2021-02-23 18:51:43 +08:00
39437ba907 fix: fix named export and default export 2021-02-23 14:32:43 +08:00
703b0d350d fix: add missing injection key exports 2021-02-22 23:56:12 +08:00
9a6bf07eac docs: fix github link 2021-02-22 21:58:27 +08:00
7e7706afc4 docs: update tagline 2021-02-22 15:23:42 +08:00
217ac4e1e0 fix: typo in type file 2021-02-22 14:47:22 +08:00
84a89e3883 feat: support injection for theme 2021-02-22 14:36:06 +08:00
cd02c3131c feat: support ref for provide api 2021-02-22 14:14:54 +08:00
9f974a7824 chore: update deps and readme 2021-02-22 11:51:22 +08:00
b8d9ca7991 feat: add default style, injectable update-options & loading-options 2021-02-22 11:50:43 +08:00
aaab149c11 fix: adjust deprecated option structure 2021-02-22 11:47:16 +08:00
cd5a9ec695 chore: update demo 2021-02-20 15:22:33 +08:00
fccd92b36d fix: make watch source correct 2021-02-20 15:21:53 +08:00
f450118a3b fix: add getDom method, remove classname 2021-02-19 18:10:32 +08:00
419d79f86f refactor: rename options to option to align with ECharts itself
- removed built-in styles
- use ECharts' built-in throttle
- generate bundled .d.ts, hack three methods for now
- loadingOptions can be any object type
2021-02-19 17:54:08 +08:00
ee12ad9658 feat: vue-echarts-next first version 2021-02-18 15:10:19 +08:00
e4ff8e68e0 init 2021-02-01 20:21:18 +08:00