The flourishcharts packages are provided by Canva as open source software under the MIT license(opens in a new tab or window).

flourish-api-documentation

Get a list of chart types.

A dataset containing list of all the available chart types for Flourish charts.

Usage

from flourishcharts.flourish_api_docs import reference
reference
PYTHON

Columns

  • template_name: Template name as provided by Flourish.
  • chart_type: Chart type string. This must match a chart_type value in the flourish()/Flourish() function.
  • url: URL linking to the Flourish API documentation for the template.

Module Source

python_package/data/flourish_api_documentation.csv

Usage

library(flourishcharts)
flourish_api_documentation
R

Columns

  • template_name: Template name as provided by Flourish.
  • chart_type: Chart type string. This must match a chart_type value in the flourish()/Flourish() function.
  • url: URL linking to the Flourish API documentation for the template.

Module Source

R_package/R/data.R