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 dimensions() function nicely provides lots of information about charts axes and I'm using this to persist settings between sessions. But I find that the orientation of the axis (min to max or max to min, which is set by double clicking on the header) is not included in this information and so if any axes are inverted this info is not persisted and gets reset.
So:
would it be possible to include this information in future
is there a way to get this info and an event to know when it is changed?
The text was updated successfully, but these errors were encountered:
Whatever the flip axis code currently does, it should do this: reverse the domain of the scale on the axis. This information would be persisted as part of the scale, eliminating the need for an array of flipped or inverted axes (or an extra property on the dimension object).
The dimensions() function nicely provides lots of information about charts axes and I'm using this to persist settings between sessions. But I find that the orientation of the axis (min to max or max to min, which is set by double clicking on the header) is not included in this information and so if any axes are inverted this info is not persisted and gets reset.
So:
The text was updated successfully, but these errors were encountered: