Skip to content

2.1.0

Compare
Choose a tag to compare
@lxfu1 lxfu1 released this 19 Apr 08:03
· 62 commits to v2 since this release
909b66c

2024-04-19

  • 🐞 修复低版本 webpack 不支持的 export * as 语法
  • 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: <Line ref={React.useRef()} />