-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack in documentation to visualize Regions in Area Map #851
Comments
Hi, looks like it's mapped on another kind of format, for an example look here: https://raw.githubusercontent.com/neo4j-labs/neodash-static/main/world_polymap_level_1_entities.json. I will file a bug for it and add a selector to choose between the iso 3166 and the other |
Thank you, I have seen your pull request, but this don't seem to be the problem. I have seen that you are trying to change the ISTAT code of the regions to the ISO_3166 code, but this don't solve the problem. I have already the ISTAT code of the Italian Regions as property of my nodes:
If I try to convert the query inside of the Area Map visualization settings, nothing happens:
Probably there is a setting that should be enabled and it is not documented or there is a bug. Could you please verify? Thank you |
Did you enabled the drilldown options inside the card settings? |
Yes, sure. But I haven't passed any country ISO3 format cause I would like to visualize statistics on Italian regions. Regions visualization works only as a drill down of the country? |
Yes, It works only as a drilldown of the country!!
Thank you for your time! Could you please add to the documentation that the regions visualization is possible only as a drilldown of the country? |
Hi!
In the documentation page of Area Map visualization of Neodash it is written that:
And there is an example of italian regions. So I am italian and I would like to reproduce that visualization. So I have downloaded italian regions ISO 3166 codes from wikipedia and I have added those properties to my Regions nodes:
MATCH (r:Regione) RETURN r.nomeRegione, r.regCode LIMIT 5
Now I am trying to create an Area Map visualization trying to coping the documentation page, adding this cypher query into the Area Map settings :
But nothing happens. What I am doing wrong?
Is there a way toI visualize in addition to the regions also the provinces?
The text was updated successfully, but these errors were encountered: