@sentio/api 1.0.3-rc.20 → 1.0.3-rc.21
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.
- package/dist/src/types.gen.d.ts +1 -0
- package/package.json +1 -1
- package/src/types.gen.ts +1 -0
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -2997,6 +2997,7 @@ export declare namespace web_service {
|
|
|
2997
2997
|
maxFractionDigits?: number;
|
|
2998
2998
|
precision?: number;
|
|
2999
2999
|
currencySymbol?: string;
|
|
3000
|
+
tooltipTotal?: boolean;
|
|
3000
3001
|
};
|
|
3001
3002
|
type ChartConfigValueConfigStyle = 'Standard' | 'Compact' | 'Scientific' | 'Percent' | 'Currency' | 'None';
|
|
3002
3003
|
type ChartConfigValueFormatter = 'NumberFormatter' | 'DateFormatter' | 'StringFormatter';
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -3010,6 +3010,7 @@ export namespace web_service {
|
|
|
3010
3010
|
maxFractionDigits?: number;
|
|
3011
3011
|
precision?: number;
|
|
3012
3012
|
currencySymbol?: string;
|
|
3013
|
+
tooltipTotal?: boolean;
|
|
3013
3014
|
};
|
|
3014
3015
|
export type ChartConfigValueConfigStyle = 'Standard' | 'Compact' | 'Scientific' | 'Percent' | 'Currency' | 'None';
|
|
3015
3016
|
export type ChartConfigValueFormatter = 'NumberFormatter' | 'DateFormatter' | 'StringFormatter';
|