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_01", 1234, "2021-07-06 12:12:22", 1234],
            ["tag_01", 2345, "2021-07-06 12:12:23", 2345],
            ["tag_01", 2346, "2021-07-06 12:12:24", 2346],
            ["tag_01", 1625, "2021-07-06 12:12:25", 1625]
        ]
    }
}

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

...