Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to change Bubble color in Qlik sense but getting following error i am using latest version of qS
Can you reload once and try again
try multiple times no luck
Vikas
Try to close and re use that link which you done from Mash up / Please share the QVF file to test. I am having Qlik sense 2017 only..
Attaced
If you have licensed one hub link from public IP. Check from there using Inspect / F12 to check UI code and then hover the right bubble there we need to change using ID and Class which from Div section in HTML.
Try this in your Mashup changing CSS
.qv-object-bubble:after { Background-Color : 000FFF; }
Hi Anil
Thanks for your reply I am using free ware qlik sense desktop latest version i dont have license version
Vikas
Are you using existing extension for map in pool of QS. If so, You need to know which ID we are generating the bubble. If not, Are you simply calling any image which has BG for that chart with Scatter Plot chart? Once it is in access point you could find the Div section ID's to know the CSS using Inspect option i believe.