@cryptotaxi247 / netdata-1 / commits / 48229898d

Fix formatting in "Custom dashboards" section (#8102)

It seems `` was replaced by ".

Yuriy Taraday committed Feb 24, 2020 at 20:57 UTC 48229898d362d5de316a651dc2f132ac578fbeb6
1 file changed +2 -1
web/gui/custom/README.md
+2 -1
@@ -612,7 +612,8 @@ provided by the snippet:
612 data-easypiechart-min-value="20"
613 data-easypiechart-max-value="40"
614 ></div>
615 -`"
615 +```
616 +
617 In the first example, a value of `30`, without specifying the minimum, fills the chart bar to '75 %` (100% / 40 * 30). However, in this example the range is now `20` (40 - 20 = 20). The value `30` will fill the chart to ** '50 %`**, since it's in the middle between 20 and 40.
618
619 This szenario is useful if you have metrics that change only within a specific range, e.g. temperatures that are very unlikely to fall out of range. In these cases it is more useful to have the chart render the values between the given min and max, to better highlight the changes within them.