xile611

Results 35 comments of xile611

@SachaG The order of Legend is consistent with the order of stacked bars. So I'm considering whether to adjust the order of stacked bars.

@swiftfoot When you specify a strict domain of `YAxis`, the count of ticks can not be guaranteed. Because we think the readability of tick has higher priority.

Sorry for not handling your issue in time, please try the latest version. If the problem persists, please open a new issue according to the issue guide. @tahesse

@marchaos It works fine in [this demo](http://jsfiddle.net/znqLLdev/1/?utm_source=website&utm_medium=embed&utm_campaign=znqLLdev). Can you show your question in an online jsfiddle demo ?

@marchaos Recharts listens to the resize event of the container node. As long as you add a `ResponsiveContainer` in to a container node, and the container node can change size...

@marchaos It seems to be the problem of calculation strategy for flex box. You can check this [stackoverflow question](http://stackoverflow.com/questions/7985021/css-flexbox-issue-why-is-the-width-of-my-flexchildren-affected-by-their-content) for detail.

recharts won't support world map. Word Cloud Chart will be considered in 2.0.

I think there are may workaround now.

Sorry, not supported yet. It's recommended to use customized `content` of `Tooltip` to cover default tooltip.