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/11/30 03:51:58 UTC

[GitHub] [echarts] pissang commented on issue #16138: [Bug] Map show blue color when update option and remove some item

pissang commented on issue #16138:
URL: https://github.com/apache/echarts/issues/16138#issuecomment-982258680


   Seems to be a bug. Currently you can fill the missing data with `'-'`. In your example:
   
   ```ts
   
   var data2 = [
     { name: "中西区", value: 20057.34 },
     { name: "湾仔", value: 15477.48 },
     { name: "东区", value: 31686.1 },
     { name: "南区", value: 6992.6 },
     { name: "油尖旺", value: 44045.49 },
     { name: "深水埗", value: 40689.64 },
     { name: "九龙城", value: 37659.78 },
     { name: "黄大仙", value: 45180.97 },
     { name: "观塘", value: '-'},
     { name: "葵青", value: '-'},
     { name: "荃湾", value: '-'},
     { name: "屯门", value: '-'},
     { name: "元朗", value: '-'},
     { name: "北区", value: '-'},
     { name: "大埔", value: '-'},
     { name: "沙田", value: '-'},
     { name: "西贡", value: '-'},
     { name: "离岛", 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