public
Fork of alexyoung/ico
Description: JavaScript graph library based on Raphael
Homepage:
Clone URL: git://github.com/Kilian/ico.git
ico /
name age message
file MIT-LICENSE Sun Jul 05 01:26:23 -0700 2009 Added license [alexyoung]
file README.textile Thu Aug 06 05:52:48 -0700 2009 Implement area charts [Kilian]
file ico.js Tue Oct 27 09:24:54 -0700 2009 fix bug where the labels were on top of hittest... [Kilian]
file index.html Wed Oct 21 08:37:17 -0700 2009 add little nibs below the hovers on barcharts [Kilian]
file prototype.js Fri Oct 09 02:39:08 -0700 2009 update graph examples [Kilian]
file raphael.js Mon Oct 26 07:45:22 -0700 2009 readd after filesys update [Kilian]
file raphael.path.methods.js Wed Oct 14 02:16:56 -0700 2009 update ico to work with raphael1.0, include rap... [Kilian]
README.textile

Introduction

This is a fork of http://github.com/alexyoung/ico/tree. It adds hover effects and information and stacked area charts to the library, amongst a host of other things.

This version still supports all of the original graphs and api options, check the original readme for more information

new options

  • Area charts
  • Stacked area charts and stacked line charts
  • Interactivity through hoverable items to display additional information, and give them a different colour on hover
  • Allow the last item of (horizontal) bar charts and spark bars to be a different colour
  • Ability to add watermarks via a link to an image or an image element
  • Watermark can be placed in the middle of the graph or the lower right corner
  • Add units (such as %) to the vertical axis values (or horizontal in the case of a horizontal bar chart)
  • Horizontal bar charts can now have a rounded ending
  • Linegraphs have an API option that allows them to start at a non-zero horizontal position
  • API option to hide grid lines if there is no label associated with that value

Made at Wakoopa (wakoopa.com)