-
```
/**
* @method isObject
* @param obj
* @returns {boolean}
* @desc 判断当前对象是否是对象类型
*/
_util.isObject = function (obj) {
const type = typeof obj;
return type === 'f…
-
## UI Kit UI组件库
* [ ] [shoutem](https://shoutem.github.io/docs/ui-toolkit/introduction):组件丰富,设计风格酷炫、团队也比较牛逼(3000+)
* [ ] react-native-training/react-native-elements[![GitHub stars](https://img.sh…
-
### Version
5.2.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
![image](https://user-images.githubusercontent.com/17420002/148910038-1248f01e-8431-468f-b400-c793013ae421.…
-
### Version
5.2.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
echarts4.8.0场景:
echarts4.8.0的版本可以通过设置旭日图每个扇形区域的r0和r达到花瓣图的效果,
![image](https://user-images.githu…
-
### Version
4.8.0
### Steps to reproduce
直接使用官网的列子:https://echarts.apache.org/examples/zh/editor.html?c=mix-zoom-on-value
在触屏的电脑或大屏显示器上无法拖动节点。
发现在此之前有人提过类似的问题:
- #9301
- #7406
- #12166
##…
-
### What problem does this feature solve?
在一个项目中如何同时采用echarts4.0和5.0,项目中原来用echarts4.0的功能太多,希望在升级到echarts5.0 保持不变,只是新的功能采用echarts5.0 , 这种情况如何引用?
### What does the proposed API look like?
同一个项目中兼容多…
-
### What problem does this feature solve?
v5 不再支持 IE8 浏览器。我们不再继续维护和升级之前的 VML 渲染器 来着实现 IE8 的兼容。如果使用者确实有很强的需求,那么欢迎提 pull request 来升级 VML 渲染器,或者单独维护一个第三方 VML 渲染器,我们从 v5.0.1 开始支持注册独立的渲染器了。
我们现在使用的版本是e…
-
### What problem does this feature solve
$ tiny start
2023-09-05 23:54:55 [tiny-toolkit-pro]: 服务开启中...
> hunter-pro@1.0.0 start
> vite --config ./config/vite.config.dev.ts --port 3031
vit…
-
![image](https://github.com/SuperMap/iClient-JavaScript/assets/38303643/50a026e6-7db7-4097-9d0f-c04ed284ffcf)
### Request a feature or report a bug? [这是一个需求还是一个缺陷]:BUG
### One-line summary […
-
### Version
5.0.2
### Steps to reproduce
echarts4做好的图表,在echarts5的配置项距离,大小发生了改变。
### What is expected?
想了解一下echarts4到echarts5的距离单位的改变,单位是什么,是像素单位还是什么?如果要转换的话,echarts5和echarts4的距离单位的关系如倍数是多少等。
…