e-mission / em-public-dashboard

A simple and stupid public dashboard prototype.
BSD 3-Clause "New" or "Revised" License
1 stars 23 forks source link

Error while loading individual charts for smart-commute-ebike in development environment. #111

Open iantei opened 8 months ago

iantei commented 8 months ago

Loaded with fc_ dataset for 2022-05-09.

For the metric, "Number of trips" its corresponding aggregate chart is being loaded properly. However, for all available "Month" selection, the individual chart is not loaded properly.

The available selection of Months are: 3/2023 to 12/2023.

image

Tried loading the individual charts for 05/2022 through the Jupyter notebook, it loads the chart associated with "Number of Trips" properly.

iantei commented 8 months ago

The dropdown on the Month comes over from the https://github.com/e-mission/nrel-openpath-deploy-configs/blob/main/configs/smart-commute-ebike.nrel-op.json 's intro.start_month/year till current year. Since, we do not have any data from 03/2023 till current date in the above dataset - fc_dataset (2022-05-09), we're unable to see any charts corresponding to it.