From e49f45c87f46431955fb03f370a427a21afc6086 Mon Sep 17 00:00:00 2001 From: A-J-Bauer Date: Sun, 17 Mar 2024 11:37:52 +0100 Subject: [PATCH] Readme --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bcafb1d..6b5a5d7 100644 --- a/README.md +++ b/README.md @@ -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. - @@ -106,8 +103,6 @@ Simple gauge with a value indicator, a name, a unit and a value label.   -## Custom Indicator Color - Gauge with a custom color value indicator, a name, a unit and a value label. @@ -184,9 +179,7 @@ Gauge with a custom color value indicator, a name, a unit and a value label.   -### 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'. @@ -287,7 +280,7 @@ This is the intended style for the gauge, giving the user visual feedback (at a   -## Miscellaneous +## miscellaneous ### cdn