We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5 ticks between (-Infinity, Infinity) are not [Infinity, Infinity, Infinity, Infinity, -Infinity]
(-Infinity, Infinity)
[Infinity, Infinity, Infinity, Infinity, -Infinity]
"domain": [ Infinity, -Infinity ] "niceTicks": [ Infinity, Infinity, Infinity, Infinity, -Infinity ]
this change is breaking that feature: recharts/recharts#1509
{ "allowDataOverflow": false, "allowDecimals": true, "allowDuplicatedCategory": true, "axisLine": false, "axisType": "yAxis", "bandSize": 0, "categoricalDomain": undefined, "domain": [ Infinity, -Infinity ], "duplicateDomain": undefined, "height": 356, "hide": false, "isCategorial": false, "label": false, "layout": "horizontal", "mirror": false, "niceTicks": [ Infinity, Infinity, Infinity, Infinity, -Infinity ], "orientation": "left", "originalDomain": [ "auto", "auto" ], "padding": { "top": 0, "bottom": 0 }, "realScaleType": "linear", "reversed": false, "scale": " ƒ scale(x)", "tick": "", "tickCount": 5, "tickFormatter": "ƒ (v)", "tickLine": false, "type": "number", "width": 31.796875, "x": 0, "y": 30, "yAxisId": "1" }
The text was updated successfully, but these errors were encountered:
any updates? @xile611
Sorry, something went wrong.
No branches or pull requests
5 ticks between
(-Infinity, Infinity)
are not[Infinity, Infinity, Infinity, Infinity, -Infinity]
this change is breaking that feature: recharts/recharts#1509
Full axis object:
The text was updated successfully, but these errors were encountered: