An open API service indexing awesome lists of open source software.

https://github.com/zcreativelabs/react-simple-maps-canvas

Declarative canvas mapcharts for react.
https://github.com/zcreativelabs/react-simple-maps-canvas

Last synced: about 1 year ago
JSON representation

Declarative canvas mapcharts for react.

Awesome Lists containing this project

README

          

# React Mapchart

!WIP: The aim of this react component library is to render mapcharts to canvas using a simple declarative api similar to [react-simple-maps](https://www.react-simple-maps.io/).

```jsx
import { CanvasMap, Geographies, Geography } from "react-mapchart"

const MyMap = () => {
return (


{({geographies, highlighted}) =>
geographies.map(geo =>

)
}


)
}
```