Google Charts
Line chart
You can smooth the lines by setting the curveType
option to function
:
Area Chart
An area chart that is rendered within the browser using SVG
or VML
. Displays tips when hovering over points.
Column Chart
A column chart is a vertical bar chart rendered in the browser using SVG or VML, whichever is appropriate for the user's browser.
Bar Charts
Google bar charts are rendered in the browser using SVG or VML,whichever is appropriate for the user's browser.
Stacked column charts
A stacked column chart is a column chart that places related values atop one another. If there are any negative values, they are stacked in reverse order below the chart's baseline.
Stacked bar charts
A stacked bar chart is a bar chart that places related values atop one another. If there are any negative values,they are stacked in reverse order below the chart's axis baseline.
Pie Chart
A pie chart that is rendered within the browser using SVG or VML. Displays tooltips when hovering over slices.
Donut Chart
A donutchart is a pie chart with a hole in the center. You can create donut charts with the pieHole
option:
3D Pie Chart
If you set the is3D
option to true
,your pie chart will be drawn as though it has three dimensions:
Exploding a Slice
You can separate pie slices from the rest of the chart with the offset
property of the slices
option: