[MDBF-614] Implement a line chart with multiple series in the front-end Created: 2023-10-29  Updated: 2023-10-29

Status: Open
Project: MariaDB Foundation Development
Component/s: Feedback Plugin
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Vicențiu Ciorbaru Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 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.


Generated at Thu Feb 08 03:39:09 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.