eleven
unread,Jun 22, 2006, 5:17:38 AM6/22/06Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pentaho_cn
问问大伙儿,我现在研究pentaho的dashboard,在画dial时,有没有办法不在solution的widget
xml配置文件里配置dial的参数,而是外部程序传入?比如以下这一段
<interval>
<label>Low</label>
<minimum>0</minimum>
<maximum>20</maximum>
<!--<color>#ffffff</color>-->
<text-color>#00cc00</text-color>
<stroke-width>8</stroke-width>
</interval>
<interval>
<label>Mid</label>
<minimum>20</minimum>
<maximum>40</maximum>
<!--<color>#ffffff</color>-->
<text-color>#ffff00</text-color>
<stroke-width>8</stroke-width>
</interval>
<interval>
<label>Hig</label>
<!-- this is the value that the range starts at -->
<minimum>40</minimum>
<!-- this is the value that the range stops at -->
<maximum>60</maximum>
<!-- this is the color of the range -->
<!--<color>#ffffff</color>-->
<!-- this is the color of the text for the range value and tick
marks -->
<text-color>#ff0000</text-color>
<stroke-width>8</stroke-width>
</interval>