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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -