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:
Diffstat (limited to 'plugins/CoreVisualizations/javascripts/jqplot.js')
-rw-r--r--plugins/CoreVisualizations/javascripts/jqplot.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CoreVisualizations/javascripts/jqplot.js b/plugins/CoreVisualizations/javascripts/jqplot.js
index f7d43f107d..4beff9acab 100644
--- a/plugins/CoreVisualizations/javascripts/jqplot.js
+++ b/plugins/CoreVisualizations/javascripts/jqplot.js
@@ -618,7 +618,6 @@ JQPlotExternalSeriesToggle.prototype = {
};
-
// ROW EVOLUTION SERIES TOGGLE
function RowEvolutionSeriesToggle(targetDivId, jqplotData, initiallyShowAll) {
@@ -675,7 +674,6 @@ RowEvolutionSeriesToggle.prototype.beforeReplot = function () {
}
};
-
// ------------------------------------------------------------
// PIWIK TICKS PLUGIN FOR JQPLOT
// Handle ticks the piwik way...
@@ -835,7 +833,6 @@ RowEvolutionSeriesToggle.prototype.beforeReplot = function () {
})(jQuery);
-
// ------------------------------------------------------------
// LEGEND PLUGIN FOR JQPLOT
// Render legend on canvas
@@ -934,7 +931,6 @@ RowEvolutionSeriesToggle.prototype.beforeReplot = function () {
})(jQuery);
-
// ------------------------------------------------------------
// SERIES PICKER
// ------------------------------------------------------------