Neri Marschik

Results 157 comments of Neri Marschik

Just for your information, I am on holidays till Thursday. Sorry I can't check earlier!

I will look for a way to implement this and be able to re-use the grouped bars option.

Yes I agree with that!

@psudeepta as @jsg2021 stated before I would like this component to be just integrated with the normal bar chart. Having a flag to switch between horizontal / vertical.

Do you mean like this? ![image](https://user-images.githubusercontent.com/5276006/36358606-58297ede-1554-11e8-85eb-4ef243f8709b.png)

You would have to send a PR. Not possible right now. Sorry!

Thanks for the feedback! Could you provide a code sample of that happening. I'll have a look!

Thanks I will have a look at it!

Could I have a sample of your data? Doesn't need to be the original data, just the same format as the input you provide.

I think I know where your problem is. Could you test something? In your case the X scale will be an d3.ordinalScale which doesn't have an invert() function. I will...