create_choropleth
Generate code for an interactive choropleth map with customizable color scales and legends to visualize data by region.
Instructions
Generate code for creating an interactive choropleth (data visualization) map with color scales and legends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataProperty | No | Property name to visualize from GeoJSON | density |
| colorScheme | No | Type of color scheme | sequential |
| steps | No | Number of color steps | |
| includeLegend | No | Include legend control | |
| includeInteraction | No | Include hover effects and info box |