If for some reason the trends aren't showing up. Its likely that the his tz doesn't match the point tz. To fix this, follow the below steps.
Issue - Los Angeles != Indianapolis
Currently the points have tz set as Los Angeles, but his data is set to Indianapolis tz.
Option 1:
We want to set everything to Indianapolis tz. So go to the site and select the tz to be Indianapolis. Then click on the Sync Time zones For All Points. Doing this will match the points and his data. You should be good now.
Option 2:
We want to set everything to Los Angeles tz. So we'll need to rewrite the tz on the his data to Los Angeles. To do this, go to folio and run the query below for all points (if you have multiple sites with different tzs, we recommend using siteRef in the query).
Query: readAll(point).each x=> hisRewrite(x->id) (val, ts) => [ts.toTimeZone("Los_Angeles"), val]
Note: Change "Los_Angeles" part to what tz you want it to be.
Changing to new tz
If for some reason the tz isn't what you want and you want to change it. The user would first change the his tz and then the point tz. Follow Option 2 above first, then once set, follow Option 2.