Submit your widget
16
Yays

gauge.js - A JavaScript animated gauge lib

Views 9492   downloads 1791   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…

41
Yays

CSS3 and jQuery Interactive Graph

Views 9043   downloads 2402   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…

41
Yays

jqPlot - A Versatile and Expandable jQuery Plotting Plugin

Views 11290   downloads 2161   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…

32
Yays

JavaScript Visualization Charts Library

Views 6363   downloads 1908   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.…

51
Yays

Highcharts - Interactive JavaScript charts for your webpage

Views 10989   downloads 2322   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,…

80
Yays

jQuery mousewheel Knob effect

Views 27138   downloads 3762   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"…

63
Yays

Stylish progress bars effect with CSS3

Views 14371   downloads 3730   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:…

62
Yays

Awesome Horizontal scroll bar graph

Views 12189   downloads 2147   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">…

68
Yays

jQuery tooltip animated progress bar

Views 18851   downloads 3574   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’…

87
Yays

Gantt Chart with JQuery plugin

Views 19437   downloads 3247   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…

78
Yays

Great Highcharts with jQuery

Views 16411   downloads 2730   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…

108
Yays

Cool HTML5 and jQuery Animated pie Chart

Views 23913   downloads 4543   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.…

107
Yays

Nice Pure CSS3 experimental charts

Views 14470   downloads 3004   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:…

152
Yays

Rare Accessible charts using jQuery and HTML5

Views 21892   downloads 4539   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;…

216
Yays

Very Beautiful CSS3 And JQuery progress bar

Views 72655   downloads 14678   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:…