Kleeen's IDE supports Granularity for time series data on a widget's x-axis. This feature will allow end-users of your application to filter data using time-based groupings based on groupings of Day, Week, Month, Quarter and Year as demonstrated below.
To use this feature your backend or middleware will need to support grouping data in this way. Kleeen will send a request in this format to group data. In this example the interval value will change with the user's selection, the magnitude value will not change.
{ "cardinality": "SINGLE", "filters": {}, "groupBy": { "name": "timestamp", "transformation": "temporalBucket", "bucket": { "interval": "week", "magnitude": 1 } }, "value": { "name": "marketValue", "transformation": "average" } }
If you have any questions about using this feature or need help implementing it, please reach out to Support@Kleeen.Software.
Comments
0 comments
Please sign in to leave a comment.