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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-26 11:33:05 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-26 11:33:49 +0400
commitcaef9f915cf73365a28960aba3e4df97f47391b5 (patch)
treeedf1c89464d5d051add6dc461c018337dc5695ab /plugins/Zeitgeist
parent04d82abef89fdc2aaa15a92161771ca0f105311e (diff)
Refs #4041, #4077, started refactoring of series picker JavaScript so it can be used by more than just jqPlot graphs.
Notes: - Added new 'after_data_loaded_functions' view property that executes callbacks after data is loaded. Different from filters since it will be only executed once per data table. - Moved row picker view properties to Graph datatable visualization. - Refactored jqplot data generation so selectable columns & rows are dealt w/ in Graph datatable visualization instead of a JqplotDataGenerator instance. - Rewrote series picker to use dataTable client side properties instead of data generated by JqplotDataGenerator. - Fixed jqplock typo.
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/ieonly.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/stylesheets/ieonly.css b/plugins/Zeitgeist/stylesheets/ieonly.css
index 92bdda7e34..bb2f7e71f1 100644
--- a/plugins/Zeitgeist/stylesheets/ieonly.css
+++ b/plugins/Zeitgeist/stylesheets/ieonly.css
@@ -35,7 +35,7 @@ input[type=checkbox], input[type=radio] {
background: url(../images/chart_line_edit_bg.png) no-repeat center center;
}
-.jqplock-seriespicker-popover p input {
+.jqplot-seriespicker-popover p input {
width: 15px;
margin: 0;
padding: 0;