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