You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "craigchandler (via GitHub)" <gi...@apache.org> on 2023/05/16 01:35:57 UTC

[GitHub] [echarts] craigchandler opened a new issue, #18629: Visual Map not rendering line color (but it IS rendering correct color in label)[Bug]

craigchandler opened a new issue, #18629:
URL: https://github.com/apache/echarts/issues/18629

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/daemach/pen/MWegRvO
   
   ### Steps to Reproduce
   
   See code pen.
   
   ### Current Behavior
   
   Line color does not change, although the LABEL color is being mapped correctly according to visual map rules
   
   ### Expected Behavior
   
   I expect the line color to change based on values in dimension 2 of series 0
   
   ### Environment
   
   ```markdown
   - OS: Linux
   - Browser: Firefox && Chrome
   - Framework: javascript / angular
   ```
   
   
   ### Any additional comments?
   
   see #13393


-- 
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.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] craigchandler commented on issue #18629: [Bug] Visual Map not rendering line color (but it IS rendering correct color in label)

Posted by "craigchandler (via GitHub)" <gi...@apache.org>.
craigchandler commented on issue #18629:
URL: https://github.com/apache/echarts/issues/18629#issuecomment-1548854124

   It should be noted that when the series type is 'bar' the bar color matches that defined by dimension not the plotted value


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

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18629:
URL: https://github.com/apache/echarts/issues/18629#issuecomment-1550282485

   Agree, kind of weird. People want to do **line segments** coloring in ECharts, but get just **line points** (+label) coloring.
   Solution is to use custom lines - see code example in #18634


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