<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
><channel><title>WebAppers &#187; Charts</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 19 Mar 2010 07:01:23 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Grafico &#8211; Charting Library Built with Raphaël and Prototype</title><link>http://www.webappers.com/2010/02/11/grafico-charting-library-built-with-raphael-and-prototype/</link> <comments>http://www.webappers.com/2010/02/11/grafico-charting-library-built-with-raphael-and-prototype/#comments</comments> <pubDate>Thu, 11 Feb 2010 07:01:43 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2442</guid> <description><![CDATA[Grafico is a javascript charting library built with Raphaël and Prototype.js. The library provides a wide array of graphs and stays with the guidelines laid out by Stephen Few and Edward Tufte. Grafico provides pretty charts that effectively communicate their information.
This means you get awesome graphs such as stacked area charts and sparklines, but no [...]]]></description> <content:encoded><![CDATA[<p><a
title="Grafico" href="http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/" target="_blank">Grafico</a> is a <strong>javascript charting library built with Raphaël and Prototype.js</strong>. The library provides a wide array of graphs and stays with the guidelines laid out by Stephen Few and Edward Tufte. Grafico provides pretty charts that effectively communicate their information.</p><p>This means you get awesome graphs such as stacked area charts and sparklines, but no pie charts or bar charts with every bar a different color. Each graph type has numerous API options to customize it’s look and behavior. Some highlights: pop-up hovers, meanlines and watermarks. Minified, Grafico is about 30kb and available under the MIT license.</p><p
style="text-align: center;"><a
title="Grafico" href="http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/" target="_blank"><img
class="size-full wp-image-2443 aligncenter" title="frafico" src="http://www.webappers.com/img/2010/02/frafico.jpg" alt="frafico" width="480" height="165" /></a></p><blockquote><p>Requirements:  Raphaël and Prototype.js<br
/> Demo: <a
title="demo" rel="nofollow" href="http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/" target="_blank">http://kilianvalkhof.com/2010/design/grafico-javascript-charting-library/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/06/07/99/" rel="bookmark" title="June 7, 2007">Solutoire Lightweight Plotr with Prototype</a></li><li><a
href="http://www.webappers.com/2008/10/04/raphael-simplify-your-work-with-vector-graphics/" rel="bookmark" title="October 4, 2008">Raphaël Simplify Your Work with Vector Graphics</a></li><li><a
href="http://www.webappers.com/2007/10/08/how-to-create-professional-3d-pie-charts-in-illustrator/" rel="bookmark" title="October 8, 2007">How to Create Professional 3D Pie Charts in Illustrator</a></li><li><a
href="http://www.webappers.com/2009/10/29/use-facebook-connect-on-your-site-with-mu/" rel="bookmark" title="October 29, 2009">Use Facebook Connect on Your Site with Mu</a></li><li><a
href="http://www.webappers.com/2008/07/30/flotr-javascript-ploting-library-with-documentation/" rel="bookmark" title="July 30, 2008">Flotr Javascript Ploting Library with Documentation</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/11/grafico-charting-library-built-with-raphael-and-prototype/feed/</wfw:commentRss> </item> <item><title>Produce Interactive Charts of Time Series with dygraphs</title><link>http://www.webappers.com/2009/12/15/produce-interactive-charts-of-time-series-with-dygraphs/</link> <comments>http://www.webappers.com/2009/12/15/produce-interactive-charts-of-time-series-with-dygraphs/#comments</comments> <pubDate>Tue, 15 Dec 2009 07:01:21 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2127</guid> <description><![CDATA[dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them. You can mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom back out. Change the number and hit [...]]]></description> <content:encoded><![CDATA[<p><a
title="dygraphs" href="http://www.danvk.org/dygraphs/" target="_blank">dygraphs</a> is an <strong>open source JavaScript library that produces produces interactive, zoomable charts of time series</strong>. It is designed to display dense data sets and enable users to explore and interpret them. You can mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom back out. Change the number and hit enter to adjust the averaging period.</p><p>Another significant feature of the <a
title="dygraphs" href="http://www.danvk.org/dygraphs/" target="_blank">dygraphs</a> library is the ability to display error bars around data series. dygraphs is purely client-side JavaScript. It does not send your data to any servers – the data is processed entirely in the client&#8217;s browser.</p><p
style="text-align: center;"><a
title="dygraphs" href="http://www.danvk.org/dygraphs/" target="_blank"><img
class="size-full wp-image-2128 aligncenter" title="dygraphs-javascript" src="http://www.webappers.com/img/2009/12/dygraphs-javascript.jpg" alt="dygraphs-javascript" width="480" height="230" /></a></p><blockquote><p>Requirements: JavaScript Enabled<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.danvk.org/dygraphs/" target="_blank">http://www.danvk.org/dygraphs/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/08/02/dhtml-ajax-timeplot-for-plotting-time-series-and-events/" rel="bookmark" title="August 2, 2007">DHTML AJAX Timeplot for Plotting Time Series and Events</a></li><li><a
href="http://www.webappers.com/2007/12/06/flot-pure-javascript-plotting-library-for-jquery/" rel="bookmark" title="December 6, 2007">Flot Pure Javascript Plotting Library for jQuery</a></li><li><a
href="http://www.webappers.com/2009/12/12/client-side-file-generator-with-javascript-flash-10/" rel="bookmark" title="December 12, 2009">Client-Side File Generator with Javascript &#038; Flash 10+</a></li><li><a
href="http://www.webappers.com/2008/06/21/magic-toolbox-javascript-and-flash-image-zoom-tools/" rel="bookmark" title="June 21, 2008">Magic Toolbox &#8211; Javascript and Flash Image Zoom Tools</a></li><li><a
href="http://www.webappers.com/2009/05/30/phpjs-port-php-functions-to-javascript/" rel="bookmark" title="May 30, 2009">PHP.JS &#8211; Port PHP Functions to Javascript</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/15/produce-interactive-charts-of-time-series-with-dygraphs/feed/</wfw:commentRss> </item> <item><title>New Interactive Charting Library in Pure Javascript</title><link>http://www.webappers.com/2009/12/02/new-interactive-charting-library-in-pure-javascript/</link> <comments>http://www.webappers.com/2009/12/02/new-interactive-charting-library-in-pure-javascript/#comments</comments> <pubDate>Wed, 02 Dec 2009 07:01:19 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Charts]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2058</guid> <description><![CDATA[Highcharts JS is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts JS currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.
It works in all modern browsers including the iPhone and Internet Explorer from version 6. Setting [...]]]></description> <content:encoded><![CDATA[<p><a
title="HighCharts JS" href="http://www.highcharts.com/" target="_blank">Highcharts JS</a> is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts JS currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.</p><p>It works in all modern browsers including the iPhone and Internet Explorer from version 6. Setting the Highcharts configuration options requires no special programming skills. The options are given in a JavaScript object notation structure, which is basically a set of keys and values connected by colons, separated by commas and grouped by curly brackets.</p><p>On hovering the chart, <a
title="HighCharts JS" href="http://www.highcharts.com/" target="_blank">Highcharts JS</a> can display a tooltip text with information on each point and series. By zooming in on a chart you can examine an especially interesting part of the data more closely. Zooming can be in the X or Y dimension, or both. Highcharts is licensed under a Creative Commons Attribution-NonCommercial 3.0 License.</p><p
style="text-align: center;"><a
title="HighCharts JS" href="http://www.highcharts.com/" target="_blank"><img
class="size-full wp-image-2059 aligncenter" title="highcharts" src="http://www.webappers.com/img/2009/12/highcharts.jpg" alt="highcharts" width="480" height="172" /></a></p><blockquote><p>Requirements: Javascript Enabled<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.highcharts.com/demo" target="_blank">http://www.highcharts.com/demo</a><br
/> License: Creative Commons License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/" rel="bookmark" title="February 6, 2009">JS Charts &#8211; Free Javascript Chart Generator</a></li><li><a
href="http://www.webappers.com/2007/08/15/boxover-dhtmljavascript-lightweight-tooltips/" rel="bookmark" title="August 15, 2007">BoxOver DHTML/Javascript Lightweight Tooltips</a></li><li><a
href="http://www.webappers.com/2007/06/08/ajax-auto-suggest-auto-complete-textfield/" rel="bookmark" title="June 8, 2007">Ajax Auto-Suggest / Auto-Complete Textfield</a></li><li><a
href="http://www.webappers.com/2007/08/15/prototip-most-features-tooltips-for-prototype/" rel="bookmark" title="August 15, 2007">Prototip Most Features Tooltips for Prototype</a></li><li><a
href="http://www.webappers.com/2008/11/03/everything-you-know-about-css-is-wrong/" rel="bookmark" title="November 3, 2008">Everything You Know About CSS Is Wrong</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/02/new-interactive-charting-library-in-pure-javascript/feed/</wfw:commentRss> </item> <item><title>Create Charts &amp; Graphs from Tables using HTML 5 Canvas</title><link>http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/</link> <comments>http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/#comments</comments> <pubDate>Tue, 07 Jul 2009 07:05:07 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1625</guid> <description><![CDATA[Filament Group wrote an article describing how to use JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element. The technique is particularly useful because the data for the visualization already exists in the page in structured tabular format, making it accessible to people who browse the web [...]]]></description> <content:encoded><![CDATA[<p><strong>Filament Group</strong> wrote an article describing how to use JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element. The technique is particularly useful because the data for the visualization already exists in the page in structured tabular format, making it accessible to people who browse the web with a screen reader or other assistive technology.</p><p>Now they have rewritten and extended the code behind the technique and packaged it up as a new jQuery plugin called &#8220;<a
title="Visualize" href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas" target="_blank"><strong>Visualize</strong></a>&#8220;, which you can download. The plugin provides a simple method for generating bar, line, area, and pie charts from an HTML table, and allows you to configure them in a variety of ways.</p><p
style="text-align: center;"><a
title="Visualize" href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas" target="_blank"><img
src="http://www.webappers.com/img/2009/07/visualize.jpg" alt="jQuery Visualize Plugin" /></a></p><blockquote><p>Requirements: IE6, IE7, IE8, Firefox 2, Firefox 3.5, Safari 3 and 4, Opera 9<br
/> Demo: <a
rel="nofollow" title="demo" href="http://www.filamentgroup.com/examples/charting_v2/index_2.php" target="_blank">http://www.filamentgroup.com/examples/charting_v2/index_2.php</a><br
/> License:  MIT, GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/11/26/fixed-position-table-header-jquery-plugin/" rel="bookmark" title="November 26, 2009">Fixed Position Table Header jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2007/06/07/amcharts-interactive-flash-charts-for-developers/" rel="bookmark" title="June 7, 2007">AmCharts Interactive Flash Charts for Developers</a></li><li><a
href="http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/" rel="bookmark" title="February 6, 2009">JS Charts &#8211; Free Javascript Chart Generator</a></li><li><a
href="http://www.webappers.com/2008/12/10/how-to-create-digg-spy-effect-with-jquery/" rel="bookmark" title="December 10, 2008">How to Create Digg Spy Effect with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/feed/</wfw:commentRss> </item> <item><title>Axiis &#8211; Open Source Data Visualization Framework</title><link>http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/</link> <comments>http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/#comments</comments> <pubDate>Thu, 21 May 2009 07:01:55 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1579</guid> <description><![CDATA[Axiis is an open source data visualization framework designed for beginner and expert developers alike. Axiis gives developers the ability to expressively define their data visualizations through concise and intuitive markup.
Axiis provides both pre-built visualization components as well as abstract layout patterns and rendering classes that allow you to create your own unique visualizations. Axiis [...]]]></description> <content:encoded><![CDATA[<p><a
title="Axiis" href="http://www.axiis.org/" target="_blank"><strong>Axiis</strong></a> is an open source data visualization framework designed for beginner and expert developers alike. Axiis gives developers the ability to expressively define their data visualizations through concise and intuitive markup.</p><p>Axiis provides both pre-built visualization components as well as abstract layout patterns and rendering classes that allow you to create your own unique visualizations. Axiis was designed to be a granular framework, allowing developers to mix and match components and build complex output by compositing together basic building blocks.</p><p
style="text-align: center;"><a
title="Axiis" href="http://www.axiis.org/" target="_blank"><img
src="http://www.webappers.com/img/2009/05/axiis-charts.png" alt="Axiis Charts" /></a></p><p><a
title="Axiis" href="http://www.axiis.org/" target="_blank">Axiis</a> is an open source project, under an MIT license. This means you can use it for personal projects, commercial work, and pretty much anything you can think of with no restrictions.</p><blockquote><p>Requirements: Degrafa Graphics Framework &amp; Adobe Flex 3<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.axiis.org/examples.html" target="_blank">http://www.axiis.org/examples.html</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/11/01/flare-visualize-charts-and-complex-animations-on-the-web/" rel="bookmark" title="November 1, 2007">Flare &#8211; Visualize Charts and Complex Animations on the Web</a></li><li><a
href="http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/" rel="bookmark" title="September 22, 2008">Sparklines and Accessible Data Visualization</a></li><li><a
href="http://www.webappers.com/2008/11/26/tour-de-flex-explore-flex-capabilities-and-resources/" rel="bookmark" title="November 26, 2008">Tour de Flex &#8211; Explore Flex Capabilities and Resources</a></li><li><a
href="http://www.webappers.com/2010/01/23/open-source-jsf-library-for-creating-ui-for-web-apps/" rel="bookmark" title="January 23, 2010">Open Source JSF Library for Creating UI for Web Apps</a></li><li><a
href="http://www.webappers.com/2010/03/03/a-smarter-way-to-apply-progressive-enhancement/" rel="bookmark" title="March 3, 2010">A Smarter Way to Apply Progressive Enhancement</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/feed/</wfw:commentRss> </item> <item><title>Protovis &#8211; Visualization Toolkit for Javascript using Canvas</title><link>http://www.webappers.com/2009/03/25/protovis-visualization-toolkit-for-javascript-using-canvas/</link> <comments>http://www.webappers.com/2009/03/25/protovis-visualization-toolkit-for-javascript-using-canvas/#comments</comments> <pubDate>Wed, 25 Mar 2009 07:01:53 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Charts]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1528</guid> <description><![CDATA[Protovis is a visualization toolkit for JavaScript using the canvas element. It takes a graphical approach to data visualization, composing custom views of data with simple graphical primitives like bars and dots. These primitives are called marks, and each mark encodes data visually through dynamic properties such as color and position. Although marks are simple [...]]]></description> <content:encoded><![CDATA[<p><a
title="Protovis" href="http://vis.stanford.edu/protovis/" target="_blank">Protovis</a> is a visualization toolkit for JavaScript using the canvas element. It takes a graphical approach to data visualization, composing custom views of data with simple graphical primitives like bars and dots. These primitives are called marks, and each mark encodes data visually through dynamic properties such as color and position. Although marks are simple by themselves, you can combine them in interesting ways to make rich, interactive visualizations.</p><p>To facilitate this, <a
title="Protovis" href="http://vis.stanford.edu/protovis/" target="_blank">Protovis</a> supports panels and inheritance. A panel is a container for marks; the contained marks are replicated for each data point on the panel. You can vary the panel position to create small multiple displays, or you can overlay panels. Inheritance lets you derive new marks from existing ones, while sharing some or all of the same properties. This is the same principle as cascading in CSS, or prototypal inheritance in JavaScript.</p><p><strong>Please note</strong>: Protovis is in its early stages of development. At the moment, they only support Firefox 3, but they plan on adding support for Chrome and Safari 4.</p><p
style="text-align: center;"><a
title="Protovis" href="http://vis.stanford.edu/protovis/" target="_blank"><img
src="http://www.webappers.com/img/2009/03/protovis.jpg" alt="Protovis" /></a></p><blockquote><p>Requirements: Firefox 3<br
/> Demo: <a
rel="nofollow" href="http://vis.stanford.edu/protovis/ex/" target="_blank">http://vis.stanford.edu/protovis/ex/</a><br
/> License: BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/06/04/how-to-implement-docking-functionality-with-jquery/" rel="bookmark" title="June 4, 2009">How to Implement Docking Functionality with jQuery</a></li><li><a
href="http://www.webappers.com/2009/06/22/less-an-extension-to-css/" rel="bookmark" title="June 22, 2009">Less &#8211; An Extension to CSS</a></li><li><a
href="http://www.webappers.com/2008/05/09/javascript-information-visualization-toolkit/" rel="bookmark" title="May 9, 2008">Javascript Information Visualization Toolkit</a></li><li><a
href="http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/" rel="bookmark" title="September 22, 2008">Sparklines and Accessible Data Visualization</a></li><li><a
href="http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/" rel="bookmark" title="July 7, 2009">Create Charts &#038; Graphs from Tables using HTML 5 Canvas</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/03/25/protovis-visualization-toolkit-for-javascript-using-canvas/feed/</wfw:commentRss> </item> <item><title>Lovely Charts &#8211; Free Online Diagramming Application</title><link>http://www.webappers.com/2009/02/10/lovely-charts-free-online-diagramming-application/</link> <comments>http://www.webappers.com/2009/02/10/lovely-charts-free-online-diagramming-application/#comments</comments> <pubDate>Tue, 10 Feb 2009 07:01:47 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1492</guid> <description><![CDATA[Diagrams are great, because they are a very simple and extremely efficient way to intelligibly represent even the most complex ideas. But drawing diagrams can also be very complicated, simply because most diagramming softwares require you to draw.
Lovely Charts is an online diagramming application, that allows you to create professional looking diagrams of all kinds, [...]]]></description> <content:encoded><![CDATA[<p>Diagrams are great, because they are a very simple and extremely efficient way to intelligibly represent even the most complex ideas. But drawing diagrams can also be very complicated, simply because most diagramming softwares require you to draw.</p><p><a
title="Lovely Charts - Online Diagramming Application" href="http://www.lovelycharts.com/" target="_blank">Lovely Charts</a> is an online diagramming application, that allows you to create professional looking diagrams of all kinds, such as flowcharts, sitemaps, organisation charts, wireframes, and many more&#8230; for free.</p><p>With Lovely Charts&#8217;s extremely simple and intuitive drag&#8217;n drop drawing mechanism, you&#8217;ll be able to focus on what really matters. You won&#8217;t have to draw boxes and arrows, you won&#8217;t have to worry about what symbol to use.</p><p
style="text-align: center;"><a
title="Lovely Charts - Online Diagramming Application" href="http://www.lovelycharts.com/" target="_blank"><img
src="http://www.webappers.com/img/2009/02/charts.png" alt="Free Online Diagramming Application" /></a></p><blockquote><p>Source: <a
title="Lovely Charts - Online Diagramming Application" rel="nofollow" href="http://www.lovelycharts.com/" target="_blank">Lovely Charts </a></p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/" rel="bookmark" title="February 6, 2009">JS Charts &#8211; Free Javascript Chart Generator</a></li><li><a
href="http://www.webappers.com/2009/11/24/hotgloo-intuitive-online-wireframe-application/" rel="bookmark" title="November 24, 2009">HotGloo &#8211; Intuitive Online WireFrame Application</a></li><li><a
href="http://www.webappers.com/2009/03/10/rendering-text-with-javascript-canvas-and-vml/" rel="bookmark" title="March 10, 2009">Rendering Text with Javascript, Canvas and VML</a></li><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2007/06/07/amcharts-interactive-flash-charts-for-developers/" rel="bookmark" title="June 7, 2007">AmCharts Interactive Flash Charts for Developers</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/02/10/lovely-charts-free-online-diagramming-application/feed/</wfw:commentRss> </item> <item><title>JS Charts &#8211; Free Javascript Chart Generator</title><link>http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/</link> <comments>http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/#comments</comments> <pubDate>Fri, 06 Feb 2009 07:01:32 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Charts]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1489</guid> <description><![CDATA[JS Charts is a free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting (i.e. performed by your web browser). No additional plugins or server modules are required. Just include the scripts, prepare your chart [...]]]></description> <content:encoded><![CDATA[<p><a
title="Free Javascript Based Chart Generator" href="http://www.jscharts.com/" target="_blank">JS Charts</a> is a free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting (i.e. performed by your web browser). No additional plugins or server modules are required. Just include the scripts, prepare your chart data in XML or JavaScript Array and your chart is ready.</p><p>JS Charts lets you create charts in different templates like bar charts, pie charts or simple line graphs. It&#8217;s compatible with most web browsers. And it is It&#8217;s free to use and watermark-free.</p><p
style="text-align: center;"><a
title="Free Javascript Based Chart Generator" href="http://www.jscharts.com/" target="_blank"><img
src="http://www.webappers.com/img/2009/02/js-charts.png" alt="JS Charts - Free Javascript Based Chart Generator" /></a></p><blockquote><p>Requirements: Firefox 1.5 +, IE 6, Safari 3.1 +, Opera 9 +<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.jscharts.com/examples" target="_blank">http://www.jscharts.com/examples</a><br
/> License: Creative Commons 3.0 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2009/12/02/new-interactive-charting-library-in-pure-javascript/" rel="bookmark" title="December 2, 2009">New Interactive Charting Library in Pure Javascript</a></li><li><a
href="http://www.webappers.com/2007/06/07/amcharts-interactive-flash-charts-for-developers/" rel="bookmark" title="June 7, 2007">AmCharts Interactive Flash Charts for Developers</a></li><li><a
href="http://www.webappers.com/2007/07/17/emprise-100-pure-javascript-interactive-charts/" rel="bookmark" title="July 17, 2007">Emprise 100% Pure Javascript Interactive Charts</a></li><li><a
href="http://www.webappers.com/2007/12/09/include-a-chart-in-a-webpage-with-google-chart-api/" rel="bookmark" title="December 9, 2007">Include a Chart in a Webpage with Google Chart API</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/02/06/js-charts-free-javascript-chart-generator/feed/</wfw:commentRss> </item> <item><title>Chronoscope &#8211; Open Source Charting Platform for GWT</title><link>http://www.webappers.com/2008/10/27/chronoscope-open-source-charting-platform-for-gwt/</link> <comments>http://www.webappers.com/2008/10/27/chronoscope-open-source-charting-platform-for-gwt/#comments</comments> <pubDate>Mon, 27 Oct 2008 07:01:44 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Charts]]></category> <category><![CDATA[LGPL License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1398</guid> <description><![CDATA[Chronoscope is an open source release of a charting and visualization platform for GWT, used as the centerpiece of Timepedia&#8217;s website. Chronoscope provides a high performance, cross browser platform for visualizing possibly large and complex datasets. It supports interactive framerates on datasets with tens of thousands of points by using multiresolution representation and incremental streaming.
When [...]]]></description> <content:encoded><![CDATA[<p><a
title="Timepedia Chronoscope" href="http://timepedia.org/chronoscope/" target="_blank">Chronoscope</a> is an open source release of a charting and visualization platform for GWT, used as the centerpiece of Timepedia&#8217;s website. Chronoscope provides a high performance, cross browser platform for visualizing possibly large and complex datasets. It supports interactive framerates on datasets with tens of thousands of points by using multiresolution representation and incremental streaming.</p><p>When the number of points about to be plotted exceeds a certain heuristic, Chronoscope falls back to a lower resolution representation of the dataset, which can be provided by the user, or automatically calculated by various filtering algorithms. This is similar to mip-mapping techniques commonly used in 3D graphics to reduce bandwidth and decrease aliasing. It also gives non-programmers intuitive controls over almost every aspect of the look of a visualization.</p><p
style="text-align: center;"><a
title="Timepedia Chronoscope" href="http://timepedia.org/chronoscope/" target="_blank"><img
src="http://www.webappers.com/img/chronoscope.png" alt="Timepedia Chronoscope" /></a></p><blockquote><p>Requirements: Google Web Toolkit<br
/> Demo: <a
rel="nofollow" href="http://timepedia.org/chronoscope/" target="_blank">http://timepedia.org/chronoscope/</a><br
/> License: LGPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/05/09/javascript-information-visualization-toolkit/" rel="bookmark" title="May 9, 2008">Javascript Information Visualization Toolkit</a></li><li><a
href="http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/" rel="bookmark" title="September 22, 2008">Sparklines and Accessible Data Visualization</a></li><li><a
href="http://www.webappers.com/2009/01/14/useful-web-application-user-interface-techniques/" rel="bookmark" title="January 14, 2009">Useful Web Application User Interface Techniques</a></li><li><a
href="http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/" rel="bookmark" title="May 21, 2009">Axiis &#8211; Open Source Data Visualization Framework</a></li><li><a
href="http://www.webappers.com/2009/05/18/useful-web-caching-tutorial-for-webmasters/" rel="bookmark" title="May 18, 2009">Useful Web Caching Tutorial for Webmasters</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/10/27/chronoscope-open-source-charting-platform-for-gwt/feed/</wfw:commentRss> </item> <item><title>Sparklines and Accessible Data Visualization</title><link>http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/</link> <comments>http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/#comments</comments> <pubDate>Mon, 22 Sep 2008 07:01:49 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Charts]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1344</guid> <description><![CDATA[What if we want to include data visualization as an integral part of the site, not just an isolated figure or an interactive chart? When we’re designing interfaces for browsing data-driven sites, it’s valuable to be able to create navigation elements that are also visualization tools. We can keep the user informed as they explore, [...]]]></description> <content:encoded><![CDATA[<p>What if we want to include data visualization as an integral part of the site, not just an isolated figure or an interactive chart? When we’re designing interfaces for browsing data-driven sites, it’s valuable to be able to create navigation elements that are also visualization tools. We can keep the user informed as they explore, so they can make better decisions about what they’re looking at and what they’re clicking on.</p><p>What we need is something in between—markup that’s appropriate for navigation, but with some extra hooks for semantics and structure.</p><p>A List Apart has published an article of &#8220;<a
title="Accessible Data Visualization with Web Standards" href="http://alistapart.com/articles/accessibledatavisualization" target="_blank">Accessible Data Visualization with Web Standards</a>&#8220;, shared three basic techniques for incorporating some simple data visualization into standards-based navigation patterns. All of them start with the building block of HTML navigation: an unordered list of links.</p><p>You should also look at <a
title="Sparkline PHP Graphing Library" href="http://sparkline.org/" target="_blank">Sparkline PHP Graphing Library</a>. It provides a wide range of options how your graphs are rendered. It&#8217;s important that sparklines are visually appealing, especially in the restricted visual environment of the web. Web sparklines should approach as closely as possible the aesthetic of printed sparklines. Sparkline is completely free to use on your personal website, company home page, or to include in your commercial product. Sparkline is distributed under the BSD license.</p><p
style="text-align: center;"><a
title="Accessible Data Visualization with Web Standards" href="http://alistapart.com/articles/accessibledatavisualization" target="_blank"><img
title="sparkline" src="http://www.webappers.com/img/2008/09/sparkline.png" alt="Sparkline PHP Graphing Library" /></a></p><blockquote><p>A List Apart Article: <a
rel="nofollow" href="http://alistapart.com/articles/accessibledatavisualization/" target="_blank">Accessible Data Visualization with Web Standards</a><br
/> A List Apart Demo: <a
rel="nofollow" href="http://alistapart.com/d/accessibledata/example-final.html" target="_blank">http://alistapart.com/d/accessibledata/example-final.html</a><br
/> Sparkline PHP Graphing Library: <a
rel="nofollow" href="http://sparkline.org/" target="_blank">http://sparkline.org/</a><br
/> License: BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/05/09/javascript-information-visualization-toolkit/" rel="bookmark" title="May 9, 2008">Javascript Information Visualization Toolkit</a></li><li><a
href="http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/" rel="bookmark" title="July 7, 2009">Create Charts &#038; Graphs from Tables using HTML 5 Canvas</a></li><li><a
href="http://www.webappers.com/2008/05/13/open-source-silverlight-data-visualization-tool/" rel="bookmark" title="May 13, 2008">Open Source Silverlight Data Visualization Tool</a></li><li><a
href="http://www.webappers.com/2009/03/25/protovis-visualization-toolkit-for-javascript-using-canvas/" rel="bookmark" title="March 25, 2009">Protovis &#8211; Visualization Toolkit for Javascript using Canvas</a></li><li><a
href="http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/" rel="bookmark" title="May 21, 2009">Axiis &#8211; Open Source Data Visualization Framework</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/09/22/sparklines-and-accessible-data-visualization/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-21 21:55:55 -->