reej
20 Sep 2012, 6:59 PM
Hi Team,
I was able to change the color of the marker and appearance , but not the color of the lines.
Kindly suggest how to achieve it..
Below is the code which i use
style:
{
fill: "#76CCE3",
stroke: '#003300',
'stroke-width': 20,
fill: '#789',
opacity: 0.8
},
showMarkers: true,
fill : false,
markerConfig:
{
type: 'circle',
radius: 5,
stroke:'#76CCE3',
fill: 'white'
}
I was able to change the color of the marker and appearance , but not the color of the lines.
Kindly suggest how to achieve it..
Below is the code which i use
style:
{
fill: "#76CCE3",
stroke: '#003300',
'stroke-width': 20,
fill: '#789',
opacity: 0.8
},
showMarkers: true,
fill : false,
markerConfig:
{
type: 'circle',
radius: 5,
stroke:'#76CCE3',
fill: 'white'
}