## Breaking Change - Apply linear scale based on the direction of given range. ```diff - ScaleLinear::new(vec![1., 2., 3.], vec![0., 100.]) + ScaleLinear::new(vec![1., 2., 3.], vec![100., 0.]) ``` Currently, you can draw the linear scale from minimum to maximum or from maximum to minimum; it depends on the direction of the range. |
||
|---|---|---|
| .. | ||
| scale | ||
| shape | ||
| axis.rs | ||
| grid.rs | ||
| label.rs | ||
| mod.rs | ||
| scale.rs | ||
| shape.rs | ||
| tooltip.rs | ||