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
I am trying to call ChartBuilder::build_cartesian_2d with Range<chrono::NaiveDateTime> as an argument, but it fails due to unsatisfied AsRangedCoord trait. If I construct RangedDateTime object manually with RangedDateTime::from(min_date..max_date) it works, so I feel this was just an oversight.
Describe the bug
I am trying to call
ChartBuilder::build_cartesian_2d
withRange<chrono::NaiveDateTime>
as an argument, but it fails due to unsatisfiedAsRangedCoord
trait. If I constructRangedDateTime
object manually withRangedDateTime::from(min_date..max_date)
it works, so I feel this was just an oversight.To Reproduce
Version Information
plotters = "0.3.6"
The text was updated successfully, but these errors were encountered: