我需要使用 Pentaho 报告设计器在 Pentaho 条形图中绘制一条目标线,如图所示。
问问题
462 次
1 回答
0
你有两个选择。
1) using secondary data-source
2) bean-shell scripting
让我解释一下第一个简单的选项,
1)once you will double click on chart you will get two options on right side,Primary datasource and secondary datasource.
2)in secondary datasource specify categoty-columns and value-columns the field you want to display.
3)then in bar left side properties go to line options category and give details like line-style= solid, line-series-color=orange(specify colorcode) etc..
于 2018-04-25T12:33:33.157 回答