vue-world-map icon indicating copy to clipboard operation
vue-world-map copied to clipboard

Refactor Custom Styling

Open AustinCarr opened this issue 5 years ago • 1 comments

Refactored how the custom styling for the SVG works, it will no longer create style tags, but instead add in-line styles to the SVG paths.

Renames "dynamic-map-css" to "dynamic-map-helpers" since it only has helper functions in it now, and the dynamic CSS is done in the Map component.

Deletes tests for removed code. Adds tests for helper functions.

Updated README.

AustinCarr avatar Jul 15 '19 16:07 AustinCarr

I feel it useful for application which need multiple instance

dd-han avatar Jul 20 '20 10:07 dd-han