Thingy91 light sensor data presentation in nrf cloud

Trying to make Thingy91's asset_tracker_v2 light sensor (BH1749) data to show up in a card on Dashboard in nrfcloud.

By default Nordic driver reports it as
#define APP_ID_LIGHT_THRESHOLD "LIGHT_THRESHOLD_EXCEEDED"

But since there is no card for LIGHT_THRESHOLD_EXCEEDED
we changed it to 
#define APP_ID_LIGHT_THRESHOLD "LIGHT"

After this change - data shows up in light card, but not timestamped datapoints, only event count (see attached screenshots)

Hence the question - how do we make it show up as a sequence of datapoints with timestamps ?

Related