Skip to content
Snippets Groups Projects
Unverified Commit 59cea30c authored by Case Nelson's avatar Case Nelson Committed by GitHub
Browse files

Remove decimals 0 from default static-viz y-axis (#22113)

parent c7eac9a6
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,6 @@
For further details look at frontend/src/metabase/static-viz/XYChart/types.ts"
[x-col y-col labels {::mb.viz/keys [column-settings] :as viz-settings}]
(let [default-format {:number_style "decimal"
:decimals 0
:currency "USD"
:currency_style "symbol"}
x-col-settings (or (settings-from-column x-col column-settings) {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment