{
  "title": "Market Analysis: AAPL (Daily)",
  "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  "datasets": [
    {
      "label": "Price (Close)",
      "data": [150, 155, 148, 160, 162, 158, 165, 170, 168, 175, 180, 182],
      "borderColor": "#2980b9",
      "backgroundColor": "rgba(41, 128, 185, 0.1)",
      "fill": true,
      "tension": 0.4
    },
    {
      "label": "SMA (20)",
      "data": [148, 150, 151, 153, 155, 157, 159, 162, 165, 168, 170, 173],
      "borderColor": "#e67e22",
      "borderDash": [5, 5],
      "borderWidth": 2,
      "pointRadius": 0
    },
    {
      "label": "Bollinger Upper",
      "data": [155, 160, 158, 165, 168, 165, 172, 178, 175, 182, 188, 190],
      "borderColor": "rgba(100,100,100,0.2)",
      "backgroundColor": "transparent",
      "pointRadius": 0
    },
    {
      "label": "Bollinger Lower",
      "data": [145, 148, 142, 150, 152, 148, 155, 158, 155, 160, 165, 168],
      "borderColor": "rgba(100,100,100,0.2)",
      "backgroundColor": "rgba(200,200,200,0.1)",
      "fill": "-1",
      "pointRadius": 0
    },
    {
      "type": "bar",
      "label": "Volume (M)",
      "data": [50, 45, 60, 55, 40, 42, 48, 52, 50, 65, 58, 62],
      "backgroundColor": "rgba(46, 204, 113, 0.4)",
      "yAxisID": "y-volume"
    }
  ]
}
