Skip to content

Commit 643125d

Browse files
committed
Fix wrongly named param
1 parent 0073c78 commit 643125d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/common/chart/lineChart/lineChartComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LineChartClassComponent {
6161
}
6262

6363
// eslint-disable-next-line jsdoc/require-jsdoc
64-
onupdate({ attrs: { points, configuration } }) {
64+
onupdate({ attrs: { data, configuration } }) {
6565
this.configuration = configuration;
6666

6767
this._chartRenderer = new LineChartRenderer(configuration.chartConfiguration, data);

0 commit comments

Comments
 (0)