Skip to content

Commit

Permalink
Fixed linting bug chartjs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashoon123 authored Oct 12, 2021
1 parent 750b89f commit 16ee7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/other-charts/multi-series-pie.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const config = {
const labelsOriginal = original.call(this, chart);

// Build an array of colors used in the datasets of the chart
const datasetColors = chart.data.datasets.map(function(e) {
let datasetColors = chart.data.datasets.map(function(e) {
return e.backgroundColor;
});
datasetColors = datasetColors.flat();
Expand Down

0 comments on commit 16ee7f2

Please sign in to comment.