Description Usage Arguments Details Value
ChartSpec Object
1 2 3 4 5 6 7 8 | ChartSpec(title = NULL, altText = NULL, titleTextPosition = NULL,
histogramChart = NULL, candlestickChart = NULL, bubbleChart = NULL,
waterfallChart = NULL, fontName = NULL, maximized = NULL,
treemapChart = NULL, hiddenDimensionStrategy = NULL,
subtitleTextFormat = NULL, subtitle = NULL,
subtitleTextPosition = NULL, backgroundColor = NULL,
basicChart = NULL, orgChart = NULL, pieChart = NULL,
titleTextFormat = NULL)
|
title |
The title of the chart |
altText |
The alternative text that describes the chart |
titleTextPosition |
The title text position |
histogramChart |
A histogram chart specification |
candlestickChart |
A candlestick chart specification |
bubbleChart |
A bubble chart specification |
waterfallChart |
A waterfall chart specification |
fontName |
The name of the font to use by default for all chart text (e |
maximized |
True to make a chart fill the entire space in which it's rendered with |
treemapChart |
A treemap chart specification |
hiddenDimensionStrategy |
Determines how the charts will use hidden rows or columns |
subtitleTextFormat |
The subtitle text format |
subtitle |
The subtitle of the chart |
subtitleTextPosition |
The subtitle text position |
backgroundColor |
The background color of the entire chart |
basicChart |
A basic chart specification, can be one of many kinds of charts |
orgChart |
An org chart specification |
pieChart |
A pie chart specification |
titleTextFormat |
The title text format |
Autogenerated via gar_create_api_objects
The specifications of a chart.
ChartSpec object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.