Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-614

Implement a line chart with multiple series in the front-end

Details

    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.

      Attachments

        Activity

          There are no comments yet on this issue.

          People

            Unassigned Unassigned
            cvicentiu Vicențiu Ciorbaru
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: