nameagecity
Alice30New York
Bob25San Francisco
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
nameagecity
Alice30New York
Bob25San Francisco
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
Charlie35Chicago
{
  "type": "bar",
  "data": {
    "labels": ["Red", "Blue"],
    "datasets": [{ "label": "Votes", "data": [12, 19] }]
  },
  "options": {
    "responsive": true
  }
}
{
  "type": "line",
  "data": {
    "labels": [
      65,
      59,
      80,
      81,
      56,
      55,
      40
    ],
    "datasets": [
      {
        "label": "My First Dataset",
        "data": [
          65,
          59,
          80,
          81,
          56,
          55,
          40
        ],
        "fill": false,
        "borderColor": "rgb(75, 192, 192)",
        "tension": 0.1
      }
    ]
  }
}
{
  "type": "radar",
  "data": {
    "labels": [
      "Minecraft",
      "Hollow Knight",
      "Animal Well",
      "Watching Netflix",
      "Tetris"

    ],
    "datasets": [
      {
        "label": "MyChoices",
        "data": [
        8, 9, 7, 4, 3
        ],
        "fill": false,
        "borderColor": "rgb(75, 192, 192)",
        "tension": 0.1
      }
    ]
  }
}
graph TD
  A-->B
  A-->C
  A-->D
  D-->E