Only thing I found was filling the pane part.
and this code didn't work for me.
Code: Select all
color: {
linearGradient: { x1: 0, x2: 0, y1: 0, y2: 1 },
stops: [
[0, '#003399'],
[1, '#3366AA']
]
}
and one more question, how do I make the circle line dashed?
Is there only straight lines?