Nick Fitzpatrick
Nick Fitzpatrick
@ahenket If this is still causing you issues, I was able to work around this by using the [SwaggerParser package](https://www.npmjs.com/package/swagger-parser) to read the spec and give me an object to...
Hey @alxnddr, I may have found an issue when adding/removing metrics to the chart. The error suggests that we don't handle undefined columns when looking for the name.  
@alxnddr Maz had similar Feedback. Should be removed now 👍
@cdeweyx There are a few places in the code that explicitly ignore setting those values to "null" if defaults are set. And if you do change things around and send...
Should have been fixed by the changes in #27689
Closing this PR as we already released RC1-3 and don't really have a migration strategy in place. This can be picked up again if needed.
I noticed when generating this as a static visualization, if you "show percentage in legend" set to true before, it will always show up in the static viz when generated....
If you want to check out the source code, I believe it's in the repo under [example/src](https://github.com/timc1/kbar/tree/main/example/src). There is a `useDocsActions` hook that might prove helpful
@ashnur not sure if you're still stuck on this or not, but I was running into the same issue. Looks like it was trying to bring in something from component.js...
@yedi Admittedly, it's probably a terrible suggestion (though I've been running with that change for a while now). What I did was make my own fork of the project, made...