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/10/06 17:42:42 UTC

[GitHub] [incubator-echarts] Daemach opened a new issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Daemach opened a new issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393


   ### Version
   4.9.0
   
   ### Reproduction link
   [https://codepen.io/daemach/pen/MWegRvO](https://codepen.io/daemach/pen/MWegRvO)
   
   ### Steps to reproduce
   See code pen.
   
   ### What is expected?
   I expect the line color to change based on values in dimension 2 of series 0
   
   ### What is actually happening?
   Line color does not change, although the LABEL color is being mapped correctly according to visual map rules
   
   ---
   It doesn't work in the 5.0.0 alpha 2 release either.
   
   <!-- 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



---------------------------------------------------------------------
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 #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-704438986


   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



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


[GitHub] [incubator-echarts] Daemach commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
Daemach commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-726730033


   Were you able to make any progress with this issue?
   
   On Sat, Oct 17, 2020 at 4:47 AM Quill Qian <no...@github.com> wrote:
   
   > @Daemach <https://github.com/Daemach> that situation seems make sense.
   > Will try to look at the different rendering between label and line.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/13393#issuecomment-710858071>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AC7Y5YIBOKBZ2NW7X3O62QTSLF75JANCNFSM4SGK2S6Q>
   > .
   >
   


----------------------------------------------------------------
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] [incubator-echarts] Daemach commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
Daemach commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-710075870


   That is unfortunate.  And it doesn't explain why the label color is correct
   although the line color isn't.  Why can't you allow mapping the visual map
   on a different dimension just like the label?
   
   My situation is this:  I am using this to map values for growing plants
   indoors.  During the times when the lights are on, certain values are
   acceptable.  When the lights are off, those same values are unacceptable.
   Range 1 is 6AM=>6PM  Range 2 is 6PM=>6AM.  At 9AM, when the lights are on,
   a value of 1200ppm for CO2 level is acceptable and the line should be
   green.  At 9PM, when the lights are off, 1200ppm is not acceptable  and the
   line should be red.  I understand that the visual map can only map within 1
   range, not 2, so I calculated separate values and put them in a separate
   dimension.  The label colors are working.  The line color is not.
   
   On Fri, Oct 16, 2020 at 12:33 AM Quill Qian <no...@github.com>
   wrote:
   
   > Took a look as requested in mail list. Seems that line will only accept
   > visual map on value dimension.
   > But I feel a bit weird on why color on line need to be mapped to fields
   > not related to value it self. Most cases of line color visual map is
   > configured on simple and continous value range (just as
   > https://echarts.apache.org/examples/en/editor.html?c=line-aqi) and I feel
   > sorry to say that I can't be aware of bothering of current limitation.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/13393#issuecomment-709879186>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AC7Y5YPKZAONCI4D5SC3LKTSK7ZMTANCNFSM4SGK2S6Q>
   > .
   >
   


----------------------------------------------------------------
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] [incubator-echarts] quillblue commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
quillblue commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-710858071


   @Daemach that situation seems make sense. Will try to look at the different rendering between label and line.


----------------------------------------------------------------
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] [incubator-echarts] Daemach commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
Daemach commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-710985118


   Thank you, Quill.  I really appreciate it.
   
   On Sat, Oct 17, 2020 at 4:47 AM Quill Qian <no...@github.com> wrote:
   
   > @Daemach <https://github.com/Daemach> that situation seems make sense.
   > Will try to look at the different rendering between label and line.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-echarts/issues/13393#issuecomment-710858071>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AC7Y5YIBOKBZ2NW7X3O62QTSLF75JANCNFSM4SGK2S6Q>
   > .
   >
   


----------------------------------------------------------------
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] [incubator-echarts] quillblue commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by GitBox <gi...@apache.org>.
quillblue commented on issue #13393:
URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-709879186


   Took a look as requested in mail list. Seems that line will only accept visual map on value dimension.
   But I feel a bit weird on why color on line need to be mapped to fields not related to value it self. Most cases of line color visual map is configured on simple and continous value range (just as [https://echarts.apache.org/examples/en/editor.html?c=line-aqi](https://echarts.apache.org/examples/en/editor.html?c=line-aqi)) and I feel sorry to say that I can't be aware of bothering of current limitation.


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