Skip to content

Commit

Permalink
fix clippingType in GridLineSet, #11
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 10, 2020
1 parent f91dfd7 commit 68262a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/GridLineSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GridLineSet extends Path {
this.axisOrientation = axisOrientation;
this.spacing = spacing;
this.origin = options.origin;
this.clipped = options.clipped; //TODO this is not used - should it be options.clippingType?
this.clippingType = options.clippingType;

const update = () => this.updateGridLineSet();
chartModel.link( update );
Expand Down

0 comments on commit 68262a5

Please sign in to comment.