Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeezyT <timo@ezdesign.de>2011-11-04 18:03:56 +0400
committerBeezyT <timo@ezdesign.de>2011-11-04 18:03:56 +0400
commitf7a2ffc3daae339b3d7bdcb6fb477cc8d3ff5600 (patch)
treead34e24d200f54e94f15edeb8d485ba624a49608 /libs/jqplot
parent460264a9003701acce15251c52867a63fa021a7a (diff)
refs #1820 metrics picker, refs #1454 using Api.get for cross-plugin evolution graphs
git-svn-id: http://dev.piwik.org/svn/trunk@5408 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/jqplot')
-rw-r--r--libs/jqplot/plugins/jqplot.canvasAxisTickRenderer.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/jqplot/plugins/jqplot.canvasAxisTickRenderer.js b/libs/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
index 81c6756eeb..2e59e87925 100644
--- a/libs/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
+++ b/libs/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
@@ -149,6 +149,9 @@
this._textRenderer = new $.jqplot.CanvasTextRenderer(ropts);
}
};
+
+ $.jqplot.CanvasAxisTickRenderer.prototype = new $.jqplot.ElemContainer();
+ $.jqplot.CanvasAxisTickRenderer.prototype.constructor = $.jqplot.CanvasAxisTickRenderer;
$.jqplot.CanvasAxisTickRenderer.prototype.init = function(options) {
$.extend(true, this, options);