Mathieu Pelletier

Results 6 comments of Mathieu Pelletier

Has there been any updates regarding this issue? It would be a great improvement being able to translate the index.html

In normal mode, press the `:` character which enables the command-line. Press `Esc` to return to normal mode.

I just think there is a small mistake since the operations are made inside of strings. Have you tried `domain={[dataMin - 0.5, dataMax + 0.5]}` ?

Ok, well it seems like your problem is not related to recharts. Maybe you can show some code about this specific error for further help.

If you use numbers inside your array for the domain, it works perfectly [fine](http://jsfiddle.net/3v6ecrgc/). As soon as you put strings, it indeed causes a weird behaviour since the Y values...

@al3x-huang It is indeed supported, my mistake, I thought it was a local variable you had defined. It is even in the API [documentation](http://recharts.org/#/en-US/api/YAxis) as mentioned above. So, it is...