Skip to content

Commit

Permalink
[Feature] - stats horizontal chart (#1073)
Browse files Browse the repository at this point in the history
* horizontal chart code integrated

Signed-off-by: Ramneet Chopra <[email protected]>

* shape varibale updated

Signed-off-by: Ramneet Chopra <[email protected]>

Signed-off-by: Ramneet Chopra <[email protected]>
  • Loading branch information
ramneet-persistent authored Oct 10, 2022
1 parent 5cfca38 commit 1fc6002
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 42 deletions.
2 changes: 2 additions & 0 deletions common/constants/explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export interface DefaultStatsChartParametersProps {
DefaultPrecision: number;
DefaultValueSize: number;
BaseThreshold: ThresholdUnitType;
DefaultTextColor: string;
}

export const DEFAULT_STATS_CHART_PARAMETERS: DefaultStatsChartParametersProps = {
Expand All @@ -230,6 +231,7 @@ export const DEFAULT_STATS_CHART_PARAMETERS: DefaultStatsChartParametersProps =
value: 0,
isReadOnly: true,
},
DefaultTextColor: '#FFFFFF',
};

export enum ConfigChartOptionsEnum {
Expand Down
Loading

0 comments on commit 1fc6002

Please sign in to comment.