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
The text was updated successfully, but these errors were encountered:
mithi
changed the title
feature: Be able to specify and render just one or two quadrants instead of the four
TODO: Be able to specify and render just one or two quadrants instead of the four
Aug 10, 2020
Currently, when we specify the x-range the y-range of the container the default plot would be like so:
Sometimes we only need one of the following
We should be able to specify, so that we don't waste space in the screen that don't have markers.
I'm thinking the API would be something like:
Where quadrant is a string that could contain
"Q12"
,"Q3"
,"Q1234"
etcWe have to change this part
bare-minimum-2d/src/index.js
Lines 60 to 61 in 2d3dc91
to not be hard coded and be generic
The text was updated successfully, but these errors were encountered: