intelica-library-ui 0.1.113 → 0.1.114

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.
@@ -117,9 +117,10 @@ export declare class EchartService {
117
117
  * @param value - rate value
118
118
  * @param textSize - size of the letter
119
119
  * @param color - color of the letter and pie
120
+ * @param total - total value for the pie (default is 100)
120
121
  * @returns
121
122
  */
122
- getRateDoughnutPieOptions(letter: string, value: number, textSize: number, color: string): EChartsOption;
123
+ getRateDoughnutPieOptions(letter: string, value: number, textSize: number, color: string, total?: number): EChartsOption;
123
124
  static ɵfac: i0.ɵɵFactoryDeclaration<EchartService, never>;
124
125
  static ɵprov: i0.ɵɵInjectableDeclaration<EchartService>;
125
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-ui",
3
- "version": "0.1.113",
3
+ "version": "0.1.114",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",