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 nice thing about SVG it that it supports arbitrary affine transformations. In particular, you can add the attribute transform=rotate(90) to a whole <g> element to make a vertical bar chart become horizontal. This is why I did not add it explicitly as an option.
Now, there is request to avoid the rotation for the tree chart as well, so I am thinking about adding a flag directly to the the charts
Would you support horizontal bar chart? This chart is good for anything related to progress tracking.
The text was updated successfully, but these errors were encountered: