Skip to content

chenster/jQPlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQPlot

Build Status

jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features:

  • Numerous chart style options.
  • Date axes with customizable formatting.
  • Up to 9 Y axes.
  • Rotated axis text.
  • Automatic trend line computation.
  • Tooltips and data point highlighting.
  • Sensible defaults for ease of use.
  • Large number of plugins renderers.
View Desc
LineStyles Numerous line style options with 6 built in marker styles!
Renderers Lots of renderers
shadows Shadow control on lines, markers, the grid, everything!
drag&drop Drag and drop points with auto updating of data!
logaxis Log Axes with flexible tick marks!
Trendlines Trend lines computed automatically!

Distribution

Last builded files are generated in the build directory.

Build from sources

Requirements

  • To build from sources file you need nodejs
  • Type: npm run dist to build all distribution.

Usage:

  • Import into your web page:
<script src="<directory_jqplot_dist>/core/jquery.min.js"></script>
<script src="<directory_jqplot_dist>/core/jquery.jqplot.min.js"></script>
  • Import plugins if any
  • Call jqplot building system:
$(function(){
  $.jqplot(<ID_HTML>, <DATAS>, <OPTIONS>);
});

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 14.4%
  • CSS 2.1%
  • Other 0.3%