Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE - Viewing Chart in PNG format

Hi experts,
I am going to change DefaultWebImageType for Charts from default (Adobe Flash Player) to PNG type inside instanceconfig.xml.
I wonder if there are some limitation when viewing Charts in PNG format. As far as I know PNG chart does not support slider.
Can you list some other limitations? I am using OBIEE 11.1.1.7.141014 by the way.
Thank you!
Answers
-
https://docs.oracle.com/cd/E29542_01/bi.1111/e10541/answersconfigset.htm#CIHIIGJE
" Flash and SVG images provide the greatest degree of interaction because they support mouse-over behaviors (such as popup data labels), navigation, and drilling."
PNG is literally just a picture, an image.
0 -
I want to change to PNG because I want to view reports on mobile (which web browsers like Firefox or Chrome do not support Flash).
0 -
2969185 wrote:Can you list some other limitations?
Any single kind of interaction where the chart would change or react to your interaction.
You know there is a mobile app (iOS and Android) for mobile devices, right?
https://itunes.apple.com/us/app/oracle-bi-mobile-hd/id534035015?mt=8
https://play.google.com/store/apps/details?id=com.oracle.obi&hl=en
You may also want to consider an upgrade to 11.1.1.9 or 12c so you can render everything in HTML5 which works perfectly on mobile devices browsers.
0 -
Either:
1.) Android / iOS apps for OBI
2.) Develop new content using BIMAD (Business Intelligence Mobile Application Designer)
3.) Upgrade to a version that actually uses html5 for everything
0 -
I know that upgrading to 11.1.1.9 or higher would work, but I also want to know the limitations of viewing chart in PNG format. Can you list some of them?
0 -
You probably didn't read anythng that I posted but again:
"
Specifies the default type for rendering an image when a format has not been specified in the URL or in the XML file for the view. Valid values are flash, png (W3C Portable Network Graphics), and svg (W3C Scalable Vector Graphics). Flash and SVG images provide the greatest degree of interaction because they support mouse-over behaviors (such as popup data labels), navigation, and drilling.
The svg value is not supported in this release, so flash is used if svg is specified."
0 -
Now I understand. Thank you.
0