Skip to content

GPiglet/smart-guage

Repository files navigation

smart-guage

smart guage based on Angular

Uses

Selector

<app-smartguage [params]="params">
</app-smartguage>

Parameters

export interface Params {
  min: number;
  max: number;
  value: number;
  width?: string;
  height?: string;
  color?: string;
  bgcolor?: string;
}

Default Parameters

width: 60px;
height: 54px;
color: rgb(74, 129, 238);
bgcolor: rgba(255, 255, 255, 0.2);

About

smart guage based on Angular(component)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published