react-semaphor 0.0.124 → 0.0.125

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.
@@ -513,6 +513,13 @@ export declare type TDatasetOptions = {
513
513
  idx: number;
514
514
  type?: 'bar' | 'line';
515
515
  fill?: string | number;
516
+ datalabels?: {
517
+ display?: boolean;
518
+ align?: string;
519
+ anchor?: string;
520
+ clamp?: boolean;
521
+ color?: string;
522
+ };
516
523
  };
517
524
 
518
525
  export declare type TEvent = {
@@ -657,6 +664,13 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
657
664
  idx: number;
658
665
  type?: "bar" | "line" | undefined;
659
666
  fill?: string | number | undefined;
667
+ datalabels?: {
668
+ display?: boolean | undefined;
669
+ align?: string | undefined;
670
+ anchor?: string | undefined;
671
+ clamp?: boolean | undefined;
672
+ color?: string | undefined;
673
+ } | undefined;
660
674
  }[] | undefined;
661
675
  chartOptions?: {
662
676
  type?: TChartType | undefined;
@@ -762,6 +776,13 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
762
776
  idx: number;
763
777
  type?: "bar" | "line" | undefined;
764
778
  fill?: string | number | undefined;
779
+ datalabels?: {
780
+ display?: boolean | undefined;
781
+ align?: string | undefined;
782
+ anchor?: string | undefined;
783
+ clamp?: boolean | undefined;
784
+ color?: string | undefined;
785
+ } | undefined;
765
786
  }[] | undefined;
766
787
  chartOptions?: {
767
788
  type?: TChartType | undefined;
@@ -824,6 +845,13 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
824
845
  idx: number;
825
846
  type?: "bar" | "line" | undefined;
826
847
  fill?: string | number | undefined;
848
+ datalabels?: {
849
+ display?: boolean | undefined;
850
+ align?: string | undefined;
851
+ anchor?: string | undefined;
852
+ clamp?: boolean | undefined;
853
+ color?: string | undefined;
854
+ } | undefined;
827
855
  }[] | undefined;
828
856
  chartOptions?: {
829
857
  type?: TChartType | undefined;
@@ -970,6 +998,13 @@ export declare const useDashboardStore: UseBoundStore<Omit<StoreApi<DashboardSto
970
998
  idx: number;
971
999
  type?: "bar" | "line" | undefined;
972
1000
  fill?: string | number | undefined;
1001
+ datalabels?: {
1002
+ display?: boolean | undefined;
1003
+ align?: string | undefined;
1004
+ anchor?: string | undefined;
1005
+ clamp?: boolean | undefined;
1006
+ color?: string | undefined;
1007
+ } | undefined;
973
1008
  }[] | undefined;
974
1009
  chartOptions?: {
975
1010
  type?: TChartType | undefined;
@@ -1229,6 +1264,13 @@ export declare const useEditorStore: UseBoundStore<Omit<StoreApi<EditorStore>, "
1229
1264
  idx: number;
1230
1265
  type?: "bar" | "line" | undefined;
1231
1266
  fill?: string | number | undefined;
1267
+ datalabels?: {
1268
+ display?: boolean | undefined;
1269
+ align?: string | undefined;
1270
+ anchor?: string | undefined;
1271
+ clamp?: boolean | undefined;
1272
+ color?: string | undefined;
1273
+ } | undefined;
1232
1274
  }[] | undefined;
1233
1275
  chartOptions?: {
1234
1276
  type?: TChartType | undefined;
@@ -1291,6 +1333,13 @@ export declare const useEditorStore: UseBoundStore<Omit<StoreApi<EditorStore>, "
1291
1333
  idx: number;
1292
1334
  type?: "bar" | "line" | undefined;
1293
1335
  fill?: string | number | undefined;
1336
+ datalabels?: {
1337
+ display?: boolean | undefined;
1338
+ align?: string | undefined;
1339
+ anchor?: string | undefined;
1340
+ clamp?: boolean | undefined;
1341
+ color?: string | undefined;
1342
+ } | undefined;
1294
1343
  }[] | undefined;
1295
1344
  chartOptions?: {
1296
1345
  type?: TChartType | undefined;