Chart Title

Within each slide you can provide a chart title value and this will be rendered in the chart and in the downloaded presentation.

Example in JSON

{
    "chart_title": "custom title"
}

Example slide JSON with Chart Title

{
    "chart_title": "custom title",
    "rows": [],
    "columns": [],
    "view_settings": {
        "chart_type": "bar",
        "placeholder_index": 0,
        "show_chart_title": true,
        "chart_title_font_bold": true,
        "chart_title_font_size": 13,
        "chart_title_font_color": "rgb(123,123,123)",
        "chart_title_font_family": "arial_narrow"

    }
}

Last updated