jStat – JavaScript Statistical Library

jStat is a statistical library written in JavaScript that allows you to perform advanced statistical operations without the need of a dedicated statistical language (i.e. MATLAB or R). The majority of jStat functions can be used independently of any other libraries. However, the plotting functionality of jStat is based on the jQuery plugin – flot. [...]

Continue Reading →

Arbor.js – Graph Vsualization Library Using Web Workers & jQuery

Arbor is a graph visualization library built with web workers and jQuery. Rather than trying to be an all-encompassing framework, arbor provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling. Incoming search terms for the article: jquery directed graph arbor js arborjs jquery arbor arbor jquery directed graph jquery [...]

Continue Reading →

25+ Powerful Javascript Chart Libraries

Graphs and charts are the best way to display information at hand to the user and make it easy to read and understand. These visual structures allow you to easily simplify complex data and output easier to understand content. Thanks to Javascript and a bunch of talented developers, which is give us solutions for easily [...]

Continue Reading →

RGraph -HTML5 canvas graph library

RGraph is a HTML5 canvas graph library. It uses features that became available in HTML5 (specifically, the CANVAS tag) to produce a wide variety of graph types: bar chart, bi-polar chart (also known as an age frequency chart), donut chart, funnel chart, gantt chart, horizontal bar chart, LED display, line graph, meter, odometer, pie chart, [...]

Continue Reading →

Scruffy – Beautiful Graphs for Ruby

Scruffy is a Ruby library for generating attractive and powerful graphs, useful for web applications, print media and many others. It’s highly customizable and powerful. You can change the backgrounds, mix different types of graph together, change the graphics used for the points, change the line types, etc. You can also render to different types [...]

Continue Reading →

Gruff Graphs – making beautiful graphs with Ruby

The Gruff Graphing Library is a project to make beautiful graphs with Ruby created by Geoffrey Grosenbach. It Can be used alone or with Ruby on Rails. This library allow us to graph negative numbers (line and bar), specify colors, and customize the graphs in other ways. Incoming search terms for the article: ruby gruff [...]

Continue Reading →

TufteGraph – Make pretty graphs with javascript

TufteGraph is a jQuery plugin that allow us to create standard & bar charts. It is different from other javascript charting libraries because, TufteGraph is configurable and it has  dynamic functions, allowing for a really compact API (very few options and non-core layout is done via CSS rather than code. Incoming search terms for the [...]

Continue Reading →

dygraphs – JavaScript Visualization Library

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. Incoming search terms for the [...]

Continue Reading →