Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Some path are hidden when making selections #14

Open
dcoueron opened this issue Jul 27, 2015 · 1 comment
Open

Some path are hidden when making selections #14

dcoueron opened this issue Jul 27, 2015 · 1 comment

Comments

@dcoueron
Copy link

Hi Brian,

First of all, thanks a lot for this great extension, it's very useful in a lot of usecases (and thanks for making it available on Qlik Sense !)

I think I have found an issue in the Qlikview version of this extension though : After playing around with the selections in my qlikview app, some parts of my map start to disappear. And i need to refresh the page in order to make them reappear.

When looking at the HTML code, those paths look like below. Note the url(#3) part:

<path 
    ... 
    stroke="#454545" 
    fill="url(#3)" 
    style="stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; cursor: pointer; opacity: 1; fill-opacity: 1; visibility: hidden;">
</path>

Instead of:

<path 
    ...
    stroke="#454545" 
    fill="#f6fbf1" 
    style="stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; cursor: pointer; opacity: 1; fill-opacity: 1;">
</path>

Do you have any idea what's wrong here ?

@dcoueron
Copy link
Author

dcoueron commented Sep 9, 2015

Hi, do you have any idea on what is happening ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant