@tetacom/svg-charts 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,6 +121,7 @@ var ClipPointsDirection;
121
121
  (function (ClipPointsDirection) {
122
122
  ClipPointsDirection[ClipPointsDirection["x"] = 0] = "x";
123
123
  ClipPointsDirection[ClipPointsDirection["y"] = 1] = "y";
124
+ ClipPointsDirection[ClipPointsDirection["none"] = 2] = "none";
124
125
  })(ClipPointsDirection || (ClipPointsDirection = {}));
125
126
 
126
127
  const defaultSeriesConfig = () => ({