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 2020/01/11 10:24:23 UTC

[GitHub] [incubator-echarts] kuzmenkov111 opened a new issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data

kuzmenkov111 opened a new issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data
URL: https://github.com/apache/incubator-echarts/issues/12020
 
 
   ### Version
   4.6.0
   
   ### Reproduction link
   [https://jsfiddle.net/qm75bLcd/](https://jsfiddle.net/qm75bLcd/)
   
   ### Steps to reproduce
   There is a wonderful example on The Echarts website (https://echarts.apache.org/examples/en/editor.html?c=custom-error-bar) - Error Bar Chart without grouping. But modification this code (see below) for plotting Error bar chart on grouped data (two series bar chart) leads to unexpected behavior: all custom additional (error interval) series are aligned on the center of the X-axis category, but not on the center of the appropriate bar column (https://jsfiddle.net/qm75bLcd/).
   
   ### What is expected?
   On two (or N) series bar charts every additional custom (error interval) series should be aligned on the center of the appropriate bar column.
   
   ### What is actually happening?
   All custom additional (error interval) series are aligned on the center of the X-axis category, but not on the center of the appropriate bar column.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data
URL: https://github.com/apache/incubator-echarts/issues/12020#issuecomment-573303824
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [echarts] kuzmenkov111 closed issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data

Posted by GitBox <gi...@apache.org>.
kuzmenkov111 closed issue #12020:
URL: https://github.com/apache/echarts/issues/12020


   


----------------------------------------------------------------
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.

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] helgasoft commented on issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data

Posted by GitBox <gi...@apache.org>.
helgasoft commented on issue #12020:
URL: https://github.com/apache/echarts/issues/12020#issuecomment-759128703


   I think this is fixed for library [echarts4r](https://github.com/JohnCoene/echarts4r), see [code here](https://github.com/JohnCoene/echarts4r/blob/master/inst/htmlwidgets/lib/echarts-4.8.0/custom/renderers.js).
   It's not a pure JS library so _sessionStorage_ had to be used for parameter transfer.
   Three additional parameters were used:
   - total count of all series (most important)
   - lastly defined barGap
   - lastly defined barCategoryGap 
   
   Works pretty good so far.  There is also a PR pending, which adds a _hwidth_ parameter for customizing error bar's width.
   [see image](https://user-images.githubusercontent.com/13038071/98910386-f1b7e100-2477-11eb-836c-942a6d2d05d6.png)


----------------------------------------------------------------
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.

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] kuzmenkov111 commented on issue #12020: Error intervals can't be aligened on Bar Chart for Grouped Data

Posted by GitBox <gi...@apache.org>.
kuzmenkov111 commented on issue #12020:
URL: https://github.com/apache/echarts/issues/12020#issuecomment-760363388


   Thanks!


----------------------------------------------------------------
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.

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