3da9f285ff
chore: update deps
2023-08-01 19:54:01 +08:00
e8697382a1
feat: add options for autoresize
...
* add `throttle: number` to specify throttle delay (#419 #562 )
* add `onResize: () => void` to specify a resize callback (#714 )
2023-06-13 20:35:45 +08:00
05111f5b6f
fix: fix relative path
2022-12-17 01:36:31 +08:00
669ba1cbbb
fix: refine style and remove unused import
2022-12-17 01:26:08 +08:00
ec124f4bf7
feat: make it possible to dynamically change provide values for Vue 2
2022-12-17 01:23:29 +08:00
e44c9dfd40
docs: use stackblitz for demos
2022-07-13 18:22:45 +08:00
1d4d0d0302
feat: provide better types for injection keys
2022-07-06 15:46:28 +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
a77ecc726d
fix: delay first setOption until initial resize, update deps
2021-06-10 01:16:58 +08:00
dd71918d10
fix: make the .chart getter work with Vue 2
2021-04-30 18:45:05 +08:00
121570378f
fix( #514 ): add missing instance method containPixel
2021-02-26 18:33:34 +08:00
c1bf3695cc
docs: fix typo in sample code
2021-02-23 18:51:43 +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
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