金相强
金相强
最近公司一直需要这个控件
## What problem does this feature solve? 如多选的allowEmpty,这个功能需求很大 ## What does the proposed API look like? allowEmpty 允许起始项部分为空 [boolean, boolean]
现在的效果只要动画修改透明度效果会很好,可以支持传入opacity: [0,1] https://antv-l7.gitee.io/zh/examples/line/wall#hangzhou_wall
 目前无法实现图表上的个性化样式
They might not be at the same point in time, they might cross
项目有升级react18需求,但升级react18后会失去特性 import dva from 'dva' import ReactDOM from 'react-dom/client' import router from './router' const container: any = document.getElementById('root') const root = ReactDOM.createRoot(container) const app = dva() app.router(router) root.render(app.start()())
### What problem does this feature solve  如图,在勾选父级时,虽然子级也有勾选效果,但实际显示的值是node2,目前开启多选后,ngModelChange会返回所有选中的值,且在数据量大时,卡顿严重  ### What does the proposed API look like [tree]=true
if (count > 0) { return; } 永远无法执行
### Describe the bug  As shown in the figure ### Online demo URL _No response_ ### Photo Sphere Viewer version 5.4.3 ### Plugins loaded _No response_ ### OS &...