[Rt-commit] rt branch, 4.2/saved-chart-show-partly, repushed
? sunnavy
sunnavy at bestpractical.com
Sun Jan 11 22:49:02 EST 2015
The branch 4.2/saved-chart-show-partly was deleted and repushed:
was 4020550dd8282b33b975ec7864e31e2c10a1656a
now 7b3f07bd270f86541cec816dc3afdcabfdcf6c94
1: 8befa8d ! 1: 698d4bd allow user to customize the visibility of image/table/sql in chart
@@ -32,6 +32,15 @@
diff --git a/share/html/Search/Chart.html b/share/html/Search/Chart.html
--- a/share/html/Search/Chart.html
+++ b/share/html/Search/Chart.html
+@@
+ my $default_value = {
+ Query => 'id > 0',
+ GroupBy => ['Status'],
+- ChartStyle => ['bar'],
++ ChartStyle => ['bar+table+sql'],
+ ChartFunction => ['COUNT'],
+ };
+
@@
</&>
2: 32827ec = 2: 1cf471e only bars need to be lifted up a bit
3: 4020550 = 3: 7b3f07b upgrade step as old "bar" or "pie" implies "bar+table+sql" or "pie+table+sql"
More information about the rt-commit
mailing list