Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • ..
  • LineGradientSingle
  • data.json
  • Initial commit
    a7f18193
    xp.Huang authored
    2023-02-20 11:03:39 +0800  
    Browse Files »
data.json 449 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
{
  "dimensions": ["product", "data1"],
  "source": [
    {
      "product": "Mon",
      "data1": 120
    },
    {
      "product": "Tue",
      "data1": 200
    },
    {
      "product": "Wed",
      "data1": 150
    },
    {
      "product": "Thu",
      "data1": 80
    },
    {
      "product": "Fri",
      "data1": 70
    },
    {
      "product": "Sat",
      "data1": 110
    },
    {
      "product": "Sun",
      "data1": 130
    }
  ]
}