Halo
Halo
**Expected behavior:** I want to configure the include option **Actual behavior:** The following errors occur occasionally, and i execute save file,and recompile . this error is disappears. In this case,...
## Background 初次使用 egg.js ,我用的ts版本,光荣入坑egg-mysql,我看官网和github上面都没有明确的 .d.ts支持,参考百度上别人整理的,封了一个分享出来,希望作者补充到egg-mysql的文档中,尽量让后来者少踩坑。 ## Proposal 1. 使用 egg-mysql 时,引入.d.ts支持 `yarn add egg-mysql-typescript-lib` 2. 项目地址:(github)[https://github.com/a951055/egg-mysql-typescript-lib]
add es module support by `unbuild`
### What problem does this feature solve? 碰见一个问题, 在使用 Series.Custom 开发自定义样式的饼图时, 使用Legends组件只能映射到 series.name. 没有映射到 dataset 上面, 考虑到 Custom 图 是为了应对特殊场景下echarts官方提供的Chart无法满足使用的情况, Legends 只映射到Legend可以理解。 但是有一个更好的想法, 在 Custom Chart 的配置项中, 暴露一个`LegendVisualProvider`的接口, 允许引入自定义的LegendVisualProvider实例, 就可以满足...