Google Charts

For more information, see Getting Started with Charts

$args = [
	'cht' => 'p3',
	'chs' => '500x200',
	'chd' => 't:' . round( esc_html( $product->dm_protein ) ) . ',' . round( esc_html( $product->dm_fat ) ) . ',' . round( esc_html( $product->dm_carbs ) ),
	'chl' => 'Protein|Fat|Carbs',
];
echo '<img src="' . add_query_arg( $args, 'https://chart.googleapis.com/chart' ) . '" class="aligncenter" alt="chart" />';
Bill Erickson

Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk