@milaboratories/graph-maker 1.1.58 → 1.1.59
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.
|
@@ -183,6 +183,7 @@ export declare function createReactiveState(initialData: GraphMakerState, chartT
|
|
|
183
183
|
value?: string | undefined;
|
|
184
184
|
};
|
|
185
185
|
opacity: number;
|
|
186
|
+
normalize: boolean;
|
|
186
187
|
};
|
|
187
188
|
line: {
|
|
188
189
|
pointsValues: "mean" | "median";
|
|
@@ -500,6 +501,7 @@ export declare function factoryStore(reactiveState: Reactive<ReactiveState>, dat
|
|
|
500
501
|
value?: string | undefined;
|
|
501
502
|
};
|
|
502
503
|
opacity: number;
|
|
504
|
+
normalize: boolean;
|
|
503
505
|
};
|
|
504
506
|
line: {
|
|
505
507
|
pointsValues: "mean" | "median";
|
|
@@ -846,6 +848,7 @@ export declare function provideStore(initialState: GraphMakerState, dataStoreRef
|
|
|
846
848
|
value?: string | undefined;
|
|
847
849
|
};
|
|
848
850
|
opacity: number;
|
|
851
|
+
normalize: boolean;
|
|
849
852
|
};
|
|
850
853
|
line: {
|
|
851
854
|
pointsValues: "mean" | "median";
|