Skip to content

Commit

Permalink
[se] Fix penspPr.ln -> pen
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Oct 11, 2023
1 parent 4a8d3dd commit d65f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Charts/ChartsDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16349,7 +16349,7 @@ CColorObj.prototype =
if (!oSeries || !this.coordinates[i][j]) {
continue;
}
let pen = oSeries.trendline.spPr.ln;
let pen = oSeries.trendline.pen;
if (pen && this.coordinates[i][j].path) {
this.cChartDrawer.drawPath(this.coordinates[i][j].path, pen);
}
Expand Down

0 comments on commit d65f9c3

Please sign in to comment.