MDL-55320 core: Add generaltable class to chart data table
authorSimey Lameze <simey@moodle.com>
Thu, 25 Aug 2016 06:28:03 +0000 (14:28 +0800)
committerSimey Lameze <simey@moodle.com>
Thu, 25 Aug 2016 06:38:36 +0000 (14:38 +0800)
lib/amd/build/chart_output_htmltable.min.js
lib/amd/src/chart_output_htmltable.js

index a2e9030..d34d905 100644 (file)
Binary files a/lib/amd/build/chart_output_htmltable.min.js and b/lib/amd/build/chart_output_htmltable.min.js differ
index 2ab02a1..3275e6e 100644 (file)
@@ -67,7 +67,7 @@ define([
             rowCount = series[0].getCount();
 
         // Identify the table.
-        tbl.addClass('chart-output-htmltable');
+        tbl.addClass('chart-output-htmltable generaltable');
 
         // Set the caption.
         if (c.getTitle() !== null) {