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 2021/10/22 10:35:11 UTC

[GitHub] [echarts] KrzysztofMadejski commented on issue #13759: Ability to scroll the piecewise visual map similar to legend

KrzysztofMadejski commented on issue #13759:
URL: https://github.com/apache/echarts/issues/13759#issuecomment-949499686


   Would it work for you if you hide visualMap  and add legend with scroll? you can still use visualMap to do the color coding.
   ```typescript
   {
     legend: {
       type: 'scroll',
     },
     visualMap: {
       show: false
     }
   }
   ```


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