Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Paste code macro
languagejson
themeSunburst
Status 200

{
    "success": true,
    "reason": "success",
    "data": {
        "columns": [
            {"name": "NAME", "type": 5, "length": 80},
            {"name": "TIME", "type": 5, "length": 4096},
            {"name": "MyVal", "type": 20, "length": 17}
        ],
        "rows": [
            {
                "tag_name": "tag_01",
                "data": [
                    ["tag_01", 1234, "2021-07-06 12:12:22"],
                    ["tag_01", 2345, "2021-07-06 12:12:23"],
                    ["tag_01", 2346, "2021-07-06 12:12:24"],
      
             ["tag_01", 1625, "2021-07-06 12:12:25"]
                ]
            }
        ]
    }
}

Sample Code

In this sample, try to show variety parameter combination, but can’t show all combination, but should find parameter option from using this sample

...