Tability
This is a greasemonkey script to
allow you to visualize any HTML table as a chart. In its current form you need to be running greasemonkey on firefox. It
is also a general-purpose javascript library to allow you generate
graphs from your HTML tables but simply including a
span element noting the id of the table
whose data you want to use. See the current example for more. For the impatient
click on this script to install:
Usage
Once installed, here's how you use this thing.
-
Whenever you visit a page that has HTML tables such as the following
You'll see a link at the top left-hand corner of that page labeled [Tabiliterize]. As a running example, I'll use the following pagePerson Number Bob 3 Sue 33 Joe 5 http://www.benengebreth.org/housingtracker/location/Texas/Austin/
So after installation , at the top left-hand corner there is a link (I've circled it).
-
Next, if you click this link, it will toggle and add select
boxes to all the tables on the page (once again, it's circled).

- Then, if you click View graph a window will pop up with that table's data graphed.
Changes
|
Added table output care of Active Widgets. To use set the | |
|
Added CSV output. To use set the | |
|
Added a DOM interface in addition to the javascript interface, so you can generated graphs simply by including | |
|
A few small changes that allows you to embed a little javascript into a page to get a graph 'for free'. See the example. | |
|
Improved graph. Added checkboxes for series data. See the example. | |
|
First release |
Installation
To use you must be running greasemonkey on firefox. So, I'll mention both.
- Install firefox.
- Install greasemonkey.
- Go to the link tability.user.js a click the Install button in the upper right. If you don't see this button you haven't installed greasemonkey correctly -- in which case return to step #2.

