Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
react-datamaps-india
Advanced tools
Datamaps for india region
pnpm add react-datamaps-india
or with other package manager like npm
npm install react-datamaps-india
import DatamapsIndia from 'react-datamaps-india'
const Example = () => {
return (
<DatamapsIndia
regionData={{
Maharashtra: {
value: 10,
},
}}
hoverComponent={({ value }) => {
return (
<>
<p>{value.name}</p>
<p>{value.value}</p>
</>
)
}}
mapLayout={{
title: 'Title',
legendTitle: 'Legend Title',
startColor: '#FFDAB9',
endColor: '#FF6347',
hoverTitle: 'Count',
noDataColor: '#f5f5f5',
borderColor: '#8D8D8D',
hoverBorderColor: '#8D8D8D',
hoverColor: 'green',
}}
/>
)
}
title: '',
legendTitle: '',
startColor: 'blue',
endColor: 'red',
hoverTitle: 'Count',
noDataColor: '#f5f5f5',
borderColor: '#8D8D8D',
hoverColor: 'green'
hoverBorderColor: 'green'
Andaman & Nicobar Island
Andhra Pradesh
Arunachal Pradesh
Assam
Bihar
Chandigarh
Chhattisgarh
Dadara & Nagar Haveli
Daman & Diu
Delhi
Goa
Gujarat
Haryana
Himachal Pradesh
Jammu & Kashmir
Jharkhand
Karnataka
Kerala
Lakshadweep
Madhya Pradesh
Maharashtra
Manipur
Meghalaya
Mizoram
Nagaland
Odisha
Puducherry
Punjab
Rajasthan
Sikkim
Tamil Nadu
Telangana
Tripura
Uttar Pradesh
Uttarakhand
West Bengal
Contributions, issues and feature requests are always welcome! Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2023 Shyam Gupta (shyamm@outlook.com) This project is MIT licensed.
FAQs
Datamaps for india region
We found that react-datamaps-india demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.