Wenli Zhang

Results 30 issues of Wenli Zhang

Are you sure this can be installed by pip? ``` $ pip install echarts-python Collecting echarts-python Could not find a version that satisfies the requirement echarts-python (from versions: ) No...

Hey, thanks for your contribution to ECharts family. 😄 The links https://echarts-python.readthedocs.com/en/ and https://yufeiminds.github.io/echarts-python/ are broken. Please fix it. Thanks.

## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...

PR: revision needed
PR: author is committer
PR: awaiting doc
size/M

### What problem does this feature solve? For series like maps, graphs, trees, sankeys, data shapes sometimes may be too large to displayed without overlap in a chart. Some charts...

new-feature
en
discussion-required

## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
PR: author is committer
PR: awaiting doc
size/S

### What problem does this feature solve? Current API lacks the ability to control line style for varied segments. For example, if we want to make different styles for a...

new-feature
en
topic: line

### Intent This PR is intended to increase elements' responsive area on mobile devices so that elements can be touched more easily. The idea is inspired by W3C's [Understanding Success...

How to generate documentation for different languages?

#46 caused the following error with ionic environment. ``` platforms/ios/MyApp/Bridging-Header.h:29: #import "./Plugins/cordova-plugin-webserver/GCDWebServer-Bridging-Header.h" ^ .../platforms/ios/MyApp/./Plugins/cordova-plugin-webserver/GCDWebServer-Bridging-Header.h:1:9: error: '' file not found #import ^ 1 error generated. :0: error: failed to emit precompiled...

This PR fixes `maxRadius` so that text does not overflows the shape. ## Before Take `shape: 'circle'` and `'diamond'` for example, when text list contains too many text, it will...