Age | Commit message (Collapse) | Author |
|
we also move the indicator line up in the z stack, as we want the line above the bars. This wasn't obvious before as the elements were all the same colour.
The two processing functions, clamp and interpolateColors are probably not optimally placed in the code. These might move.
|
|
|
|
|
|
Currently the width of the labels isn't dynamic as it was before. This will need fixing.
|
|
the move of loggersettings into main is just done so we don't have a duplicate, since we now need it in main.
|
|
This fixes an issue where a single bar could fill the entire width of the graph, making a blob shape
This is done by setting an effective minimum of the number of bars that the graph sees, so that an individual bar can't be wider than the width seen when there's three bars
|
|
|
|
|