Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
i want a ven diagram based on the below table which should look like the attached image.
| Segment | Value | |
| Currys | 15 | 12% |
| Tesco | 28 | 22% |
| ASDA | 7 | 5% |
| others | 80 | 62% |
| Total | 130 |
Hi, Yousuf.
You may have to use a google image and adapt the API.
Choose your image from:
Charts Gallery - Image Charts (Deprecated) — Google Developers
Right click on image a choose Inspect Element
This will open text at bottom of page.
Copy URL using copy link address
Create Text Object
Change Represenation to Image
Paste Link address in.
Prefix with = and surround with ' '.
Back on the website the syntax description will show you how to change the contents. For instance, chco = colours, chdl = labels, chd=t is breakdown of how the venn diagram overlaps. You can replace the values with variables to change the chart accordingly.
Regards,
Neil
Hi, Yousuf.
You may have to use a google image and adapt the API.
Choose your image from:
Charts Gallery - Image Charts (Deprecated) — Google Developers
Right click on image a choose Inspect Element
This will open text at bottom of page.
Copy URL using copy link address
Create Text Object
Change Represenation to Image
Paste Link address in.
Prefix with = and surround with ' '.
Back on the website the syntax description will show you how to change the contents. For instance, chco = colours, chdl = labels, chd=t is breakdown of how the venn diagram overlaps. You can replace the values with variables to change the chart accordingly.
Regards,
Neil
QlikView doesn't currently have a native Venn diagram option, but QlikView's powerful extensibility means that there are other ways of achieving it, with or without building an extension object. For example you could use the Google Chart API.
This was awesome. Got to know a new thing. Thanks