@oliasoft-open-source/charts-library 4.3.7 → 4.3.8
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.
|
@@ -195,6 +195,13 @@ export namespace StackedSelectedAxis {
|
|
|
195
195
|
}
|
|
196
196
|
export { args_24 as args };
|
|
197
197
|
}
|
|
198
|
+
export function WaterfallChart(args: any): import("react/jsx-runtime").JSX.Element;
|
|
199
|
+
export namespace WaterfallChart {
|
|
200
|
+
export namespace args_25 {
|
|
201
|
+
export { waterfallChart as chart };
|
|
202
|
+
}
|
|
203
|
+
export { args_25 as args };
|
|
204
|
+
}
|
|
198
205
|
import { BarChart } from './bar-chart';
|
|
199
206
|
declare namespace singleChart { }
|
|
200
207
|
declare namespace multipleBarData {
|
|
@@ -715,3 +722,26 @@ declare namespace stackedData {
|
|
|
715
722
|
}
|
|
716
723
|
export { options_21 as options };
|
|
717
724
|
}
|
|
725
|
+
declare namespace waterfallChart {
|
|
726
|
+
export namespace data_24 {
|
|
727
|
+
const labels_1: string[];
|
|
728
|
+
export { labels_1 as labels };
|
|
729
|
+
const datasets_24: {
|
|
730
|
+
label: string;
|
|
731
|
+
data: (number | number[])[];
|
|
732
|
+
backgroundColor: string[];
|
|
733
|
+
}[];
|
|
734
|
+
export { datasets_24 as datasets };
|
|
735
|
+
}
|
|
736
|
+
export { data_24 as data };
|
|
737
|
+
export namespace options_22 {
|
|
738
|
+
const title_21: string;
|
|
739
|
+
export { title_21 as title };
|
|
740
|
+
export namespace graph_1 {
|
|
741
|
+
const showDataLabels_1: boolean;
|
|
742
|
+
export { showDataLabels_1 as showDataLabels };
|
|
743
|
+
}
|
|
744
|
+
export { graph_1 as graph };
|
|
745
|
+
}
|
|
746
|
+
export { options_22 as options };
|
|
747
|
+
}
|
package/package.json
CHANGED