Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The MariaDB Feedback Plugin backend returns REST API results of the form:
{
|
"title": "Server Version Breakdown by Month", |
"values": { |
"10.3": { |
"x": ["2022-1", "2022-2", "2022-3"], |
"y": [1, 1, 1] |
},
|
"10.4": { |
"x": ["2022-1", "2022-2"], |
"y": [2, 2] |
},
|
"10.1": { |
"x": ["2022-2"], |
"y": [1] |
}
|
},
|
"metadata": { |
"computed_start_date": "2022-01-01T00:31:55Z", |
"computed_end_date": "2022-03-06T19:21:42Z" |
}})
|
We need to expose this data in a user-friendly way, using charts.js.
This task covers implementing this in JavaScript and publishing it on MariaDB.org.
We need to expose this data in a user-friendly way, using charts.js.
This task covers implementing this in JavaScript and publishing it on MariaDB.org.