Hi @chris,
In the legacy version, I was able to plot the monthly per hour data using the 3DChart component.
However, in version 1.8.0, the replaced component, HourlyPlot, will give me this error
- Solution exception:HourlyPlot data_collection must be a HourlyContinuousCollection or HourlyDiscontinuousCollection. Got <class ‘ladybug.datacollection.MonthlyPerHourCollection’>.
This is a screenshot of the expected result from the legacy version.
Is there any alternative component or any way to convert MonthlyPerHourCollection to HourlyContinuousCollection?
Thank you!