Dynamic CSV chart #5028
-
Hi all, I'm in the need of building a small service that provides a CSV file that is represented in a chart in Terria. One of the requirement is to get updated this CSV file eventually, and I would like to know whether there is a preferable way to do this in Terria without spining any extra service up. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There absolutely is a way! If you're using terriajs v7 or below, have a look at this example (taken from AREMI):
I've included the whole catalog item json because it's a useful reference for complicated charting, but the most important bit is the I don't have an example handy for v8, but there are similar (but slightly different) properties you can set in the v8 CsvCatalogItem. |
Beta Was this translation helpful? Give feedback.
There absolutely is a way!
If you're using terriajs v7 or below, have a look at this example (taken from AREMI):