Forum Discussion
Bubble Matrix
- 7 years ago
tabuzahra here is the 1st attempt at it. Didn't follow the logic for background color since there is nothing as project in your dataset.
But you can look at bubbles and make the changes as per your need.
The background color can be represented by the Circle color
tabuzahra here is the 1st attempt at it. Didn't follow the logic for background color since there is nothing as project in your dataset.
But you can look at bubbles and make the changes as per your need.
- tabuzahra6 years agoHelper II
Hi Parry,
I have tried using it but I have got circle wasn't shown in the matrix table as it's showing
data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='200' width='200' ><circle cx='100' cy='100' r='4100' stroke='#00BFFF' stroke-width='1' fill='#00BFFF' /> <text x='50%' y='50%' text-anchor='middle' stroke='White' stroke-width='2px' dy='.3em'>41</text></svg>
instead of the image, what would go wrong?
- Anonymous6 years agoNot applicable
Hello,
I have the same issue.
Did you solve this problem?
Thank,
Anett
- Anonymous6 years agoNot applicable
Anonymous
Change the data category of the measure you created to Image URL. you will see images instead of text
Regards,
Rohan
- tabuzahra7 years agoHelper II
Thanks a lot Parry much appreciated. Yes this is what I needed, though I don't have any background in regards of SVG.
How can I change the background color depends on the project status?
Example:
- If the project status is Ongoing - Delayed or On-Hold for all clients then it should be Red
- If the project status is Completed - Delayed for all clients other than (Other Clients & Internal) then it should be Red
- If the project status is Completed - Delayed for clients (Other Clients & Internal) then it should be Yellow
- If the project status is Cancelled for all clients then it should be Yellow
- If the project status is Ongoing - On Track or Completed - On Time then it should be Green
- Anonymous7 years agoNot applicable
How do you do the bubble chart in a matrix?
- parry2k7 years agoSuper User
Anonymous the solution posted here (attached file in previous thread) is showing bubble in matrix, not sure if you had chance to look at it or not.
- Anonymous5 years agoNot applicable
My guy, this has been an absolute lifesaver.
I've modified it to do some conditional formatting in the KPI for different colours on the circle.
Can you help me on how to make the text inside the circles bigger and easier to read?