Forum Discussion
Create stacked column chart
Please take a look at the updated code and let me know if it meets your requirements.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
yes, all done with small issues with clearing legend (legendLine), corrected it.
But because of "grouped()", how i understand, sorting broken. So i can't correct sort data in bars DESC and legends ASC (because legends "grouped()" and their indexes ) and sort(function(a,b) {return d3.ascending(a.source.groupName+'', b.source.groupName+'');} not working. Or may be i dont correct use "sort". Please, how i can sort bars and legends from up to down (and in bars and in legends) on display
- ShutTap8 years agoHelper I
UPD: All done, thank you very much!
Do you know where is some documentation like https://docs.unity3d.com/Manual/index.html or http://php.net (i mean full and detailed)