Gap
lines
areas
markers
tension
shadows
hAxis/vAxis
Areas Y Y Y Y Y
Bars Y
ClusteredBars Y
Columns
Grid
Lines Y Y Y Y Y
Markers Y Y Y Y Y
MarkersOnly Y Y Y Y Y
Pie
Scatter
Stacked
StackedAreas Y Y Y Y Y
StackedBars Y
StackedColumns Y
StackedLines Y Y Y Y Y
The Charting Axis
Similar to addPlot, the chart has a method called addAxis that takes two parameters; a name
and an arguments object. These draw the axis on the chart/
chart.addAxis(name, arguments)
examples:
chart.addAxis("x");
chart.addAxis("y", {vertical: true});
The options for the Axis include:
• vertical – Set to true if this defines a vertical axis
• includeZero – either true or false to include zero in the axis
• fixLower – Defines where the ticks appear. Choices are:
◦ major
◦ minor
◦ micro
◦ none
• fixUpper
• majorLabels – A boolean. If true, majorLabels are shown.
Page 212
Comentários a estes Manuais