Meryovi De Dios

Results 6 comments of Meryovi De Dios

I have stumbled upon this one. You can also use `Mediator.Mediator` instead of just `Mediator` and it will work properly.

The way I was able to work around this issue was by explicitly setting a min and max value on the secondary axis. If you don't, the library seems to...

The way I was able to work around this issue was by explicitly setting a min and max value on the secondary axis. If you don't, the library seems to...

@martialanouman Assuming your secondary axis looks like this: ```js const secondaryAxes = React.useMemo( () => [ { getValue: (datum) => datum.secondary } ], [] ); ``` You can change it...

The way I was able to work around this issue was by explicitly setting a min and max value on the secondary axis. If you don't, the library seems to...

Is there any known workaround for this issue? I'm having the same issue described by @andybenedict