@milaboratories/graph-maker 1.1.69 → 1.1.70

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.
@@ -68,6 +68,7 @@ export declare function composeBubbleSettings(settings: BubbleSettings, reactive
68
68
  title?: string | undefined;
69
69
  position?: "top" | "bottom" | undefined;
70
70
  showTicks?: boolean | undefined;
71
+ sorting?: "asc" | "desc" | undefined;
71
72
  showTitle?: boolean | undefined;
72
73
  showAxisLabels?: boolean | undefined;
73
74
  axisLabelsAngle?: 0 | 45 | 90 | undefined;
@@ -76,6 +77,7 @@ export declare function composeBubbleSettings(settings: BubbleSettings, reactive
76
77
  title?: string | undefined;
77
78
  position?: "left" | "right" | undefined;
78
79
  showTicks?: boolean | undefined;
80
+ sorting?: "asc" | "desc" | undefined;
79
81
  showTitle?: boolean | undefined;
80
82
  showAxisLabels?: boolean | undefined;
81
83
  axisLabelsAngle?: 0 | 45 | 90 | undefined;
@@ -66,6 +66,7 @@ export declare function composeHeatmapSettings(settings: HeatmapSettings, reacti
66
66
  title?: string | undefined;
67
67
  position?: "top" | "bottom" | undefined;
68
68
  showTicks?: boolean | undefined;
69
+ sorting?: "asc" | "desc" | undefined;
69
70
  showTitle?: boolean | undefined;
70
71
  showAxisLabels?: boolean | undefined;
71
72
  axisLabelsAngle?: 0 | 45 | 90 | undefined;
@@ -77,6 +78,7 @@ export declare function composeHeatmapSettings(settings: HeatmapSettings, reacti
77
78
  title?: string | undefined;
78
79
  position?: "left" | "right" | undefined;
79
80
  showTicks?: boolean | undefined;
81
+ sorting?: "asc" | "desc" | undefined;
80
82
  showTitle?: boolean | undefined;
81
83
  showAxisLabels?: boolean | undefined;
82
84
  axisLabelsAngle?: 0 | 45 | 90 | undefined;