{
  "padding": 18,
  "root": {
    "type": "vstack", "align": "leading", "spacing": 8,
    "children": [
      {"type":"hstack","children":[
        {"type":"text","text":"{{title}}","size":14,"weight":"bold"},
        {"type":"spacer"},
        {"type":"symbol","symbol":"sparkles","size":18}
      ]},
      {"type":"zstack","children":[
        {"type":"rect","fill":"#E5EEED","height":52,"corner":12},
        {"type":"text","text":"{{value}} · {{col.Name}}","size":24,"weight":"bold"}
      ]},
      {"type":"bar","value":"{{percent}}","thickness":7},
      {"type":"ring","value":"{{percent}}","width":48,"thickness":5},
      {"type":"divider","thickness":1},
      {"type":"rows","limit":4,"children":[
        {"type":"hstack","children":[
          {"type":"text","text":"{{row.index}}. {{row.label}}","size":12},
          {"type":"spacer"},
          {"type":"text","text":"{{row.value}}","size":12}
        ]}
      ]}
    ]
  }
}
