Google Chart Image Chart Venn Chart Interfacing Primer Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

Google Chart Image Chart Venn Chart Interfacing Primer Tutorial

Google Chart Image Chart Venn Chart Interfacing Primer Tutorial

So, moving on from Google Charts Image Chart Map Charts, today, letโ€™s turn our attention to Google Charts Image Chart Venn Charts which we were dead set curious about given work weโ€™d done in the past regarding Venn Diagrams, which we referenced when we presented Flowchart and Venn Diagram and Mind Map Token Subject Emoji Tutorial some time back. Gobsmackingly good is the Google approach, again, as youโ€™d expect, but the approach covers different ground, so one feels one should go back to Primary School! You thought we were going to give away the answer to one of those security questions, didnโ€™t you?! Didnโ€™t you!?! Well, the answer is โ€œGryffindor Slytherin Ravenclaw Hufflepuff Junior Business Collegeโ€ โ€ฆ if you must know.

The sharing capabilities are good with the Google Charts approach too, given we are creating an HTML image, as our WordPress blog good olโ€™ 404.php has been woken up to address via โ€ฆ

<?php


if (strpos(('?' . $_SERVER['QUERY_STRING']), '?cht=') !== false || strpos(('?' . $_SERVER['QUERY_STRING']), '&cht=') !== false) {



$theqs=str_replace('??','?',('?' . $_SERVER['QUERY_STRING']));

if (strpos($theqs, '?chs=') === false && strpos($theqs, '&chs=') === false) {

$theqs='?chs=' . $newWidth . 'x' . $newHeight . '&' . explode('?', $theqs)[1];

}




header('Content-Type: image/png');

echo file_get_contents('http://chart.googleapis.com/chart' . $theqs);

exit;



}


?>

Yes, all these Image Chart smarts come, essentially, from a โ€œone lineโ€ calling URL! Whoโ€™d have believed it! Shiver me timbers!

Well, itโ€™s early days with this Venn Chart interfacing where we allow for โ€ฆ

  • circle (think up to three) definition โ€ฆ and the rest, in this first draft (hoping youโ€™ve done some reading) โ€ฆ
  • legend and title and colour selection user definitions dumped into a fairly unfriendly โ€œthe restโ€ Javascript prompt entry we ask of the user should they go ahead with the previous definition โ€ฆ and โ€ฆ
  • sharing and collaboration email and SMS functionality

โ€ฆ we hope you try via our โ€œproof of conceptโ€ first draft image_vennโšซhtml Google Chart Image Chart Venn Chart interfacing web application you can also try below โ€ฆ

If this was interesting you may be interested in this too.

This entry was posted in eLearning, Event-Driven Programming, GUI, Tutorials and tagged , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *