intelica-library-ui 0.1.87 → 0.1.88
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.
|
@@ -3,9 +3,11 @@ export declare const Color: {
|
|
|
3
3
|
visa: string;
|
|
4
4
|
amex: string;
|
|
5
5
|
orange: string;
|
|
6
|
+
orangeDark: string;
|
|
6
7
|
blue: string;
|
|
7
8
|
gray: string;
|
|
8
9
|
gray3: string;
|
|
10
|
+
gray5: string;
|
|
9
11
|
};
|
|
10
12
|
export type ColorName = keyof typeof Color;
|
|
11
13
|
export declare const getColor: (name: ColorName) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EChartsOption, LegendComponentOption, GridComponentOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams, LabelFormatterCallback, DefaultLabelFormatterCallbackParams } from
|
|
1
|
+
import { EChartsOption, LegendComponentOption, GridComponentOption, TooltipComponentFormatterCallback, TooltipComponentFormatterCallbackParams, LabelFormatterCallback, DefaultLabelFormatterCallbackParams } from "echarts";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class EchartService {
|
|
4
4
|
private readonly _sharedService;
|
|
@@ -43,7 +43,7 @@ export declare class EchartService {
|
|
|
43
43
|
value: any;
|
|
44
44
|
color: string;
|
|
45
45
|
}[], labelConfig: LabelFormatterCallback<DefaultLabelFormatterCallbackParams>, tooltipConfig?: TooltipComponentFormatterCallback<TooltipComponentFormatterCallbackParams>): EChartsOption;
|
|
46
|
-
getRateDoughnutPieOptions(letter: string, value: number, color: string): EChartsOption;
|
|
46
|
+
getRateDoughnutPieOptions(letter: string, value: number, textSize: number, color: string): EChartsOption;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<EchartService, never>;
|
|
48
48
|
static ɵprov: i0.ɵɵInjectableDeclaration<EchartService>;
|
|
49
49
|
}
|