Skip to content
soniyashowardhan edited this page Aug 31, 2016 · 22 revisions

Pivot-Chart-API

A plug and play cross tabulation library in JavaScript

  • [Getting Started](page## Getting Started)
  • [APIs](page## APIs)

Getting Started

  • Include the minified files in your app.
  • Copy "img" and "font" folders to your app directories and specify the path at "CrossTab.assetsPath".

APIs

  • CrossTab.assetsPath : Specifies the path to the "img" and "fonts" folders.
  • CrossTab.init(options) : Initialises the API.
  • CrossTab.loadSavedView(options) : Opens a saved chart.
  • CrossTab.saveActiveTab() : Saves the snapshot of a chart.
Clone this wiki locally