Saving custom visualization configuration options

I am creating a Looker custom visualization and need to save user selections in the visualization to it’s configuration. The documentation shows that I can can call something like:

vis.trigger("updateConfig", [{axis_hidden: true}]

After making this call, I can see the saved options reflected in my vis configuration panel. However, when I refresh the explore page or save as a Look, these changes are lost. I notice that the QID doesn’t change even after I trigger this event.

My use case requires a user to make these selections then save as a Look.

Any advice is appreciated.

0 1 220
1 REPLY 1

I am running Looker 21.10.5 … I noticed that this functionality works correctly in 21.8.21, so I’m wondering if there is a new bug.