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 the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

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

Let's Talk