@milaboratories/graph-maker 1.1.100 → 1.1.102

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.
@@ -87,7 +87,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
87
87
  type: import('vue').PropType<(spec: import('@milaboratories/pf-plots').PColumnSpec) => boolean>;
88
88
  };
89
89
  readonlyInputs: {
90
- type: import('vue').PropType<("label" | "size" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "shape" | "tooltipContent")[]>;
90
+ type: import('vue').PropType<("label" | "size" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "shape" | "tooltipContent")[]>;
91
91
  };
92
92
  } | {
93
93
  modelValue: {
@@ -128,7 +128,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
128
128
  type: import('vue').PropType<(spec: import('@milaboratories/pf-plots').PColumnSpec) => boolean>;
129
129
  };
130
130
  readonlyInputs: {
131
- type: import('vue').PropType<("label" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "tooltipContent")[]>;
131
+ type: import('vue').PropType<("label" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "tooltipContent")[]>;
132
132
  };
133
133
  } | {
134
134
  modelValue: {
@@ -388,7 +388,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
388
388
  type: import('vue').PropType<(spec: import('@milaboratories/pf-plots').PColumnSpec) => boolean>;
389
389
  };
390
390
  readonlyInputs: {
391
- type: import('vue').PropType<("label" | "size" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "shape" | "tooltipContent")[]>;
391
+ type: import('vue').PropType<("label" | "size" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "shape" | "tooltipContent")[]>;
392
392
  };
393
393
  } | {
394
394
  modelValue: {
@@ -429,7 +429,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
429
429
  type: import('vue').PropType<(spec: import('@milaboratories/pf-plots').PColumnSpec) => boolean>;
430
430
  };
431
431
  readonlyInputs: {
432
- type: import('vue').PropType<("label" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "tooltipContent")[]>;
432
+ type: import('vue').PropType<("label" | "x" | "y" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "tooltipContent")[]>;
433
433
  };
434
434
  } | {
435
435
  modelValue: {
@@ -690,7 +690,7 @@ export declare function factoryStore(reactiveState: Reactive<ReactiveState>, dat
690
690
  inputGuide: Ref<InputGuide<InputState>, InputGuide<InputState>>;
691
691
  chartData: Ref<PlotDataAndSettings | null, PlotDataAndSettings | null>;
692
692
  uniqueValuesData: Ref<Record<string, UniqueValuesData>, Record<string, UniqueValuesData>>;
693
- readonlyInputs: ("label" | "height" | "size" | "x" | "y" | "value" | "lineColor" | "primaryGrouping" | "secondaryGrouping" | "grouping" | "filters" | "tabBy" | "facetBy" | "shape" | "tooltipContent" | "xGroupBy" | "yGroupBy" | "annotationsX" | "annotationsY" | "labels" | "tableContent" | "nodeColor" | "nodeShape" | "nodeSize" | "heatmapForSequence" | "heatmapAnnotation" | "heatmapAxis" | "heatmapGroup" | "valueSize" | "valueColor")[] | undefined;
693
+ readonlyInputs: ("label" | "height" | "size" | "x" | "y" | "value" | "lineColor" | "primaryGrouping" | "secondaryGrouping" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "shape" | "tooltipContent" | "xGroupBy" | "yGroupBy" | "annotationsX" | "annotationsY" | "labels" | "tableContent" | "nodeColor" | "nodeShape" | "nodeSize" | "heatmapForSequence" | "heatmapAnnotation" | "heatmapAxis" | "heatmapGroup" | "valueSize" | "valueColor")[] | undefined;
694
694
  };
695
695
  export type Store = ComputedRef<ReturnType<typeof factoryStore>>;
696
696
  export declare function provideStore(initialState: GraphMakerState, dataStoreRef: Ref<DemoDataStore | null>, chartType: ChartType, defaultOptionsRef: Ref<GraphMakerProps['defaultOptions']>, fixedOptionsRef: Ref<GraphMakerProps['fixedOptions']>, dataColumnPredicate?: (spec: PColumnSpec) => boolean, readonlyInputs?: InputNamesByChartType[ChartType][]): ComputedRef<{
@@ -1050,6 +1050,6 @@ export declare function provideStore(initialState: GraphMakerState, dataStoreRef
1050
1050
  inputGuide: Ref<InputGuide<InputState>, InputGuide<InputState>>;
1051
1051
  chartData: Ref<PlotDataAndSettings | null, PlotDataAndSettings | null>;
1052
1052
  uniqueValuesData: Ref<Record<string, UniqueValuesData>, Record<string, UniqueValuesData>>;
1053
- readonlyInputs: ("label" | "height" | "size" | "x" | "y" | "value" | "lineColor" | "primaryGrouping" | "secondaryGrouping" | "grouping" | "filters" | "tabBy" | "facetBy" | "shape" | "tooltipContent" | "xGroupBy" | "yGroupBy" | "annotationsX" | "annotationsY" | "labels" | "tableContent" | "nodeColor" | "nodeShape" | "nodeSize" | "heatmapForSequence" | "heatmapAnnotation" | "heatmapAxis" | "heatmapGroup" | "valueSize" | "valueColor")[] | undefined;
1053
+ readonlyInputs: ("label" | "height" | "size" | "x" | "y" | "value" | "lineColor" | "primaryGrouping" | "secondaryGrouping" | "grouping" | "filters" | "tabBy" | "facetBy" | "highlight" | "shape" | "tooltipContent" | "xGroupBy" | "yGroupBy" | "annotationsX" | "annotationsY" | "labels" | "tableContent" | "nodeColor" | "nodeShape" | "nodeSize" | "heatmapForSequence" | "heatmapAnnotation" | "heatmapAxis" | "heatmapGroup" | "valueSize" | "valueColor")[] | undefined;
1054
1054
  }>;
1055
1055
  export declare function useStore(): Store;
@@ -237,6 +237,8 @@ export declare function composeDiscreteSettings(settings: DiscreteSettings, reac
237
237
  size?: {
238
238
  width?: number | undefined;
239
239
  height?: number | undefined;
240
+ outerOffset?: number | undefined;
241
+ innerOffset?: number | undefined;
240
242
  } | undefined;
241
243
  legend?: {
242
244
  show?: boolean | undefined;
@@ -264,6 +266,9 @@ export declare function composeDiscreteSettings(settings: DiscreteSettings, reac
264
266
  pairedPoints?: {
265
267
  show: boolean;
266
268
  } | undefined;
269
+ logo?: {
270
+ show: boolean;
271
+ } | undefined;
267
272
  boxOutliers?: {
268
273
  show: boolean;
269
274
  } | undefined;
@@ -305,6 +310,7 @@ export declare function composeDiscreteSettings(settings: DiscreteSettings, reac
305
310
  symmetricRange?: number | undefined;
306
311
  upperValue?: number | undefined;
307
312
  lowerValue?: number | undefined;
313
+ hiddenLabels?: boolean | undefined;
308
314
  } | undefined;
309
315
  yAxis?: {
310
316
  title?: string | {
@@ -323,6 +329,7 @@ export declare function composeDiscreteSettings(settings: DiscreteSettings, reac
323
329
  symmetricRange?: number | undefined;
324
330
  upperValue?: number | undefined;
325
331
  lowerValue?: number | undefined;
332
+ hiddenLabels?: boolean | undefined;
326
333
  } | undefined;
327
334
  facetBy?: {
328
335
  type: "column";
@@ -11,10 +11,15 @@ export declare function composeHistogramSettings(settings: HistogramSettings, re
11
11
  layers: ({
12
12
  type: "bins";
13
13
  aes?: {
14
+ lineColor?: string | undefined;
14
15
  opacity?: number | undefined;
15
16
  fillColor?: string | {
16
17
  type: "grouping";
17
18
  value: string;
19
+ } | {
20
+ range: string[];
21
+ type?: "linear" | "log" | undefined;
22
+ domain?: number[] | undefined;
18
23
  } | undefined;
19
24
  } | undefined;
20
25
  } | {
@@ -36,6 +41,8 @@ export declare function composeHistogramSettings(settings: HistogramSettings, re
36
41
  size?: {
37
42
  width?: number | undefined;
38
43
  height?: number | undefined;
44
+ outerOffset?: number | undefined;
45
+ innerOffset?: number | undefined;
39
46
  } | undefined;
40
47
  legend?: {
41
48
  show?: boolean | undefined;
@@ -60,11 +67,13 @@ export declare function composeHistogramSettings(settings: HistogramSettings, re
60
67
  scale?: "linear" | "log" | undefined;
61
68
  showGrid?: boolean | undefined;
62
69
  showTicks?: boolean | undefined;
70
+ hiddenLabels?: boolean | undefined;
63
71
  } | undefined;
64
72
  yAxis?: {
65
73
  scale?: "linear" | "log" | undefined;
66
74
  showGrid?: boolean | undefined;
67
75
  showTicks?: boolean | undefined;
76
+ hiddenLabels?: boolean | undefined;
68
77
  } | undefined;
69
78
  facetBy?: {
70
79
  type: "column";
@@ -177,6 +177,7 @@ export declare function composeScatterplotSettings(settings: ScatterplotSettings
177
177
  symmetricRange?: number | undefined;
178
178
  upperValue?: number | undefined;
179
179
  lowerValue?: number | undefined;
180
+ hiddenLabels?: boolean | undefined;
180
181
  } | undefined;
181
182
  yAxis?: {
182
183
  title?: string | {
@@ -195,6 +196,7 @@ export declare function composeScatterplotSettings(settings: ScatterplotSettings
195
196
  symmetricRange?: number | undefined;
196
197
  upperValue?: number | undefined;
197
198
  lowerValue?: number | undefined;
199
+ hiddenLabels?: boolean | undefined;
198
200
  } | undefined;
199
201
  facetBy?: {
200
202
  type: "column";
@@ -202,6 +204,12 @@ export declare function composeScatterplotSettings(settings: ScatterplotSettings
202
204
  label?: string | undefined;
203
205
  valueLabels?: string | undefined;
204
206
  }[] | undefined;
207
+ highlight?: {
208
+ type: "column";
209
+ value: string;
210
+ label?: string | undefined;
211
+ valueLabels?: string | undefined;
212
+ } | undefined;
205
213
  inheritedAes?: Record<string, Record<string, {
206
214
  dotFill?: string | undefined;
207
215
  dotShape?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "20" | "21" | "22" | "23" | "24" | "25" | undefined;
@@ -125,6 +125,7 @@ export declare function composeScatterplotUmapSettings(settings: ScatterplotUmap
125
125
  symmetricRange?: number | undefined;
126
126
  upperValue?: number | undefined;
127
127
  lowerValue?: number | undefined;
128
+ hiddenLabels?: boolean | undefined;
128
129
  } | undefined;
129
130
  yAxis?: {
130
131
  title?: string | {
@@ -143,6 +144,13 @@ export declare function composeScatterplotUmapSettings(settings: ScatterplotUmap
143
144
  symmetricRange?: number | undefined;
144
145
  upperValue?: number | undefined;
145
146
  lowerValue?: number | undefined;
147
+ hiddenLabels?: boolean | undefined;
148
+ } | undefined;
149
+ highlight?: {
150
+ type: "column";
151
+ value: string;
152
+ label?: string | undefined;
153
+ valueLabels?: string | undefined;
146
154
  } | undefined;
147
155
  inheritedAes?: Record<string, Record<string, {
148
156
  dotFill?: string | undefined;