mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-08 21:58:03 +00:00
Fix Javascript [skip ci]
This commit is contained in:
4
public/js/ff/charts.js
vendored
4
public/js/ff/charts.js
vendored
@@ -88,9 +88,7 @@ const verticalLinePlugin = {
|
|||||||
|
|
||||||
afterDatasetsDraw: function (chart, easing) {
|
afterDatasetsDraw: function (chart, easing) {
|
||||||
if (chart.config.lineAtIndex) {
|
if (chart.config.lineAtIndex) {
|
||||||
chart.config.lineAtIndex.forEach(pointIndex = > this.renderVerticalLine(chart, pointIndex)
|
chart.config.lineAtIndex.forEach(pointIndex => this.renderVerticalLine(chart, pointIndex));
|
||||||
)
|
|
||||||
;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user