Skip to content

Commit

Permalink
Revert fix for monotone cubic interpolation (#11432)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Aug 2, 2023
1 parent ef5fa53 commit a102ca5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion src/controllers/controller.line.js
Expand Up @@ -57,7 +57,7 @@ export default class LineController extends DatasetController {
line._chart = this.chart;
line._datasetIndex = this.index;
line._decimated = !!_dataset._decimated;
line.points = points.slice(Math.max(this._drawStart - 1, 0), this._drawStart + this._drawCount);
line.points = points;

const options = this.resolveDatasetElementOptions(mode);
if (!this.options.showLine) {
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

0 comments on commit a102ca5

Please sign in to comment.