Serhii Popov
Serhii Popov
It could be due to OS is intercepting Ctrl+Shift key combination for changing keyboard layout (as mine), so no apps could use this key combination
@maycheongs i guess issue is that log scale kinda re-maps values into Cartesian space of rendered chart. And if it happens to have 0 to be rendered on a log...
That probably might be helpful as '[pseudo-log](https://github.com/recharts/recharts/issues/1107#issuecomment-1142259291)' solution > I can understand a log scale not displaying 0 values, since log(0) is infinity. So I was trying a workaround through...
> The issue seems to be occurring when you put > > ``` > "proxy": "http://localhost:8080", > ``` > > in the `package.json` file. > > Configuring the proxy middleware...
@ShuriginAleksey it'd be nice to keep conversation in a language that most people here can understand. Some translation services might help with that
Though I see a fix and that it's actually has some effect. It still has issues with 'bands' scale type. There's a line drawed on cartesian grid at the beginning...
> I have a workaround I just found, with v2.5.0 that seems to work for my case, based on the storybook example with multiple X axes -- I create my...