Simon Chapman

Results 7 comments of Simon Chapman

also bumping this thread. I am very seduced by the charts but lack of multiple axes support is a deal breaker for me.

The lovely thing about semantic/fomantic is the option to override all the styles. You can either do this using the config or subclass the css directly. Your admin solution, for...

I think that would be really helpful. That way, users that are using semantic for their django front end can match their styling for the admin interface too. I think...

In fact I managed to get this working in the end with this (note, breaks without the `any`): ``` // allows two top level containers: zoom and voronoi const VictoryZoomVoronoiContainer:any...

Perhaps I have misunderstood but this sounds already possible with the [`createContainer`](https://commerce.nearform.com/open-source/victory/docs/create-container/) If you set the `zoomDimension` to `x` only you will expand or contract the x axis only

I think I might be experiencing this behaviour - I am struggling meaningfully to debug it. I have a custom VoronoiZoom component: ``` { // This the tool tip text,...

Update, just in case it helps others. By taking advantage of the `flyoutHeight` prop it is possible to use the lineheight of the text to set the height of the...