background preloader

Cool 2.0 & etc...

Facebook Twitter

Being a Production Coordinator for higher education is interesting, challenging, and fun. There is a lot of Instructional Design and creative technology connected with the job.

This Pearltrees site will reflect the resources used to build online courses. Bb9.1ToolGuide. Spicynodes : Home. SMARTBoard. Techtorials - Practical Technology Guides. Beautiful Word Clouds. Tagxedo - Word Cloud with Styles.

Tagul - Gorgeous tag clouds. Draw Diagrams Online using Collaborative Diagram Tools. Infographics & Data Visualizations - Visual.ly. TagCrowd: make your own tag cloud from any text. Visualization: Pie Chart - Google Chart Tools. Overview A pie chart that is rendered within the browser using SVG or VML. Displays tooltips when hovering over slices. Example var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], ['Work', 11], ['Eat', 2], ['Commute', 2], ['Watch TV', 2], ['Sleep', 7] ]); var chart = new google.visualization.PieChart(document.getElementById('piechart')); chart.draw(data, options); } </script> </head> <body> <div id="piechart" style="width: 900px; height: 500px;"></div> </body></html> Making a 3D Pie Chart If you set the is3D option to true, your pie chart will be drawn as though it has three dimensions: is3D is false by default, so here we explicitly set it to true: var chart = new google.visualization.PieChart(document.getElementById('piechart_3d')); chart.draw(data, options); } </script> </head> <body> <div id="piechart_3d" style="width: 900px; height: 500px;"></div> </body></html> Making a Donut Chart A donut chart is a pie chart with a hole in the center.

Rotating a Pie Chart Loading.