Gauge direction (#326)

Add `gauge` with all the different directions.

Co-authored-by: Aleksandar Brakmic <13668697+brakmic-aleksandar@users.noreply.github.com>
This commit is contained in:
Arthur Sonzogni
2022-02-06 19:17:21 +01:00
committed by GitHub
parent 7c3ca1beb5
commit 8ba3698437
7 changed files with 369 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ example(color_truecolor_RGB)
example(dbox)
example(canvas)
example(gauge)
example(gauge_direction)
example(graph)
example(gridbox)
example(hflow)