Skip to content

Commit

Permalink
Fix formatting in "Custom dashboards" section (netdata#8102)
Browse files Browse the repository at this point in the history
It seems `` was replaced by ".
  • Loading branch information
YorikSar authored and Saruspete committed May 21, 2020
1 parent 82f460a commit e938a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/gui/custom/README.md
Expand Up @@ -612,7 +612,8 @@ provided by the snippet:
data-easypiechart-min-value="20"
data-easypiechart-max-value="40"
></div>
`"
```

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.

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.
Expand Down

0 comments on commit e938a45

Please sign in to comment.