You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/16 11:21:06 UTC

[GitHub] [echarts] Rain120 opened a new pull request, #17388: [Feature] dataset.dimensions add config with dimensionsLimit

Rain120 opened a new pull request, #17388:
URL: https://github.com/apache/echarts/pull/17388

   ## Brief Information
   
   This pull request is in the type of:
   
   - [x] bug fixing [issues/17211](https://github.com/apache/echarts/issues/17211)
   - [x] new feature
   - [ ] others
   
   ### Why I do that
   
   Bcs that issue, and I found the limit about dimensions, so I do this pr.
   
   ### What does this PR do?
   
   Enhance dataset.dimensions, add config about dimensionsLimit and fixed [issues/17211](https://github.com/apache/echarts/issues/17211)
   
   ## View
   
   ### Before
   
   ![image](https://user-images.githubusercontent.com/20939839/179352362-159f6805-2d4c-48cd-95f7-540913ac3518.png)
   
   #### How to retrieval
   
   [v5.3](https://echarts.apache.org/examples/zh/editor.html?version=5.3.3&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFzJrqYQC2B0eUdpA2uRbAORYCO7ANB1gDufTgRFYATuLDiAnuICu4iOODiQ4rOLx9WFThnEAzcQHNxAC3EArcQGtxAG3EAvcQA9xAY3EA3cQBGumzonNDiVCIBPLzs2LgAKtRisQHCqSl6oQFSvFmwAPQFHAEyegC6eWx4wAoSXgTM-aghFFhepABsAHQAjABMVa2YOFhJNKTs_QAM_b3Tvez5AL5DbC3D7V19g_no8WPJkzNzs0utyxXkq-SEEhAEeE3r-bRewBiNZMOw7sxxo3GYkqe1gsn-7XY5RWawojiwAQIjlIG1aeAswEEpDAEgUBBh-XhiMcABksLJaiRvsMLBBPgB5XwECTwkDY3H4i6w9B4WRUALARwAZQgLi-7AAHMEQmBZCBxY4INBMmxLugQehcAFHAQEnLxV4LJIZEMwMBBZA2dT0Fh3BA8AAFYBKsDMlH5WXyyborAYTHnCg3NgCiSfCQAYUFwAkkwAxEZegmE9KeRisbAcXjYTiIKZTG6OBBXZFrkN3ABBO1PWAsF6tW32snE90_dGY9l4gn1qskpVfIxYRyEbmwBt4JJeOykAdDggjtvpzNzj36yZeHAEUzR-R6NWwDVgyv254UVFtHt96eD4f5McTqewGc31qe8W-Qd4gPoPfQ5YAbiAA)
   
   ### After
   
   ![image](https://user-images.githubusercontent.com/20939839/179352466-5bb25abd-1a96-4778-9c8c-511a42c89f3c.png)
   
   #### How to use it
   
   `dimensionsLimit`: `number`
   
   ```js
   chart.setOption({
       dataset: {
           dimensionsLimit: 50,
           dimensions: [
              'aq', 'aw', 'ae', 'ar', 'at', 'ay', 'au', 'ai', 'ao', 'ap', 'aa', 'as',
              'ad', 'af', 'ag', 'ah', 'aj', 'ak', 'al', 'az', 'ax', 'ac', 'av', 'ab',
              'an', 'am', 'bq', 'dataTime', 'bw', 'be',
              'br',
           ],
           // ...
       }
   });
   ```
   
   ## Misc
   
   > The doc will be write after the pr had review.
   
   - [ ] demo
   - [ ] doc
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on pull request #17388: [Feature] dataset.dimensions add config with dimensionsLimit

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on PR #17388:
URL: https://github.com/apache/echarts/pull/17388#issuecomment-1186157519

   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki about [How to make a pull request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   To reviewers: If this PR is going to be described in the changelog in the future release, please make sure this PR has one of the following labels: `PR: doc ready`, `PR: awaiting doc`, `PR: doc unchanged`
   
   This message is shown because the PR description doesn't contain the document related template.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org