本末

Results 8 issues of 本末

``` // 初始化树形数据(只会在数据变化调用一次) plTreeInit () { // 深拷贝数据 this.plTreeData = XEUtils.clone(this.data, true) // 设置数据级别,计算第一列的左侧空间距 this.plTreeData.forEach(item => { this.setDataLevel(item, 0); }) this.copyPlTreeData = XEUtils.clone(this.plTreeData, true) // 初始化方法 this.handleDefaults() }, ``` 建议对clone操作...

### What problem does this feature solve? 我通过echart 完成我的业务开发需求过程中发现 ,实现过于困难, 我先将所有的 子城市 注册, 然后鼠标移入的时候, 动态修改geo 或者series 这样 要重绘整个canvas 另外: 我在实现 静态绘制效果的时候 , 子城市的 center 会按照整个画布和自身的path 重新 计算中心点 ### What does...

new-feature
pending
stale
waiting-for: community

大佬是删除demo 了吗 ![image](https://user-images.githubusercontent.com/22746527/32362982-e8121684-c0a7-11e7-8dd6-297391c0a352.png)

加一扩展解析 功能

关于 既定的 pc 项目 扩展 移动端 , 不需要 页面重写吗? 单从样式 修改 能否实现 ? 例如遇到的问题 :pc 的 hover 在 移动端手指划过出现, 与active 产生冲突

author 是 数组 vue.config中 host: '0.0.0.0' 支持 network

增加替换功能, 满足我的业务场景