Update Dashboard Graphs authored by Barkin Simsek's avatar Barkin Simsek
...@@ -43,9 +43,12 @@ The following graph style will be used for all graphs unless otherwise specified ...@@ -43,9 +43,12 @@ The following graph style will be used for all graphs unless otherwise specified
* Type * Type
* Line chart * Line chart
* Axes * Axes
* X-axis: The dates of the last 30*24 consensuses (last 30 days), each tick * X-axis: The dates of the last 30 days. _While reading the descriptions, you
representing a single consensus (The plotting tool automatically omits the will see that the `valid-after` timestamp of the consensuses are told to be
overlapping labels but keeps the data points in the chart) used in the X-axis. These `valid-after` timestamps will be used to place the
data to the correct position in the graphs but their values will not be used
as axis labels. This decision was made to decrease the clutteredness of the
graph labels._
* Y-axis: The percentage values from 0% to 100%, uses a linear scale * Y-axis: The percentage values from 0% to 100%, uses a linear scale
* Sample Graph (Number of data points is reduced for simplicity) * Sample Graph (Number of data points is reduced for simplicity)
![graph-style](uploads/e62c2716de6cd64e3a6bf949d1bd0726/graph-style.png) ![graph-style](uploads/e62c2716de6cd64e3a6bf949d1bd0726/graph-style.png)
... ...
......