Skip to content
andreaferretti edited this page Feb 16, 2015 · 7 revisions

Useful links

How to use

Paths.js offers three APIs, of increasing abstraction. The lowest level is a chainable API to generate an arbitrary SVG path. On top of this, paths for simple geometric shapes such as polygons or circle sectors are defined. At the highest level, there is an API to generate some simple graphs (pie, line chart, radar...) for a collection of data, assembling the simple shapes.

  • [Low level API](Low level API)
  • [Mid level API (shapes)](Mid level API)
  • [High level API (graphs)](High level API)
  • Miscellaneous