You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue while migrating from an old version of plottable to 3.8.x. This can be traced back to changes made to the arguments of the functions Rectangle.prototype.x2 = function (x2, postScale) {...} and Rectangle.prototype.y2 = function (y2, postScale) {...}.
You can fix your example by excluding xScale and yScale respectively from said functions:
Hello. I'm attempting to render a plottable.js rectangle plot within a React app. I repeatedly am seeing the same error:
I've replicated this same error within the Mondrian example inside of a codesandbox, see below.
Bug report
Live example URL: https://codesandbox.io/s/xlqn2mnwyw
Expected behavior
It should render properly.
Actual behavior
It does not.
The text was updated successfully, but these errors were encountered: