Can we use cubism custom JSON data?

I saw the graphics of cubism, and they are just amazing. I have a large JSON file with 1000 entries that have a timestamp and value (integer). Can cubism draw it or not ?! I can not find documentation about this ...

+5
source share
1 answer

Cubism is usually designed for real-time data, but you can implement a metric that simply returns static values ​​from a JSON file. You usually do this with context.metric . See Share Demonstration in Box for Cubism for an example.

+14
source

All Articles