Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Mar 17, 2024
1 parent 39b59d5 commit e49f45c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ const gauge = new VGauge('groupId', settings);
gauge.value = 34.6;
```



## Basic
## examples

Simple gauge with a value indicator, a name, a unit and a value label.


<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/basic_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/basic_light.svg">
Expand Down Expand Up @@ -106,8 +103,6 @@ Simple gauge with a value indicator, a name, a unit and a value label.

&nbsp;

## Custom Indicator Color

Gauge with a custom color value indicator, a name, a unit and a value label.

<picture>
Expand Down Expand Up @@ -184,9 +179,7 @@ Gauge with a custom color value indicator, a name, a unit and a value label.

&nbsp;

### Multicolor

This is the intended style for the gauge, giving the user visual feedback (at a glance) of the current state by using defined colors like: blue for 'too cold', green for 'all good', red for 'too hot'.
This gauge gives the user quick visual feedback by using colors like: blue for 'too cold', green for 'all good', red for 'too hot'.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/multi_dark.svg">
Expand Down Expand Up @@ -287,7 +280,7 @@ This is the intended style for the gauge, giving the user visual feedback (at a
&nbsp;


## Miscellaneous
## miscellaneous

### cdn

Expand Down

0 comments on commit e49f45c

Please sign in to comment.