BIEE 11g去掉图形阴影

http://blog.csdn.net/lele5000/article/details/8351504

默认情况下,11g的图形是有阴影的,如下图所示:



就是这个阴影导致了左边白色部分不能完全溶入背景当中,非常的不好看。怎么将其去掉呢?


方法如下:

找到如下目录

Oracle_BI1/bifoundation/web/msgdb/s_blafp/viewui/chart

打开

dvt-graph-skin.xml

内容如下:

[html]  view plain copy print ?
  1. <Graph>  
  2.         <SliceLabel>   
  3.            <!-- decimalDigitUsed is false here so that non-percentage pie slices do not pick up this value  
  4.                         The DVTChartProcessor sets decimalDigitUsed to true if this is a percentage pie slice -->  
  5.            <ViewFormat decimalDigit="2" decimalDigitUsed="false"/>   
  6.         </SliceLabel>   
  7.         <Title>  
  8.                 <!-- attributes supported - fontColor="#0", bold="true", italic="true", underline="true" -->  
  9.                 <GraphFont fontColor="#0" bold="true"/>  
  10.         </Title>  
  11. </Graph>  

修改成如下:


[html]  view plain copy print ?
  1. <Graph visualEffects="NONE">  
  2.         <SliceLabel>   
  3.            <!-- decimalDigitUsed is false here so that non-percentage pie slices do not pick up this value  
  4.                         The DVTChartProcessor sets decimalDigitUsed to true if this is a percentage pie slice -->  
  5.            <ViewFormat decimalDigit="2" decimalDigitUsed="false"/>   
  6.         </SliceLabel>   
  7.         <Title>  
  8.                 <!-- attributes supported - fontColor="#0", bold="true", italic="true", underline="true" -->  
  9.                 <GraphFont fontColor="#0" bold="true"/>  
  10.         </Title>  
  11. </Graph>  

可以看到我们在Graph标签里添加了visualEffects="NONE"属性。


重启即可!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值