-
- Downloads
Update pulse code to allow user-specified x and y axes
The previous code had two issues. The first was a bug in using the user-specified y-axis column for checking if a goal had been met. Beyond that the pulse code didn't recognize those user specified x and y axes either. This commit uses the user specified columns, when they are not present defaults to the previous first/second column behavior in the resultset.
Showing
- src/metabase/pulse.clj 8 additions, 8 deletionssrc/metabase/pulse.clj
- src/metabase/pulse/render.clj 24 additions, 16 deletionssrc/metabase/pulse/render.clj
- src/metabase/util/ui_logic.clj 33 additions, 16 deletionssrc/metabase/util/ui_logic.clj
- test/metabase/pulse_test.clj 28 additions, 0 deletionstest/metabase/pulse_test.clj
Please register or sign in to comment