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
Post a Comment