The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Charts

Charts Category

Data Analysis and Visualization — Cytoscape.js

Cytoscape.js is a library for data analysis and visualization, compatible with Node, jQuery and vanilla JS.

cytoscape Data Analysis and Visualization    Cytoscape.jsCytoscape.js allows users to interact with the graphs so it’s inherently useful for visual data analysis.

It supports desktop and mobile browsers alike, making it an ideal candidate for web applications.

The library is meticulously documented, and pretty complex as well.

 

Create Better Graphs — Plot.ly

Plot.ly is a web app for analyzing and sharing data.

plotly Create Better Graphs    Plot.lyPlot.ly allows creating data graphs ready for publishing (it has been featured in The Washington Post and other journals).

Basically, Plot.ly is a dedicated app for creating graphs that can serve you better than many desktop alternatives.

 

Create Beautiful Charts Easily — Chartkick

Chartkick is a Ruby gem (also available as a jQuery plugin) for creating charts easily.

chartkick Create Beautiful Charts Easily    ChartkickChartkick allows making the most common types of charts in seconds, thus allowing you to focus on getting the data, not writing the code.

It works on most browsers, including IE6, which is quite a feat for any modern library.

 

Simple, Object-oriented Client Side Charts — Chart.js

Chart.js is a library for creating object-oriented client side graphs.

chartjs Simple, Object oriented Client Side Charts    Chart.js

Chart.js has six chart types that can be used with a simple and flexible library. Chart.js weighs only 4.5kb when minified and offers numerous customization options.

What’s most impressive about this HTML5 based library is that it supports a great number of animations — always useful for making your charts all the more attractive.

Attractive Plotting With jQuery — Flot

Flot is a chart plotting library made with jQuery.

flot Attractive Plotting With jQuery    FlotFlot supports different types of input data. It can print lines, points, filled areas, bars and any combinations of these.

Not only that, but Flot supports real-time updates as well, and altogether looks like a rather comprehensive toolset for plotting charts.

 

Pannable And Adjustable Graphs — Multigraph

Multigraph is a JS library for creating advanced pannable graphs.

multigraph Pannable And Adjustable Graphs    Multigraph

Data is passed to Multigraph as XML; there aren’t a lot of options but the functionality so far is impressive — for example, Multigraph offers two ways for the user to pan the data to make more sense of it.

 

While it’s easier to create graphs with HTML, the library also offers using JavaScript for graph creation.