{
  "projData": {
    "x": [0, 1, 2.9, 3, 3.1, 5],
    "ys": [
      [10, 15, 20, 25, 40, 55],
      [7, 15, 22, 25, 43, 55],
      [4, 15, 20, 25, 47, 56]
    ],
    "weights": [
      [0.4, 0.0, 0.3, 1.5, 0.6, 1.0],
      [0.0, 0.3, 0.4, 0.5, 0.7, 1.0],
      [0.2, 0.4, 0.6, 0.8, 0.9, 1.0]
    ]
  },
  "traceFormat": {
    "type": "scatter",
    "mode": "lines",
    "line": { "color": "rgba(0,0,0,0)" },
    "hoveron": "points",
    "legendgroup": "Test Group legend",
    "showLegend": true,
    "fillcolor": "rgba(170,80,40,0.8)",
    "name": "Projection 1"
  }
}
