Skip to content

Commit

Permalink
Enable pretty ticks for Y axis and regenerate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee committed May 23, 2019
1 parent dbbdf66 commit 2913fed
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 2 deletions.
Binary file modified plotting/_examples/dark.expression.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.expression.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.expression.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.expression.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.warn.error.humanized.example.png
Binary file modified plotting/_examples/light.falling.warn.example.png
Binary file modified plotting/_examples/light.falling.warn.humanized.example.png
Binary file modified plotting/_examples/light.rising.error.example.png
Binary file modified plotting/_examples/light.rising.error.humanized.example.png
Binary file modified plotting/_examples/light.rising.stateOk.example.png
Binary file modified plotting/_examples/light.rising.stateOk.humanized.example.png
Binary file modified plotting/_examples/light.rising.warn.error.example.png
Binary file modified plotting/_examples/light.rising.warn.error.humanized.example.png
Binary file modified plotting/_examples/light.rising.warn.example.png
Binary file modified plotting/_examples/light.rising.warn.humanized.example.png
1 change: 1 addition & 0 deletions plotting/plot.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (plot *Plot) GetRenderable(trigger *moira.Trigger, metricsData []*metricSou
Max: limits.highest,
Min: limits.lowest,
},
EnablePrettyTicks: true,
},

Series: plotSeries,
Expand Down
4 changes: 2 additions & 2 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"revisionTime": "2017-07-27T15:54:43Z"
},
{
"checksumSHA1": "xc1qpskje1lGl9fDH4iKnolAyxk=",
"checksumSHA1": "lJvgxnk2MNkNL01vM28mW3YOk7E=",
"path": "github.com/beevee/go-chart",
"revision": "3a6bc1cbdb31d4a955a4789acd65b35f91c70822",
"revision": "273a59e48bccb0668388eb89faeaba1e061fc823",
"revisionTime": "2019-05-23T09:00:23Z"
},
{
Expand Down

0 comments on commit 2913fed

Please sign in to comment.