@milaboratories/graph-maker 1.1.33 → 1.1.34

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.
@@ -95,6 +95,8 @@ export type LayersSettings = {
95
95
  heatmapClustered: {
96
96
  dendrogramX: boolean;
97
97
  dendrogramY: boolean;
98
+ disableClusteringX: boolean;
99
+ disableClusteringY: boolean;
98
100
  };
99
101
  dots: {
100
102
  dotFill: ColorAes | null;
@@ -40,6 +40,8 @@ export declare function createReactiveState(initialData: GraphMakerState, chartT
40
40
  heatmapClustered: {
41
41
  dendrogramX: boolean;
42
42
  dendrogramY: boolean;
43
+ disableClusteringX: boolean;
44
+ disableClusteringY: boolean;
43
45
  };
44
46
  dots: {
45
47
  dotFill: string | {
@@ -326,6 +328,8 @@ export declare function factoryStore(reactiveState: Reactive<ReactiveState>, dat
326
328
  heatmapClustered: {
327
329
  dendrogramX: boolean;
328
330
  dendrogramY: boolean;
331
+ disableClusteringX: boolean;
332
+ disableClusteringY: boolean;
329
333
  };
330
334
  dots: {
331
335
  dotFill: string | {
@@ -640,6 +644,8 @@ export declare function provideStore(initialState: GraphMakerState, dataStoreRef
640
644
  heatmapClustered: {
641
645
  dendrogramX: boolean;
642
646
  dendrogramY: boolean;
647
+ disableClusteringX: boolean;
648
+ disableClusteringY: boolean;
643
649
  };
644
650
  dots: {
645
651
  dotFill: string | {