I was trying to use a gauge in a small container but I couldn't make it look good. It was always hiding the numbers. Here's what it looks like in a 100x100 px:
It could be improved for small dimensions, but here's the actual bug: I tried to use the innerAxis since the numbers are displayed clearly this way, so I turned off the outerAxis. Apparently the gauge doesn't work with just the innerAxis. In fact, when I copied the object, it crashed.
When I changed the secondaryValue it was throwing this error:
16:52:25.472 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - TypeError: Cannot read property 'events' of undefined
16:52:25.473 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
Is it a bug or it wasn't intended to be configured like this?