Forum Discussion
SVG Stacked bar in Matrix Visualization
You hand craft the SVG code for that type of visual (including the rendering of the Y axis and the calculation of the Y offset for the bars) and then you present that SVG to the image in the matrix cell.
Start with sample data and create the SVG for the desired output. Then make the parameters dynamic.
lbendlin Yes I tried to do that but I am not getting in stacked bar and I couldn't find any samples for stacked bar. Can you refer any stacked bar SVG .
Please help this is an emergency
- lbendlin3 years ago
Super User
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.- asdf16083 years ago
Helper V
lbendlin I need to display a matrix with three values in stacked bar chart.
For Example:
Here in table format the measure values "Profit", "Calculation1"and "Quantity" are in stacked bar.
I need the same thing in power BI. This is possible thorough SVG. But I am not getting any sample for this.
Can you give idea to get this stcaked bar?- lbendlin3 years ago
Super User
I can work on it if you provide usable sample data.