thomas-AOT-4029 add arguments to the draw symbol to get datapoints and time series

pull/3/head
thomas.duval 5 years ago
parent 3c637c1437
commit ec819693cc

@ -3082,7 +3082,7 @@ Licensed under the MIT license.
if (symbol === "circle") {
ctx.arc(x, y, radius, 0, shadow ? Math.PI : Math.PI * 2, false);
} else {
symbol(ctx, x, y, radius, shadow);
symbol(ctx, x, y, radius, shadow, datapoints, series);
}
ctx.closePath();

Loading…
Cancel
Save