{
  "metadata": {
    "version": "1.0",
    "created_at": "2026-05-14T15:50:33.324414",
    "modified_at": "2026-05-14T16:02:04.986515",
    "user_id": null,
    "app_version": "1.0.0"
  },
  "charts": [
    {
      "chart_type": "环形图",
      "properties": {
        "autopct": "0%",
        "bottom_margin": 0.1,
        "colors_custom": [],
        "explode": 0.06,
        "figure_height": 4,
        "figure_width": 5,
        "font_family": "TeX Gyre Heros",
        "inlabel_size": 12.0,
        "inlabel_value_size": 13.0,
        "label_position": "左上",
        "label_style": "box",
        "labels_column": "Drink",
        "left_margin": 0.1,
        "legend_height": 1.0,
        "legend_length": 1.8,
        "legend_ncol": 1,
        "legend_position": "best",
        "pie_edge_width": 1.0,
        "right_margin": 0.1,
        "shadow": true,
        "show_color_keys": true,
        "show_inlabel": false,
        "show_inlabel_value": true,
        "show_legend_frameon": true,
        "show_outlabel": false,
        "show_outlabel_color": true,
        "show_outlabel_value": true,
        "show_wedges_edge": true,
        "start_angle": 90,
        "subplot_label": null,
        "subplot_label_size": 15.0,
        "theme_colors": [
          "#7fc97f",
          "#beaed4",
          "#fdc086",
          "#ffff99"
        ],
        "title": "",
        "top_margin": 0.1,
        "type": "donut",
        "values_column": "Percentage",
        "inner_radius": 0.38
      }
    }
  ],
  "datasets": [
    {
      "name": "dataset_0",
      "type": "dataframe",
      "geometry_column": null,
      "crs": null,
      "columns": [
        "Drink",
        "Percentage"
      ],
      "dtypes": {
        "Drink": "object",
        "Percentage": "int64"
      },
      "records": [
        {
          "Drink": "Coffee",
          "Percentage": 49
        },
        {
          "Drink": "Tea",
          "Percentage": 23
        },
        {
          "Drink": "Energy Drinks",
          "Percentage": 5
        },
        {
          "Drink": "Spite",
          "Percentage": 23
        }
      ]
    }
  ],
  "settings": {
    "theme": "light",
    "layout": "grid",
    "canvas_size": [
      800,
      600
    ],
    "corner_style": "rounded"
  },
  "layers": [],
  "annotations": []
}