appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.8k stars 3.64k forks source link

[Feature]: Netherlands map for the map chart widget #20109

Open Vidushi-Gupta opened 1 year ago

Vidushi-Gupta commented 1 year ago

Is there an existing issue for this?

Summary

Currently, custom fusion charts are not allowed in the Map chart widget. I wanted to work with maps/netherlands map.

Why should this be worked on?

The project that I am working on suggests provinces in Netherlands that are ideal to live in based on the standard of living and GDP per capita. Since I was making the dashboard on Appsmith, I wanted to use the Map chart widget to make a choropleth map. Wanted to achieve something like this: https://jsfiddle.net/em9h52z0/

somangshu commented 1 year ago

@Vidushi-Gupta this is a valid request and a very small change! We intentionally did not upload all map source to our build as it increased the size of our client build by a huge magnitude.

The question is what kinda impact this otherwise has, we can implement it easily as said before. The import for the different maps are sitting in app/client/src/widgets/MapChartWidget/component/index.tsx, we just have to import the required map and add it as a constant to show up in the property pane!

cc @dilippitchika

me-heer commented 1 year ago

Hi @somangshu , may I work on this?

somangshu commented 1 year ago

@me-heer we are not focusing on this issue right now, please search for other good first issues and tag me if you are intrested