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

   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/gurucharan1/pen/rNpJewq?editors=0010
   
   ### Steps to Reproduce
   
   option = {
     series: {
       type: "treemap",
       data: [{
         name: "Food",
         children: [{
           value: 3,
           name: "Fruit",
           
         }, {
           value: 9,
           name: "Meat",
         }, {
           value: 19,
           name: "Veggies",
         }]
       }],
       itemStyle: {
         color: "rgba(215, 49, 49, 1)"
       }
     }
   }
   
   ### Current Behavior
   
   We have set color for treemap using itemstyle color property. It is not 
being respected.
   
   ### Expected Behavior
   
   Treemap should be plotted with color set in itemstyle color property
   
   ### Environment
   
   ```markdown
   - OS:Windows
   - Browser: Chrome
   - Framework:Angular
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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: dev-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to