Submit your widget
17
Yays

gauge.js - A JavaScript animated gauge lib

Views 9649   downloads 1844   Graph & Chart

Features No images, no external CSS - pure canvas No dependencies (jQuery is supported, but not required) Highly configurable Resolution independent Animated guage value changes (!) Works in all…

42
Yays

CSS3 and jQuery Interactive Graph

Views 9128   downloads 2430   Graph & Chart

we will code an Interactive Graph using jQuery and CSS3. We will use the jQuery’s popular plotting plugin “Flot”. Flot is a pure JavaScript plotting library for jQuery. It produces graphical…

42
Yays

jqPlot - A Versatile and Expandable jQuery Plotting Plugin

Views 11347   downloads 2188   Graph & Chart

  jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features: Numerous chart style options. Date axes with…

33
Yays

JavaScript Visualization Charts Library

Views 6430   downloads 1935   Graph & Chart

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.…

52
Yays

Highcharts - Interactive JavaScript charts for your webpage

Views 11073   downloads 2346   Graph & Chart

Highcharts is a charting library written in pure JavaScript, offering intuitive, interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column,…

81
Yays

jQuery mousewheel Knob effect

Views 27215   downloads 3790   Graph & Chart

jQuery Knob canvas based ; no png or jpg sprites. touch, mousewheel, keyboard events implemented. downward compatible ; overloads an input element. Example <input type="text" value="75"…

64
Yays

Stylish progress bars effect with CSS3

Views 14452   downloads 3763   Graph & Chart

you’ll learn how to create stylish and animated progress bars using CSS3. The HTML The markup could not be simpler than that: <div class="progress-bar blue stripes"> <span style="width:…

63
Yays

Awesome Horizontal scroll bar graph

Views 12253   downloads 2175   Graph & Chart

This is an animated, horizontal bar graph using jQuery, CSS3 properties (such as: gradients, border-radius, rgba) and CSS3 transitions. HTML <div class="bar"> <div class="percent">…

70
Yays

jQuery tooltip animated progress bar

Views 18940   downloads 3600   Graph & Chart

Here’s a very basic example of how to code up an animated progress bar with tooltip using the Tipsy tooltip plugin. The Code Below we have the two lines of code which read the attribute ‘title’…

88
Yays

Gantt Chart with JQuery plugin

Views 19563   downloads 3279   Graph & Chart

this is a very cool, lightweight, jquery plugin jQuery.ganttView which is easy to use and fast. Currently it was working in our first version of system. Unfortunately it turned out that system needs some…

79
Yays

Great Highcharts with jQuery

Views 16483   downloads 2760   Graph & Chart

There are some great JavaScript graph libraries out there and one that’s recently come to my attention is Highcharts.com which is compatible with both the jQuery and Mootools frameworks. To get…

109
Yays

Cool HTML5 and jQuery Animated pie Chart

Views 24039   downloads 4573   Graph & Chart

In this tutorial we'll going to show you how to build a lovely, interactive pie chart using the latest HTML5 technologies. Not that long ago, this kind of thing was only practical to do with Flash.…

109
Yays

Nice Pure CSS3 experimental charts

Views 14546   downloads 3032   Graph & Chart

This technique is an example of experimental CSS3 charts, without JavaScript and images in use. We miss cleaner markup and proper markup for tabular data here, but the use of CSS3 selectors is truly impressive:…

154
Yays

Rare Accessible charts using jQuery and HTML5

Views 21977   downloads 4564   Graph & Chart

Accessible data visualization in HTML has always been tricky to achieve: people commonly use image elements for static charts, which provide only the most basic textual information to non-visual users;…

217
Yays

Very Beautiful CSS3 And JQuery progress bar

Views 72877   downloads 14729   Graph & Chart

The new features introduced in CSS3 allows developers to create stunning visual effects. Today, let’s create a fancy progress bar using CSS3 and jQuery, but no Flash or even images. Please note:…