I am using the following option to get point style legend with ChartJS 2:
options: {
legend: {
labels: {
usePointStyle: true
}
}
}
However, as displayed in the next image, each dot includes a border and a shadow:
ChartJS 2.7.2 is used.
Is there an option to control the border and the drop shadow? How can I remove them?