r22790 - gnucash/trunk/src/report - Update to jqplot 1.0.6

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 20 13:50:48 EST 2013


Author: gjanssens
Date: 2013-02-20 13:50:43 -0500 (Wed, 20 Feb 2013)
New Revision: 22790
Trac: http://svn.gnucash.org/trac/changeset/22790

Added:
   gnucash/trunk/src/report/jqplot/MIT-LICENSE.txt
   gnucash/trunk/src/report/jqplot/README.txt
   gnucash/trunk/src/report/jqplot/changes.txt
   gnucash/trunk/src/report/jqplot/copyright.txt
   gnucash/trunk/src/report/jqplot/excanvas.js
   gnucash/trunk/src/report/jqplot/excanvas.min.js
   gnucash/trunk/src/report/jqplot/jqPlotCssStyling.txt
   gnucash/trunk/src/report/jqplot/jqPlotOptions.txt
   gnucash/trunk/src/report/jqplot/jquery.jqplot.min.css
   gnucash/trunk/src/report/jqplot/jquery.jqplot.min.js
   gnucash/trunk/src/report/jqplot/jquery.js
   gnucash/trunk/src/report/jqplot/jquery.min.js
   gnucash/trunk/src/report/jqplot/optionsTutorial.txt
   gnucash/trunk/src/report/jqplot/plugins/jqplot.BezierCurveRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.barRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.blockRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.bubbleRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasOverlay.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasOverlay.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasTextRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.categoryAxisRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.ciParser.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.cursor.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.dateAxisRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.donutRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.dragable.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.funnelRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.highlighter.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.json2.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.logAxisRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mekkoRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.meterGaugeRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mobile.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mobile.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.ohlcRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pieRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pointLabels.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidAxisRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidAxisRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidGridRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidGridRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pyramidRenderer.min.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.trendline.min.js
   gnucash/trunk/src/report/jqplot/usage.txt
Modified:
   gnucash/trunk/src/report/jqplot/Makefile.am
   gnucash/trunk/src/report/jqplot/jquery.jqplot.css
   gnucash/trunk/src/report/jqplot/jquery.jqplot.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.BezierCurveRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.barRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.blockRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.bubbleRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.canvasTextRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.categoryAxisRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.ciParser.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.cursor.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.dateAxisRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.donutRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.dragable.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.enhancedLegendRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.funnelRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.highlighter.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.logAxisRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mekkoAxisRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.mekkoRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.meterGaugeRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.ohlcRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pieRenderer.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.pointLabels.js
   gnucash/trunk/src/report/jqplot/plugins/jqplot.trendline.js
   gnucash/trunk/src/report/report-system/html-barchart.scm
   gnucash/trunk/src/report/report-system/html-piechart.scm
   gnucash/trunk/src/report/report-system/html-scatter.scm
Log:
Update to jqplot 1.0.6



More information about the gnucash-patches mailing list