My Problem-Skill Landscape

Format your data

Upload a JSON file with the following structure:

{
  "xLabels": ["NLP", "Programming", "ML"],
  "yLabels": ["Economic equality", "Efficiency", "Environmental awareness"],
  "points": [
    { "x": "NLP", "y": "Efficiency", "title": "GE", "info": "something profound" },
    { "x": "NLP", "y": "Economic equality", "title": "NUS RIPS", "info": "something profound" },
    { "x": "Programming", "y": "Efficiency", "title": "OneSchedule", "info": "something profound" }
  ]
}