graficos

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.ejschart.com/ Interactive: Features such as Hints, Mouse Tracking, Mouse Events, Key Tracking and Events, Zooming, Scrolling, and Crosshairs raise interactivity and user experience in web charting to a new level. Axis Scaling: There's no need to determine your data range before hand. EJSChart will calculate and scale automatically to fit whatever data it is presented with.

Emprise JavaScript Charts™ :: 100% Pure JavaScript Charts

jQuery Sparklines

This release primarily makes it easier to work with the sparklines if your environment requires you to pass options such as colours, etc on the tags themselves, rather than feeding them to the sparkline function. It also allows for values to passed as an attribute on the tag, as well as a comment inside the tag. This avoids the values being displayed on screen briefly before the sparkline function has a chance to execute. http://omnipotent.net/jquery.sparkline/
http://www.liquidx.net/plotkit/ Note: Firefox 1.5+ on Linux and Windows is supported. Firefox 1.5+ on Mac does not draw labels in SVG, so you must set axisLabelUseDiv to true if you want to have maximum compatibility. Below is a demo of a simple HTML Canvas example which should work in Safari 2, Firefox 1.5, Internet Explorer 6 and Opera 9. And SVG Demo can also be found.

PlotKit - Javascript Chart Plotting | liquidx

Flot - Attractive Javascript plotting for jQuery

http://code.google.com/p/flot/ Flot has supported plugins since v. 0.6. Some are bundled with Flot. If you're a plugin developer, consider posting a link at the plugin page . Bugs in Flot can be reported on the bug tracker - but please be polite and remember that the bug tracker is for tracking bugs in Flot, not for debugging your code . Unless you spot an obvious mistake in Flot or can produce a small self-contained test case reproducing the problem (ideally based on one of the examples), you are probably better off asking on the forum/mailing list which is watched by lots of knowledgeable people. As for new features, you can open an issue on the issue tracker and attach a patch or send a pull request on github .
Computation and drawing of lines, axes, shadows even the grid itself is handled by pluggable "renderers". Not only are the plot elements customizable, plugins can expand functionality of the plot too! There are plenty of hooks into the core jqPlot code allowing for custom event handlers, creation of new plot types, adding canvases to the plot, and more!

Charts and Graphs for jQuery

http://www.jqplot.com/index.php
http://devlog.waltercruz.com/anatomia-de-um-mashup-em Para os fãs de Daft Punk, um mashup com 23 músicas acompanhados de uma visualização em HTML5 e CSS3. Vale a pena conferir em http://daftpunk.themaninblue.com/

Anatomia de um mashup em HTML5 e CSS

YUI 2: Charts

By default, the file charts.swf is expected in the assets directory relative to the location of the HTML page in which a Charts Control instance will appear. If you wish use charts.swf from yui.yahooapis.com , or if you'd like to place charts.swf in a different location on your own server, you may specify a path (relative to the page or absolute) by setting the following variable: Note: The charts.swf is a component of Charts Control and is not intended to be used independently. http://developer.yahoo.com/yui/charts/
http://teethgrinder.co.uk/open-flash-chart-2/

Open Flash Chart - Home

OK, Open Flash Chart 1.x was great and it works like a dream. But I made some little mistakes which over time grew and anyoyed me and made the source code weird. So I decided it was time to re-jigger the code and make it pretty again.
http://bluff.jcoglan.com/

Bluff: Beautiful graphs in JavaScript

To draw a graph, you create a new Bluff graph object using the id of a canvas element on the page, set some options, add the data and labels, then tell the graph to draw. A basic example:
Important: The Image Charts portion of Google Chart Tools has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy . The Google Chart API lets you dynamically generate charts with a URL string. You can embed these charts on your web page, or download the image for local or offline use. To use this API, you should have a little HTML experience; a little patience to read the documentation; and a little persistence to keep trying if your first charts don't look as you expect them to. https://developers.google.com/chart/image/?hl=pt-BR

Chart API

What is it? gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. Check out the demos to see static and interactive charts in action. Download and include raphael.js , g.raphael.js and any (or all) of g.line.js , g.bar.js , g.dot.js and g.pie.js into your HTML page, then use it as simple as:

gRaphaël—Charting JavaScript Library