@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.
@@ -1,4 +1,5 @@
1
1
  export declare enum ClipPointsDirection {
2
2
  x = 0,
3
- y = 1
3
+ y = 1,
4
+ none = 2
4
5
  }
@@ -2,5 +2,6 @@ export var ClipPointsDirection;
2
2
  (function (ClipPointsDirection) {
3
3
  ClipPointsDirection[ClipPointsDirection["x"] = 0] = "x";
4
4
  ClipPointsDirection[ClipPointsDirection["y"] = 1] = "y";
5
+ ClipPointsDirection[ClipPointsDirection["none"] = 2] = "none";
5
6
  })(ClipPointsDirection || (ClipPointsDirection = {}));
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xpcC1wb2ludHMtZGlyZWN0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NoYXJ0L21vZGVsL2VudW0vY2xpcC1wb2ludHMtZGlyZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLG1CQUdYO0FBSEQsV0FBWSxtQkFBbUI7SUFDN0IsdURBQUMsQ0FBQTtJQUNELHVEQUFDLENBQUE7QUFDSCxDQUFDLEVBSFcsbUJBQW1CLEtBQW5CLG1CQUFtQixRQUc5QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIENsaXBQb2ludHNEaXJlY3Rpb24ge1xuICB4LFxuICB5XG59XG5cbiJdfQ==
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xpcC1wb2ludHMtZGlyZWN0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NoYXJ0L21vZGVsL2VudW0vY2xpcC1wb2ludHMtZGlyZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDN0IsdURBQUMsQ0FBQTtJQUNELHVEQUFDLENBQUE7SUFDRCw2REFBSSxDQUFBO0FBQ04sQ0FBQyxFQUpXLG1CQUFtQixLQUFuQixtQkFBbUIsUUFJOUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBDbGlwUG9pbnRzRGlyZWN0aW9uIHtcbiAgeCxcbiAgeSxcbiAgbm9uZVxufVxuXG4iXX0=
@@ -122,6 +122,7 @@ var ClipPointsDirection;
122
122
  (function (ClipPointsDirection) {
123
123
  ClipPointsDirection[ClipPointsDirection["x"] = 0] = "x";
124
124
  ClipPointsDirection[ClipPointsDirection["y"] = 1] = "y";
125
+ ClipPointsDirection[ClipPointsDirection["none"] = 2] = "none";
125
126
  })(ClipPointsDirection || (ClipPointsDirection = {}));
126
127
 
127
128
  const defaultSeriesConfig = () => ({