react-svg-worldmap
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -15,3 +15,4 @@ import React from "react"; | ||
size?: string; | ||
border?: boolean; | ||
frame?: boolean; | ||
frameColor?: string; | ||
borderColor?: string; | ||
@@ -18,0 +19,0 @@ } |
{ | ||
"name": "react-svg-worldmap", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "displayName": "React Worldmap", |
@@ -100,6 +100,7 @@ # react-svg-worldmap [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://img.shields.io/npm/v/react-svg-worldmap.svg?style=flat)](https://www.npmjs.com/package/react-svg-worldmap) [![Demo: Simple Example](https://img.shields.io/badge/demo-live-red.svg)](https://react-svg-worldmap-simple-example.imfast.io) | ||
| valueSuffix | string | A string to suffix values in tooltips. E.g. "USD" | | ||
| border | boolean | true/false for drawing a border around the map | | ||
| borderColor | string | Border color | | ||
| frame | boolean | true/false for drawing a frame around the map | | ||
| frameColor | string | Frame color | | ||
| borderColor | string | Border color around each individual country. "black" by default | | ||
## License | ||
MIT |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
425150
3236
106