jquery - JVectormap - Different Border/Stroke width for State and Regions -


i using jvectormap displaying regions , states geojson data. takes regions stroke width show state borders. want different border/stroke width regions , states.

code snippet setting border style -

regionstyle: {     initial: {     fill: "white",    "fill-opacity": 1,     stroke: "red",    "stroke-width": 0.2,    "stroke-opacity": 1,     } }, 

some appreciated.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -