Accessing nested data in stacked bar chart

前端 未结 0 723

I\'m trying to update the data selection for stacked bars appended as below:

.data(series)
   .join(\'g\')
   .attr("fill", d => color(d.key))  
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题