Get the type of the scale.
(&self)
| 143 | impl Scale<String> for ScaleBand { |
| 144 | /// Get the type of the scale. |
| 145 | fn get_type(&self) -> ScaleType { |
| 146 | ScaleType::Band |
| 147 | } |
| 148 | |
| 149 | /// Get the range value for the given domain entry. |
| 150 | fn scale(&self, domain: &String) -> f32 { |
no outgoing calls
no test coverage detected