30 Commits

Author SHA1 Message Date
6304a1b15a fix: attributes should fall onto the root for Vue 2 (#670) 2022-12-07 19:44:29 +08:00
0ddc499755 fix: v-on not working in 2.7 (fix #636) 2022-07-12 12:25:57 +08:00
1d4d0d0302 feat: provide better types for injection keys 2022-07-06 15:46:28 +08:00
eaceae607d feat: support .once modifier 2022-06-15 19:03:59 +08:00
57cd2e6a16 chore: move to pnpm and refine build 2022-05-11 22:38:00 +08:00
899ef4b8d5 fix: chart instance should always be initialized 2022-01-18 16:55:13 +08:00
677f100b07 fix: make notMerge still respect to update-options 2022-01-18 14:24:17 +08:00
c1838efb45 fix: use ref change to apply notMerge: true for setOption 2022-01-18 14:22:41 +08:00
7aa9edca96 fix: update should always have notMerge: true 2022-01-14 19:02:24 +08:00
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
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
c400baf8d8 feat: use custom element, update vue-demi 2021-02-28 02:49:19 +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
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
b8d9ca7991 feat: add default style, injectable update-options & loading-options 2021-02-22 11:50:43 +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