Chart Types
- Annotation chart
- Area chart
- Bar chart
- Bubble chart
- Calendar
- Candlestick chart
- Column chart
- Combo chart
- Gauge
- Geochart
- Histogram
- Line chart
- Org chart
- Pie chart
- Scatter chart
- Stepped area chart
- Table chart
- Timeline
- Tree map
Annotation chart configuration options
Name | |
---|---|
colors | The colors to use for the chart elements. An array of strings, where each element is an HTML color string, for example: Type: Array of strings
Default: default colors
|
displayRangeSelector | Whether to show the zoom range selection area (the area at the bottom of the chart), where The outline in the zoom selector is a log scale version of the first series in the chart, scaled to fit the height of the zoom selector. Type:
boolean Default:
true |
displayZoomButtons |
Whether to show the zoom buttons ("1d 5d 1m" and so on), where Type:
boolean Default:
true |
max |
The maximum value to show on the Y axis. If the maximum data point exceeds this value, this
setting is ignored, and the chart is adjusted to show the next major tick mark
above the maximum data point. This takes precedence over the Y axis maximum determined
by This is similar to Type:
number Default: automatic
|
min |
The minimum value to show on the Y axis. If the minimum data point is less than this value,
this setting is ignored, and the chart is adjusted to show the next major tick
mark below the minimum data point. This takes precedence over the Y axis minimum
determined by This is similar to Type:
number Default: automatic
|
Area chart configuration options
Name | |
---|---|
areaOpacity |
The default opacity of the colored area under an area chart series, where
Type:
number , 0.0- 1.0 Default:
0.3 |
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
interpolateNulls |
Whether to guess the value of missing points. If
This is not supported by
Area charts with the
Type:
boolean Default:
false |
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean /string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
lineWidth |
Data line width in pixels. Use zero to hide all lines and show only the points. You can
override values for individual series using the Type:
number Default:
2 |
pointShape |
The shape of individual data elements: Type:
string Default:
'circle' |
pointSize |
Diameter of displayed points in pixels. Use zero to hide all points. You can override values
for individual series using the Type:
number Default:
0 |
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart. To use default
values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
treatLabelsAsText |
If set to Type:
boolean |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Bar chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type: number or
string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxes |
Specifies properties for individual horizontal axes, if the chart has multiple horizontal
axes. Each child object is a
To specify a chart with multiple horizontal axes, first define a new axis using
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the hAxes: { {}, // Nothing specified for axis 0 { title:'Losses', textStyle: { color: 'red' } } // Axis 1 Type: Array of object, or object with child objects
Default:
null |
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean /string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart.
To use default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
trendlines |
Displays
trendlines
on the charts that support them. By default,
Trendlines are specified on a per-series basis, so most of the time your options will look like this: var options = { trendlines: { 0: { type: 'linear', color: 'green', lineWidth: 3, opacity: 0.3, visibleInLegend: true } } } Type:
object Default:
null |
trendlines.n.color |
The color of the trendline , expressed as either an English color name or a hex string. Type:
string Default: default series color
|
trendlines.n.degree |
For
trendlines
of Type:
number Default:
3 |
trendlines.n.labelInLegend |
If set, the trendline will appear in the legend as this string. Type:
string Default:
null |
trendlines.n.lineWidth |
The line width of the trendline, in pixels. Type:
number Default:
2 |
trendlines.n.type |
Whether the
trendlines
is Type:
string Default:
linear |
trendlines.n.visibleInLegend |
Whether the trendline equation appears in the legend. It will appear in the trendline tooltip. Type:
boolean Default:
false |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Bubble chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
bubble |
An object with members to configure the visual properties of the bubbles. Type:
object Default:
null |
bubble.opacity |
The opacity of the bubbles, where Type: number between 0.0 and 1.0
Default: 0.8
|
bubble.stroke |
The color of the bubbles' stroke. Type:
string Default:
'#ccc' |
bubble.textStyle |
An object that specifies the bubble text style. The object has this format: {color: <string>, fontName: <string>, fontSize: <number>}
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
series |
An object of objects, where the keys are series names (the values in the Color column) and each object describing the format of the corresponding series in the chart. If a series or a value is not specified, the global value will be used. Each object supports the following properties:
series: {'Europe': {color: 'green'}} Type: Object with nested objects
Default:
{} |
sizeAxis |
An object with members to configure how values are associated with bubble size. To specify properties of this object, you can use object literal notation, as shown here: {minValue: 0, maxSize: 20} Type:
object Default:
null |
sizeAxis.maxSize |
Maximum radius of the largest possible bubble, in pixels. Type:
number Default: 30
|
sizeAxis.minSize |
Minimum radius of the smallest possible bubble, in pixels. Type:
number Default: 5
|
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
treatLabelsAsText |
If set to Type:
boolean |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Calendar configuration options
Name | |
---|---|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Candlestick chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart.
To use default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Column chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean /string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart.
To use default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
trendlines |
Displays
trendlines
on the charts that support them. By default,
Trendlines are specified on a per-series basis, so most of the time your options will look like this: var options = { trendlines: { 0: { type: 'linear', color: 'green', lineWidth: 3, opacity: 0.3, visibleInLegend: true } } } Type:
object Default:
null |
trendlines.n.color |
The color of the trendline , expressed as either an English color name or a hex string. Type:
string Default: default series color
|
trendlines.n.degree |
For
trendlines
of Type:
number Default:
3 |
trendlines.n.labelInLegend |
If set, the trendline will appear in the legend as this string. Type:
string Default:
null |
trendlines.n.lineWidth |
The line width of the trendline, in pixels. Type:
number Default:
2 |
trendlines.n.type |
Whether the
trendlines
is Type:
string Default:
linear |
trendlines.n.visibleInLegend |
Whether the trendline equation appears in the legend. It will appear in the trendline tooltip. Type:
boolean Default:
false |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Combo chart configuration options
Name | |
---|---|
areaOpacity |
The default opacity of the colored area under an area chart series, where
Type:
number , 0.0- 1.0 Default:
0.3 |
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
curveType |
Controls the curve of the lines when the line width is not zero. Can be one of the following:
Type:
string Default: 'none'
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
interpolateNulls |
Whether to guess the value of missing points. If
This is not supported by
Area charts with the
Type:
boolean Default:
false |
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean /string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
lineWidth |
Data line width in pixels. Use zero to hide all lines and show only the points. You can
override values for individual series using the Type:
number Default:
2 |
pointShape |
The shape of individual data elements: Type:
string Default:
'circle' |
pointSize |
Diameter of displayed points in pixels. Use zero to hide all points. You can override values
for individual series using the Type:
number Default:
0 |
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart. To use default
values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Gauge configuration options
Name | |
---|---|
greenColor |
The color to use for the green section in HTML color notation. Type:
string Default:
'#109618' |
greenFrom |
The lowest value for a range marked by a green color. Type:
number Default: none
|
greenTo |
The highest value for a range marked by a green color. Type:
number Default: none
|
height |
Height of the chart in pixels. Type:
number Default: Container's width
|
max |
The maximum value to show on the Y axis. If the maximum data point exceeds this value, this
setting is ignored, and the chart is adjusted to show the next major tick mark
above the maximum data point. This takes precedence over the Y axis maximum determined
by This is similar to Type:
number Default: automatic
|
min |
The minimum value to show on the Y axis. If the minimum data point is less than this value,
this setting is ignored, and the chart is adjusted to show the next major tick
mark below the minimum data point. This takes precedence over the Y axis minimum
determined by This is similar to Type:
number Default: automatic
|
redColor |
The color to use for the red section in HTML color notation. Type:
string Default:
'#DC3912' |
redFrom |
The lowest value for a range marked by a red color. Type:
number Default: none
|
redTo |
The highest value for a range marked by a red color. Type:
number Default: none
|
width |
Width of the chart in pixels. Type:
number Default: Container's width
|
yellowColor |
The color to use for the yellow section in HTML color notation. Type:
string Default:
'#FF9900' |
yellowFrom |
The lowest value for a range marked by a yellow color. Type:
number Default: none
|
yellowTo |
The highest value for a range marked by a yellow color. Type:
number Default: none
|
Geochart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
datalessRegionColor |
Color to assign to regions with no associated data. Type:
string Default:
'#F5F5F5' |
defaultColor |
The color to use for data points in a geochart when the location
(e.g., Type:
string Default:
'#267114' |
displayMode |
Which type of geochart this is. The DataTable format must match the value specified. The following values are supported:
Type:
string Default: 'auto'
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
region |
The area to display on the geochart. Surrounding areas are displayed as well. Can be one of the following:
Type:
string Default: 'world'
|
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Histogram configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type: string or object /div>
Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
histogram.bucketSize |
Hardcode the size of each histogram bar, rather than letting it be determined algorithmically. Type:
number Default: auto
|
histogram.hideBucketItems |
Omit the thin divisions between the blocks of the histogram, making it into a series of solid bars. Type:
boolean Default:
false |
histogram.lastBucketPercentile |
When calculating the histogram's bucket size, ignore the top and bottom
Type:
number Default:
0 |
interpolateNulls |
Whether to guess the value of missing points. If
This is not supported by
Area charts with the
Type:
boolean Default:
false |
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean /string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart. To use
default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Line chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
curveType |
Controls the curve of the lines when the line width is not zero. Can be one of the following:
Type:
string Default: 'none'
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
interpolateNulls |
Whether to guess the value of missing points. If
This is not supported by
Area charts with the
Type:
boolean Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
lineWidth |
Data line width in pixels. Use zero to hide all lines and show only the points. You can
override values for individual series using the Type:
number Default:
2 |
pointShape |
The shape of individual data elements: Type:
string Default:
'circle' |
pointSize |
Diameter of displayed points in pixels. Use zero to hide all points. You can override values
for individual series using the Type:
number Default:
0 |
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart.
To use default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
treatLabelsAsText |
If set to Type:
boolean |
trendlines |
Displays
trendlines
on the charts that support them. By default,
Trendlines are specified on a per-series basis, so most of the time your options will look like this: var options = { trendlines: { 0: { type: 'linear', color: 'green', lineWidth: 3, opacity: 0.3, visibleInLegend: true } } } Type:
object Default:
null |
trendlines.n.color |
The color of the trendline , expressed as either an English color name or a hex string. Type:
string Default: default series color
|
trendlines.n.degree |
For
trendlines
of Type:
number Default:
3 |
trendlines.n.labelInLegend |
If set, the trendline will appear in the legend as this string. Type:
string Default:
null |
trendlines.n.lineWidth |
The line width of the trendline , in pixels. Type:
number Default:
2 |
trendlines.n.type |
Whether the
trendlines
is Type:
string Default:
linear |
trendlines.n.visibleInLegend |
Whether the trendline equation appears in the legend. It will appear in the trendline tooltip. Type:
boolean Default:
false |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Org chart configuration options
Name | |
---|---|
color |
The background color of the org chart elements. Type:
Default:
'#edf7ff' |
selectionColor |
The background color of selected org chart elements. Type:
string Default:
'#d6e9f8' |
size |
The overall size of the chart. Options include Type:
string Default:
'medium' |
Pie chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
is3D |
If Type:
boolean Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
pieHole |
If between Type:
number Default:
0 |
pieSliceBorderColor |
The color of the slice borders. Only applicable when the chart is two-dimensional. Type:
string Default:
'white' |
pieSliceText |
The content of the text displayed on the slice. Can be one of the following:
Type:
string Default:
'percentage' |
pieSliceTextStyle |
An object that specifies the slice text style. The object has this format: {color: <string>, fontName: <string>, fontSize: <number>}
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
slices.color |
The color to use for this slice. Type:
string |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
Scatter chart configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
curveType |
Controls the curve of the lines when the line width is not zero. Can be one of the following:
Type:
string Default: 'none'
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.gridlines |
An object with properties to configure the gridlines on the horizontal axis. Note that horizontal axis gridlines are drawn vertically. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
hAxis.gridlines.color |
The color of the horizontal gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
hAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area. If you specify a positive number for Type:
number Default:
-1 |
hAxis.logScale |
This option is only supported for a Type:
boolean Default:
false |
hAxis.maxValue |
Moves the max value of the horizontal axis to the specified value; this will be rightward in
most charts. Ignored if this is set to a value smaller than the maximum x-value of the data.
Type:
number Default: automatic
|
hAxis.minorGridlines |
An object with members to configure the minor gridlines on the horizontal axis, similar to
the
This option is only supported for a
Type:
object Default:
null |
hAxis.minorGridlines.color |
The color of the horizontal minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
hAxis.minorGridlines.count |
The Type:
number Default:
1 |
hAxis.minValue |
Moves the min value of the horizontal axis to the specified value; this will be leftward in
most charts. Ignored if this is set to a value greater than the minimum x-value of the data.
Type:
number Default: automatic
|
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
lineWidth |
Data line width in pixels. Use zero to hide all lines and show only the points. You can
override values for individual series using the Type:
number Default:
2 |
pointShape |
The shape of individual data elements: Type:
string Default:
'circle' |
pointSize |
Diameter of displayed points in pixels. Use zero to hide all points. You can override values
for individual series using the Type:
number Default:
0 |
series |
An array of objects, each describing the format of the corresponding series in the chart. To use
default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given,or you can specify an object where each child has a numeric key indicating which series it applies to. For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
treatLabelsAsText |
If set to Type:
boolean |
trendlines |
Displays
trendlines
on the charts that support them. By default,
Trendlines are specified on a per-series basis, so most of the time your options will look like this: var options = { trendlines: { 0: { type: 'linear', color: 'green', lineWidth: 3, opacity: 0.3, visibleInLegend: true } } } Type:
object Default:
null |
trendlines.n.color |
The color of the trendline , expressed as either an English color name or a hex string. Type:
string Default: default series color
|
trendlines.n.degree |
For
trendlines
of Type:
number Default:
3 |
trendlines.n.labelInLegend |
If set, the trendline will appear in the legend as this string. Type:
string Default:
null |
trendlines.n.lineWidth |
The line width of the trendline , in pixels. Type:
number Default:
2 |
trendlines.n.type |
Whether the
trendlines
is Type:
string Default:
linear |
trendlines.n.visibleInLegend |
Whether the trendline equation appears in the legend. It will appear in the trendline tooltip. Type:
boolean Default:
false |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
Stepped area chart configuration options
Name | |
---|---|
areaOpacity |
The default opacity of the colored area under an area chart series, where
Type:
number , 0.0- 1.0 Default:
0.3 |
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
backgroundColor.fill |
The chart fill color, as an HTML color string. Type:
string Default:
'white' |
chartArea |
An object with members to configure the placement and size of the chart area (where the chart
itself is drawn, excluding axis and legends). Two formats are supported: a number, or a
number followed by %. A simple number is a value in pixels; a number followed by % is a
percentage. Example: Type:
object Default:
null |
chartArea.backgroundColor |
Chart area background color. When a string is used, it can be either a hex string
(e.g.,
'#fdc' ) or an English color name. When an object is used, the following properties can
be provided:
Type:
string or object Default:
'white' |
chartArea.height |
Chart area height. Type:
number or string Default: auto
|
chartArea.left |
How far to draw the chart from the left border. Type:
number or string Default: auto
|
chartArea.top |
How far to draw the chart from the top border. Type:
number or string Default: auto
|
chartArea.width |
Chart area width. Type:
number or string Default: auto
|
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
hAxis |
An object with members to configure various horizontal axis elements. To specify properties of this object, you can use object literal notation, as shown here: { title: 'Hello', titleTextStyle: { color: '#FF0000' } } Type:
object Default:
null |
hAxis.direction |
The direction in which the values along the horizontal axis grow. Specify Type:
1 or -1 Default:
1 |
hAxis.textPosition |
Position of the horizontal axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
hAxis.textStyle |
An object that specifies the horizontal axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.title |
Type:
string Default:
null |
hAxis.titleTextStyle |
An object that specifies the horizontal axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
hAxis.viewWindow |
Specifies the cropping range of the horizontal axis. Type:
object Default:
null |
hAxis.viewWindow.max |
The maximum horizontal data value to render. Ignored when Type:
number Default: auto
|
hAxis.viewWindow.min |
The minimum horizontal data value to render. Ignored when Type:
number Default: auto
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
isStacked |
If set to
The The options for
For 100% stacking, the calculated value for each element will appear in the tooltip after its actual value.
The target axis will default to tick values based on the relative 0-1 scale as fractions
of 1 for
100% stacking only supports data values of type Type:
boolean / string Default:
false |
legend |
An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here: {position: 'top', textStyle: {color: 'blue', fontSize: 16}} Type:
object Default:
null |
legend.position |
Position of the legend. Can be one of the following:
Type:
string Default:
'right' |
legendTextStyle |
An object that specifies the legend text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
reverseCategories |
If set to
This option is only supported for a
Type:
boolean Default:
false |
series |
An array of objects, each describing the format of the corresponding series in the chart.
To use default values for a series, specify an empty object
You can specify either an array of objects, each of which applies to the series in the order given, or you can specify an object where each child has a numeric key indicating which series it applies to.For example, the following two declarations are identical, and declare the first series as black and absent from the legend, and the fourth as red and absent from the legend: series: [ {color: 'black', visibleInLegend: false}, {}, {}, {color: 'red', visibleInLegend: false} ] series: { 0:{color: 'black', visibleInLegend: false}, 3:{color: 'red', visibleInLegend: false} } Type: Array of objects, or object with nested objects
Default:
{} |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
theme |
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available:
Type:
string Default:
null |
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
treatLabelsAsText |
If set to Type:
boolean |
useFirstColumnAsDomain |
If set to Type:
boolean |
vAxes |
Specifies properties for individual vertical axes, if the chart has multiple vertical axes.
Each child object is a
To specify a chart with multiple vertical axes, first define a new axis using
{ series: { 2: { targetAxisIndex:1 } }, vAxes: { 1: { title:'Losses', textStyle: {color: 'red'} } } }
This property can be either an object or an array: the object is a collection of objects,
each with a numeric label that specifies the axis that it defines--this is the format shown
above; the array is an array of objects, one per axis. For example, the following array-style
notation is identical to the vAxes: [ {}, // Nothing specified for axis 0 { title:'Losses', textStyle: {color: 'red'} // Axis 1 } ] Type: Array of object, or object with child objects
Default:
null |
vAxis |
An object with members to configure various vertical axis elements. To specify properties of this object, you can use object literal notation, as shown here: {title: 'Hello', titleTextStyle: {color: '#FF0000'}} Type:
object Default:
null |
vAxis.direction |
The direction in which the values along the vertical axis grow. By default, low values
are on the bottom of the chart. Specify Type:
1 or -1 Default:
1 |
vAxis.gridlines |
An object with members to configure the gridlines on the vertical axis. Note that vertical axis gridlines are drawn horizontally. To specify properties of this object, you can use object literal notation, as shown here: {color: '#333', minSpacing: 20}
This option is only supported for a
Type:
object Default:
null |
vAxis.gridlines.color |
The color of the vertical gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default:
'#CCC' |
vAxis.gridlines.count |
The approximate number of horizontal gridlines inside the chart area.
If you specify a positive number for Type:
number Default:
-1 |
vAxis.logScale |
If Type:
boolean Default:
false |
vAxis.maxValue |
Moves the max value of the vertical axis to the specified value; this will be upward in most
charts. Ignored if this is set to a value smaller than the maximum y-value of the data.
Type:
number Default: automatic
|
vAxis.minorGridlines |
An object with members to configure the minor gridlines on the vertical axis, similar to the vAxis.gridlines option. Type:
object Default:
null |
vAxis.minorGridlines.color |
The color of the vertical minor gridlines inside the chart area. Specify a valid HTML color string. Type:
string Default: A blend of the gridline and background colors
|
vAxis.minorGridlines.count |
The Type:
number Default:
1 |
vAxis.minValue |
Moves the min value of the vertical axis to the specified value; this will be downward in
most charts. Ignored if this is set to a value greater than the minimum y-value of the data.
Type:
number Default:
null |
vAxis.textPosition |
Position of the vertical axis text, relative to the chart area. Supported values: Type:
string Default:
'out' |
vAxis.textStyle |
An object that specifies the vertical axis text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.title |
Specifies a title for the vertical axis. Type:
string Default: no title
|
vAxis.titleTextStyle |
An object that specifies the vertical axis title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
vAxis.viewWindow |
Specifies the cropping range of the vertical axis. Type:
object Default:
null |
vAxis.viewWindow.max |
The maximum vertical data value to render. Ignored when Type:
number Default: auto
|
vAxis.viewWindow.min |
The minimum vertical data value to render. Ignored when Type:
number Default: auto
|
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Table chart configuration options
Name | |
---|---|
alternatingRowStyle |
Determines if an alternating color style will be assigned to odd and even rows. Type:
boolean Default:
true |
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
page |
If and how to enable paging through the data. Choose one of the following
Type:
string Default:
'disable' |
pageSize |
The number of rows in each page, when paging is enabled with the page option. Type:
number Default:
10 |
showRowNumber |
If set to Type:
boolean Default:
false |
sort |
If and how to sort columns when the user clicks a column heading. If sorting is enabled,
consider setting the
Type:
string Default:
'enable' |
sortAscending |
The order in which the initial sort column is sorted. Type:
boolean Default:
true |
sortColumn |
An index of a column in the data table, by which the table is initially sorted. The column is marked with a small arrow indicating the sort order. Type:
number Default:
-1 |
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Timeline configuration options
Name | |
---|---|
backgroundColor |
The background color for the main area of the chart. Can be either a simple HTML color string,
for example: Type:
string or object Default:
'white' |
colors |
The colors to use for the chart elements. An array of strings, where each element is an HTML
color string, for example: Type: Array of strings
Default: default colors
|
height |
Height of the chart in pixels. Type:
number Default: height of the containing element
|
width |
Width of the chart in pixels. Type:
number Default: width of the containing element
|
Tree map configuration options
Name | |
---|---|
headerColor |
The color of the header section for each node. Specify an HTML color value. Type:
string Default:
#988f86 |
maxColor |
The color for a rectangle with a column 3 value of Type:
string Default:
#00dd00 |
maxDepth |
The maximum number of node levels to show in the current view. Levels are flattened
into the current plane. If your tree has more levels than this, you must go up or
down to see them. You can additionally see Type:
number Default:
1 |
maxPostDepth |
How many levels of nodes beyond Type:
number Default:
0 |
midColor |
The color for a rectangle with a column 3 value midway between Type:
string Default:
#000000 |
minColor |
The color for a rectangle with the column 3 value of Type:
string Default:
#dd0000 |
noColor |
The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value. Type:
string Default:
#000000 |
subtitle |
Text to display below the chart title. Type:
string Default: no title
|
subtitleTextStyle |
An object that specifies the title text style.
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
textStyle |
An object that specifies the title text style. The color can be any HTML
color string, for example: Type:
object Default: {color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|
title |
Text to display above the chart. Type:
string Default: no title
|
titleTextStyle |
An object that specifies the title text style. The object has this format: { color: <string>, fontName: <string>, fontSize: <number>, bold: <boolean>, italic: <boolean> }
The Type:
object
Default:
{color: 'black', fontName: <global-font-name>, fontSize: <global-font-size>}
|