Factmint Charts is used to progressively enhance HTML tables into interactive SVG data visualizations. This plugin provides shortcodes for creating those charts. Current charts available are:
- Pie Chart = [factmint-pie]
- Doughnut Chart = [factmint-doughnut]
- Line Chart = [factmint-line]
- Stacked Area Chart = [factmint-stacked-area]
- Candlestick Chart = [factmint-candlestick]
- Scatter Graph = [factmint-scatter]
- Bubble Chart = [factmint-bubble]
- Bar (or column) Chart = [factmint-column-bar]
Full documentation for the charts can be found at
http://factmint.com/charts/
IMPORTANT: you need to register your domain at
http://charts.factmint.com (log in required) for charts to render.
IMPORTANT: Factmint Charts will add a small "Powered by Factmint" link below each chart.
Example usage:
[factmint-pie]
Country, Population
UK, 70000000
France, 90000000
Germant, 120000000
[/factmint-pie]