Skip to content

Commit

Permalink
format: interactive-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jan 2, 2025
1 parent 002c86e commit 06085c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quo/components/graph/interactive_graph/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
y-axis-label-background-color (colors/theme-colors colors/white-70-blur-opaque
colors/neutral-95
theme)
customization-color (colors/resolve-color customization-color (colors/invert-theme theme))
customization-color (colors/resolve-color customization-color
(colors/invert-theme theme))
y-axis-label-texts (utils/calculate-y-axis-labels min-value step-value 4)
x-axis-label-texts (utils/calculate-x-axis-labels data 5)
reference-label-background-color (colors/theme-colors colors/neutral-80-opa-5-opaque
Expand Down

0 comments on commit 06085c7

Please sign in to comment.