VictorCazanave / react-svg-map

A set of React.js components to display an interactive SVG map
https://victorcazanave.github.io/react-svg-map/
MIT License
225 stars 47 forks source link

Heat Map! #24

Closed amonraRivers closed 5 years ago

amonraRivers commented 5 years ago

Added the ability to add css classnames to individual locations based on user and context needs.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #24   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          76     77    +1     
  Branches       17     18    +1     
=====================================
+ Hits           76     77    +1
Impacted Files Coverage Δ
src/svg-map.jsx 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ebb2262...1604d4c. Read the comment docs.

VictorCazanave commented 5 years ago

This is an interesting feature, thanks @ramosquito5 😃 I'll review your merge request this weekend

amonraRivers commented 5 years ago

Ok, will do, thanks!

VictorCazanave commented 5 years ago

Thanks for your quick update! Everything looks good 😃 I will just make some quick tests (hopefully tonight), then merge it and publish a new version.