Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from james-gibson/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling typo
  • Loading branch information
MikePulsiferDOL committed Apr 29, 2013
2 parents df11acd + 667aff5 commit b71296c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Dashboard
===========

Description:
This code illustrates how to create a dashboard that will display graphs using the JIT, FLOT, and jQuery cycle API's in a section of a website. With jQuery cycle, you can create a smany pages or slides that fit your needs. Using simple HTML and CSS, you can display as many graphs per slide as you need or that can fit on a slide.
This code illustrates how to create a dashboard that will display graphs using the JIT, FLOT, and jQuery cycle API's in a section of a website. With jQuery cycle, you can create as many pages or slides that fit your needs. Using simple HTML and CSS, you can display as many graphs per slide as you need or that can fit on a slide.

Notes:
Each graph can be created in a modular fashion by using a separate .js file for each graph. Be sure to include each .js file in your index file.

An optional mouseHandler.js file has been included to illustrate how you can integrate tooltips with flot charts.

A file that gathers all the data from the database will be needed. This file can be called via ajax when the page loads, or as part of a cron job that will create cache files to ensure optimal performance.
A file that gathers all the data from the database will be needed. This file can be called via ajax when the page loads, or as part of a cron job that will create cache files to ensure optimal performance.

0 comments on commit b71296c

Please sign in to comment.