Descending vertical axis
dgrechka opened this issue · 0 comments
dgrechka commented
Right now it is impossible to create vertical axis with descending values. E.g.
- 1
- 2
- 3
If I assign range(500,200) I got ascending axis (200,500).
There is also no corresponding property to specify whether the axis ascends or descends.