background preloader

Smoothie Charts

Smoothie Charts

elRTE - open source WYSIWYG editor for Web Create An Animated Bar Graph With HTML, CSS And jQuery Smashing Coding Polymaps 35 JavaScript Chart and Graph Libraries for Developers A chart is a graphical representation of data, in which “the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie chart”. Almost every development or project management team requires charts or graphs to understand and visualize the complex data and workflow for their web applications. Visualizing charts can help you to understand complex data easily which may results in improved productivity and reliability for your web applications & projects. An easy way to create charts and graphs for such web projects and applications is JavaScript Chart and Graph Libraries. In this article we have compiled a list of Top 35 JavaScript chart and Graph libraries that suit different needs from simple charts to high complex charts. 1. FusionCharts is the oldest member in the world of JavaScript charting libraries and is still going strong. 2. Ember Charts is a charting library built with the Ember.js and d3.js frameworks. 3. 4. 5. xCharts 6. 7. 8. 9. 10.

jQuery Mobile jqPlot Charts and Graphs for jQuery morris.js Getting started Add morris.js and its dependencies (jQuery & Raphaël) to your page. 1 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">2 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>3 <script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>4 <script src="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> If you don’t want to use the CDN-hosted assets, then you can extract them from the zip bundle and upload them to your own site. Your first chart Start by adding a <div> to your page that will contain your chart. Note: in order to display something, you’ll need to have given the div some dimensions. Next add a <script> block to the end of your page, containing the following javascript code: Assuming everything’s working correctly, you should see the following chart on your page: What Next? Check out the rest of the documentation: License Simplified BSD License:

Related: