We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to connect a CSV file with the Map but ...well .. I dont know where my fault is...
var map = mapmap(mapEl(1)) //! .geometry('../data/germany.geojson', 'AGS') //! .data('517-01-5777.csv', 'DG') .meta({ 'Name': { label: 'Name of county', } }) .choropleth('pop_count') .hoverInfo(['Name','price', 'SDV_RS', 'GEN']) .applyBehavior(mapmap.behavior.zoom()) .legend(mapmap.legend.html())
the file is in the same folder like the html.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to connect a CSV file with the Map but ...well .. I dont know where my fault is...
var map = mapmap(mapEl(1)) //! .geometry('../data/germany.geojson', 'AGS') //! .data('517-01-5777.csv', 'DG') .meta({ 'Name': { label: 'Name of county', } }) .choropleth('pop_count') .hoverInfo(['Name','price', 'SDV_RS', 'GEN']) .applyBehavior(mapmap.behavior.zoom()) .legend(mapmap.legend.html())
the file is in the same folder like the html.
Thanks
The text was updated successfully, but these errors were encountered: