Comments
-
I know this is old but it's the top result if you try and google how to accomplish this, and no answer was available anywhere I could find. I found a way to do this using the logic from the gradient effect, which allows you to change the colors with conditional formatting. In my case I wanted a specific month to be…
-
So I have finally figured this out, I'm going to add it here because I couldn't find a clear answer anywhere on the web. The secret seemed to be resetting the innerHTML of the chart to empty so it will actually re-render. This really should be in the documentation somewhere. domo.onFiltersUpdate((filters) => { //custom…
-
you will have to code what those filters will do in your app And how do we get the chart to refresh after we have coded what those filters will do in our app?