Skip to content

Commit

Permalink
fix: old gray lines
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Nov 25, 2024
1 parent d394a71 commit 5a31d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/charts/line-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class LineChart extends Chart {
};
super(ctx!, config);

this.originalDatasets = datasets;
this.originalDatasets = this.data.datasets as Array<LineChartDataset>;
}

public filter(label: string) {
Expand Down

0 comments on commit 5a31d96

Please sign in to comment.