Skip to content

Commit

Permalink
Add new graph setting for the animation style
Browse files Browse the repository at this point in the history
  • Loading branch information
jshaughn committed Nov 22, 2024
1 parent 66b36a9 commit 666645f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,14 @@ spec:
expression:
type: string
description: "The hide expression."
settings:
description: "Various presentation options."
type: object
properties:
animation:
description: "The traffic animation style. Value must be one of: `dash` or `point`. Default is `point`."
type: string
enum: ["dash", "point" ]
traffic:
description: "These settings determine which rates are used to determine graph traffic."
type: object
Expand Down
1 change: 1 addition & 0 deletions roles/default/kiali-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ kiali_defaults:
description: "Hide: nodes ranked lower than the 2 top rankings"
expression: "rank > 2"
settings:
animation: "point"
font_label: 13
min_font_badge: 7
min_font_label: 10
Expand Down

0 comments on commit 666645f

Please sign in to comment.