Soft sail Report (finereport) large-screen operation details

Chart elapsed between the components: body -> Properties -> Layout -> spacer assembly


Decision report background watermark: body -> Properties -> Watermark


Dashboard pointer / hub / background color: Style -> Series


Bar graph / cordon FIG combination: Style -> Background -> plot area -> Y axis cordon


BACKGROUND line chart interval: Style -> Background -> plot area -> interval BACKGROUND


Fillet column chart: Style -> Series -> Borders -> fillet

 

Annular pie chart, pie set as the view of a ring style: Style -> Series -> Style -> Nei Jing accounting    

Data classification is not required to show a pie chart, the series name to use field values

 A combination of map - name and family values ​​remain centered:

Custom JavaScript code that uses the HTML parsing

function(){
var name = this.name;
var total = '<div style="width:100%;height:200%;">';
total += '<div align=center style="vertical-align:top;padding-bottom:1px;"> <span style="font-size:10px;color:'+name+'">'+FR.contentFormat(this.name, '')+'</span><br><span style="font-size:10px;">'+
FR.contentFormat(this.value, '#,##0')+'</span></div>';
total+='</div>';
return total; }

 

Guess you like

Origin www.cnblogs.com/Williamls/p/10841307.html