Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE - Viewing Chart in PNG format

Received Response
21
Views
7
Comments
User_G9FVN
User_G9FVN Rank 2 - Community Beginner

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

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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.

  • User_G9FVN
    User_G9FVN Rank 2 - Community Beginner

    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).

  • 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.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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

  • User_G9FVN
    User_G9FVN Rank 2 - Community Beginner

    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?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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."

  • User_G9FVN
    User_G9FVN Rank 2 - Community Beginner

    Now I understand. Thank you.