mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix Javascript [skip ci]
This commit is contained in:
parent
781ca052d8
commit
24b63abf2f
4
public/js/ff/charts.js
vendored
4
public/js/ff/charts.js
vendored
@ -88,9 +88,7 @@ const verticalLinePlugin = {
|
||||
|
||||
afterDatasetsDraw: function (chart, easing) {
|
||||
if (chart.config.lineAtIndex) {
|
||||
chart.config.lineAtIndex.forEach(pointIndex = > this.renderVerticalLine(chart, pointIndex)
|
||||
)
|
||||
;
|
||||
chart.config.lineAtIndex.forEach(pointIndex => this.renderVerticalLine(chart, pointIndex));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user