PPTX Builder API
PPTX BuilderBook a demoAccount
v1
v1
  • Introduction
  • Guide
    • Create account
    • Get API token
    • Webhook
    • Preparing your slides
  • Concepts
    • Intro
    • Slide Masters
    • Slide Layouts
    • Placeholders
    • Slide
  • API Reference
    • Authentication
    • JSON to PPTX Builder
      • Request Payload
        • Base Settings
        • Custom Settings
        • Global Chart Settings
        • Slide Settings
        • Chart View Settings
        • Columns
        • Rows
        • Chart title
    • JSON to PPTX
      • Request Payload
        • Base settings
        • Slide Settings
        • Chart View Settings
        • Columns
        • Rows
        • Chart Title
  • Fonts
  • Chart Types
  • Data Labels
  • Chart Settings Specifics
  • Examples
    • JSON to PPTX Builder
    • JSON to PPTX
    • API Token
Powered by GitBook
On this page

Was this helpful?

Chart Settings Specifics

This page describes the chart specific settings.

Each chart has some restrictions regarding the options that can be used. Bellow are the options available for each of the chart types we support.

Chart Type

Parameter

Bar

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_labels

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Doughnut

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • series_line_color

  • series_line_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Pie

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • series_line_color

  • series_line_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Line

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • series_smooth_line

  • series_marker_style

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Column

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Bar Stacked Percent

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Column Stacked Percent

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Bar Stacked

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

Column Stacked

  • show_data_labels

  • show_legend

  • show_legend_font_size

  • show_legend_font_family

  • show_legend_font_bold

  • show_legend_font_color

  • legend_in_layout

  • show_data_label_font_family

  • show_data_label_font_size

  • show_data_label_font_bold

  • show_data_label_font_color

  • hide_percentage

  • show_value_axis

  • show_value_axis_font_family

  • show_value_axis_font_size

  • show_value_axis_font_bold

  • show_value_axis_font_color

  • vaxis_tick_label_line_color

  • show_category_axis_font_family

  • show_category_axis_font_size

  • show_category_axis_font_bold

  • show_category_axis_font_color

  • caxis_tick_label_line_color

  • caxis_tick_label_line_width

  • show_vertical_gridlines

  • show_horizontal_gridlines

  • min_axis_scale

  • max_axis_scale

  • plot_overlap

  • plot_gap_width

  • decimal_places

  • show_chart_title

  • chart_title_font_bold

  • chart_title_font_size

  • chart_title_font_color

  • chart_title_font_family

PreviousData LabelsNextJSON to PPTX Builder

Last updated 4 years ago

Was this helpful?