| 1 | /// A trait that defines interaction with a data point used in a bar chart. |
| 2 | /// This provides greater flexibility in using different data sources as one |
| 3 | /// can simply implement this trait and be able to use that data in a bar chart. |
| 4 | pub trait BarDatum { |
nothing calls this directly
no outgoing calls
no test coverage detected