[Rt-commit] rt branch, 4.2/saved-chart-show-partly, repushed
? sunnavy
sunnavy at bestpractical.com
Sun Jan 11 23:28:47 EST 2015
The branch 4.2/saved-chart-show-partly was deleted and repushed:
was 1a65c0974de5fdd14e714aa49a54e9c19741abe5
now 72cd66b8508d03a83c734409bbb68fc03e20f68e
1: 27ada3a ! 1: cdde3c3 allow user to customize the visibility of image/table/sql in chart
@@ -33,7 +33,7 @@
}
-$ChartStyle = 'bar' if @data > 2;
-+$ChartStyle = 'bar+table+sql' if @data > 2;
++$ChartStyle =~ s/pie/bar/ if @data > 2;
my $chart_class;
-if ($ChartStyle eq 'pie') {
2: 1b1df61 = 2: a4e6ef0 only bars need to be lifted up a bit
3: 1a65c09 = 3: 72cd66b upgrade step as old "bar" or "pie" implies "bar+table+sql" or "pie+table+sql"
More information about the rt-commit
mailing list