CZML Label with dynamic text

Hi,

I understand that the text property on a Label is not interpolatable, but at the https://cesiumjs.org/demos/raceQs.html demo I see their wind label changing over time.

How can I achieve the same behaviour?

Thank you,

Hello,

I think this can be achieved using intervals. Take a look at this example for using intervals to change properties of polygons: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=CZML%20Polygon%20-%20Intervals,%20Availability.html&label=CZML

Best,

Hannah

Thank you!