On Thursday, January 22, 2015 at 3:17:05 AM UTC+11, sg18 wrote:
> Is there any way to change the shape of the points on a scatter plot for different data series? I know you can vary color and size.
How do you change the size? I've tried
.c3-circle {
r: 1.5;
}
but this only works in Chrome (and doesn't change the 'r' attribute of the circle shape.