Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug]: Height prop is not respected for AreaMap #3046

Open
archiewood opened this issue Jan 27, 2025 · 0 comments
Open

[Bug]: Height prop is not respected for AreaMap #3046

archiewood opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@archiewood
Copy link
Member

archiewood commented Jan 27, 2025

Describe the bug

height prop does not impact height of AreaMap component

Steps to Reproduce

Using docs site

<AreaMap 
            data={la_zip_sales} 
            areaCol=zip_code
            geoJsonUrl='/geo-json/ca_california_zip_codes_geo_1.min.json'
            geoId=ZCTA5CE10
            value=sales
            height=500
/>

should adjust the height to 500px, but it does not

Severity

annoyance

@archiewood archiewood added bug Something isn't working to-review Evidence team to review and removed to-review Evidence team to review labels Jan 27, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant