Hi,
I've installed the shimmer (0.4.1) and configured it with Google Fit.
If I retrieve step_count data from Google Fit I get this data:
{- ...
- },
body:
{
effective_time_frame:
{
},
step_count: 2
}
}
but when I feed this data to the web visualizations I get :
TypeError: Cannot read property 'unit' of undefined
It seems web-visualizations is expecting a "duration" property in "time_interval" but this duration is not provided by the shim.
I'm not sure which one needs to be fixed:
Should the shim provide duration or should web-visualization be able to work without duration?
Thanks,
Ralph.