From d777b2e79518b5956cf344d2857e8451260f086d Mon Sep 17 00:00:00 2001 From: Brian Peiris Date: Thu, 30 May 2013 15:33:37 -0400 Subject: [PATCH] Add table of contents The reference document is quite large; a table of contents would help readers navigate and find topics. (TOC was generated via [DocToc](http://doctoc.herokuapp.com/)) --- API.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/API.md b/API.md index 5027b51..ffee330 100644 --- a/API.md +++ b/API.md @@ -1,3 +1,20 @@ +**Table of Contents** + +- [Flot Reference](#flot-reference) +- [Data Format](#data-format) +- [Plot Options](#plot-options) +- [Customizing the legend](#customizing-the-legend) +- [Customizing the axes](#customizing-the-axes) +- [Multiple axes](#multiple-axes) +- [Time series data](#time-series-data) +- [Customizing the data series](#customizing-the-data-series) +- [Customizing the grid](#customizing-the-grid) +- [Specifying gradients](#specifying-gradients) +- [Plot Methods](#plot-methods) +- [Hooks](#hooks) +- [Plugins](#plugins) +- [Version number](#version-number) + # Flot Reference # Consider a call to the plot function: