How to set the data model? with meter head in the front end

clipboard.png
how to write a data model? with a header in the front end Model
"abc" assigned by the front end to the back end: [

           {
                "headerText": "",
                "content": [
                    {
                        "text": "32145.9",
                        "preson": "",
                        "time": ""
                    }
                ]
            },
            {
                "headerText": "EPS",
                "content": [
                    {
                        "text": "3.81",
                        "preson": ""
                        "time": ""
                    }
                ]
            }
        ]
Mar.22,2021

{
  A: {: 1, EPS: 2, : 3},
  B: {: a, EPS: b, : c},
  ...
}

[
        {
            company:'', //
            revenue:'', //
            EPS:'',     //EPS
            Growth:''   //
        },
        {
            company:'', //
            revenue:'', //
            EPS:'',     //EPS
            Growth:''   //
        }
    ]
This data format is recommended for rendering table in
ps:easyUI
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3fd35-2c4bd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3fd35-2c4bd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?