Remove shades behind lines and bars in Graphs

Hello there, new here on the forum.
I'm using obiee 11.
Is there a way to remove the grey shades behind lines and bars in graphs?
Both curious to know wether that's possible in one graph or make it standard for all graphs.
Thanx!

Try this
Removing drop-shadow effect on graphs
By default, whenever a chart is created, there is a drop-shadow effect on it. This property makes it difficult to read some of the
charts. In order to turn it off this property, edit the file dvt-graph-skin.xml from the following location on your
installation.
\InstallHome\Oracle_BI1\bifoundation\web\msgdb\s_blafp\viewui\chart
Edit the <Graph> tag, add the attribute visualEffects="NONE". (Do not remove the rest of the contents in the file). After
editing, the contents should look like this.
<Graph visualEffects="NONE">
<SliceLabel>
<!-- decimalDigitUsed is false here so that non-percentage pie slices do not pick up this value
The DVTChartProcessor sets decimalDigitUsed to true if this is a percentage pie slice -->
<ViewFormat decimalDigit="2" decimalDigitUsed="false"/>
</SliceLabel>
</Graph>
Save the file.
Richard Chan
Rittman Mead Oceania

Similar Messages

  • Seek 2D Line and Bar Chart Graphs HOWTO

    Can anyone share with me on where I could obtain/teach
    me how to write 2D Line and Bar Chart Graphs ?
    I like the class/program to be called from java code and not
    from command prompt to plot points or bar graphs.
    Please, no vendor recommendations.
    I dont have the $ to purchase.
    Any help is appreciated.
    Thanks

    I checked the web site of JFreeChart and its document
    says to get premium service, it requires $.
    I dont really have the $ to purchase that software.
    It's a vendor product!Just to clarify, JFreeChart is free software, it is licensed under the GNU LGPL. You get the complete source code, including lots of demos, Javadoc HTML pages, an install document in PDF format, and access to the support forum for absolutely no charge. You don't have to pay a fee to unlock special features in the software, everything is there in the free download.
    As a way of funding the project, we sell a JFreeChart Developer Guide which includes a lot more information about using JFreeChart. But it is only the documentation we sell, not the software.
    Hope that helps,
    Dave Gilbert
    JFreeChart Project Leader
    http://www.object-refinery.com/jfreechart/index.html

  • SVG Multi Graph/Chart with line and bar

    I have a request for a "Multi-Graph-Chart"
    showing both - line chart and
    - bar-chart with respective data.
    Can you provide for the sourcecode, which is behind the SVG chart wizard enabling us to develop an own/individual SVG chart ?
    pls kindly advise.
    Bernhard
    nb. I mailed u this request already - but thought this might be of interest to others as well.

    Marc
    I would support this addition to functionality. I currently have a client who has a requirement for complex charting in HTMLDB, and I am looking at the SVG packages in HTMLDB, ie: WWV_FLOW_SVG, but as you say they are not independent APIs and rely heaviliy on the application's metadata. This is a shame as I could quite easily handle a nice PL/SQL API that would let me create custom SVG, instead of generating the SVG manually and embedding that in the page.
    Cheers
    Ben

  • How to plot line and bar chart in one graph

    i have one graph, but in this graph i want to plot line or bar chart using radio button selection.
    can i do that...

    You must have 2 data arrays or plots to get this. Make sure your plot legend is visible. Drag the plot legend vertical borders to view both plots. Select one of the plot to be bar plot (See the attachment)
    Attachments:
    BarPlots.PNG ‏14 KB

  • Combined charts (line and bar)

    Where in Apex do we set which series is "Line" and which one is "Bar"? I saw the examples listed in the Anychart website but I'm getting the data as a result of SQL command in Apex so I don't have control of the series tags within the data section. Help please.
    Ana

    You may use pl/sql to generate JavaScript to create chart object and to generate xml for the chart.
    Create a Dynamic PL/SQL region in the page.
    copy following code to the source code for PL/SQL
    DECLARE
    chartData varchar2 (10000);
    BEGIN
    chartData:='<anychart>
    <charts>
    <chart>
    <data>
    <series name="Year 2003" type="Bar">
    <point name = "A" y="2166"/>
    <point name = "B" y="630"/>
    <point name = "C" y="1662"/>
    <point name = "D" y="1862"/>
    <point name = "E" y="750"/>
    <point name = "F" y="300"/>
    </series>
    <series name="Year 2000" type="Line">
    <point name = "A" y="1160"/>
    <point name = "B" y="930"/>
    <point name = "C" y="1162"/>
    <point name = "D" y="1362"/>
    <point name = "E" y="350"/>
    <point name = "F" y="300"/>
    </series>
    </data>
    </chart>
    </charts>
    </anychart>';
    HTP.p
    <div id="combiChart" >
    <script type="text/javascript" language="javascript">
        var chart = new AnyChart("/i/flashchart/swf/AnyChart.swf");
        chart.width = "500";
        chart.height = "300";
        var cData=''' || chartData  || ''';
        chart.setData(cData);      
        chart.write("combiChart");
        </script>
    END;After pasting to the code window you may be required to remove any carriage returns within above xml data. I put carriage return for clarity of xml structure.
    For further customization refer to Anychart xml reference.

  • Vertical grid lines and Dates on Graph

    When I use date values on the x-axis for a graph, the only vertical grid lines that appear in the graph are at the year boundary. For example, if I was showing data for 3 years, I get 3 vertical grid lines; one at each January.
    How can I get vertical grid lines at each month?
    It will work if I convert the date to character, but then I lose the ability of Oracle Reports to fill in the tick marks for missing dates (say, if there isn't any data between January and March, the graph will still show a label for February).

    Hi, Ravens Fan.
    Thanks for your reply.
    Now, the main loop has a wait statement, but the problem remains. I'm using LabView 2009, and I didn't see this behaviour in the previous version, LabView 8.6.
    I send you back the uptaded program, and two snapshots as well:
    - snapshot 1: just after pressing "Run", "increment" value takes "maximum" value; due to this, there's only one text marker, at "12:00" (there should be one major grid line and one text marker every 10 minutes as "increment" value is set to 600 before entering the while loop);
    - snapshot 2: when pannning, "minor increment" takes "maximum" value, and due to this, vertical grid lines don't show any more (there should be one minor grid line every 5 minutes as "minor increment" is set to 300 before entering the while loop).
    Regards,
    Francisco
    Attachments:
    1.jpg ‏309 KB
    2.jpg ‏283 KB
    XY-Graph. Time Axis problem.vi ‏14 KB

  • Combination line and bar chart ?

    Hi,
    I would like to show a chart with 4 rows as bar and 1 row as line chart basically a combination chart?
    Is it possible in keynote/
    Thanks.
    SG

    Insert two charts on the slide, change one to line and keep the other as bar, change the colour so the line can be easily seen.

  • Flicker removal on horizontal lines and screen capture text

    Hi All,
    I often have to include a PC screen capture (such as an Excel screen) in a video. How do I minimise the amount of flicker when playing back on a CRT.
    I understand the problem is in the interlacing. I have tried the anti-flicker filter and this just seems to make things softer without much improvement in the flicker.
    I have seen a post which recommends using progressive frames for still images but does not explain how to do this.
    Any assistance gratefully received!
    Regards,
    Duncan Rosie.

    > If you are making NTSC projects, keep within the color gamut (15-235).
    That should be 16-235. And, assuming you are working with RGB files, Premiere and/or Encore will automatically scale the RGB to fit within the 16-235 luminance range. PAL also uses the same legal luminance range. It is not exclusive to NTSC.
    Here is decent trick -- it may not eliminate your flicker, but it will greatly help offset the severe blurring that occurs when applying Anti-flicker or variants of this technique (such as a vertical gaussian blur) to screen captures of GUIs, spreadsheets, etc.
    1.) Open the screen capture bitmap file in Photoshop and scale it to exactly 200% using "Nearest Neighbor" resizing
    2.) Bring that file into Premiere and use Motion to scale it to fit (scale with be 50% of what it was before you resized it)
    3.) Apply Anti-flicker filter as neeeded
    The nearest neightbor resizing method makes for "blocky" resizing that is horrendous with photos, but it ideal for screen captures -- so long as you only scale by 200%, %300, %400, etc.
    This generates "extra pixels" by replicating exisitng ones that will help:
    a.) The appearance of the image when scaled to compensate for aspect ratio
    b.) Maintain better legibility even when strong softening filters (such as Anti-flicker @ 1.0) are applied
    c.) Allow for tighter zoom-ins of your screen shots while maintaining relatively sharp edges

  • Line stacked bar graph without seperate measure for stacks

    Hi All,
    I want to create a line stacked bar combo graph in analytics but i do not want to create seperate column for each stack as the normal convention is since we want to show revenue based on region which keep adding up.
    Can anyone guide about what pcxml to use for this.
    I tried by modifyng the charts/linecolumn.cxml but it shows line also stacked which is not our requirement. There should be a single line only for this.
    Can anyone please guid me for this?

    The graph wizard in Reports 9i allows you to create a dual Y combination graph - is this not sufficient for your needs, or am I missing something?
    Danny

  • Remove the new line character

    Hello All,
    I have a CLOB in my database. That CLOB contains new line characters. Now I have to remove the new lines and make the whole CLOB object as a string without the new lines.
    Can anybody help in that matter ?.
    Thanks and regards,
    Sachin

    Check this code for file instead of CLOB and reply.
    import java.io.*;
    import java.io.FileInputStream;
    import java.io.InputStream;
    public class CLOBCheck {
         public static void main(String[] args) throws Exception {          
              InputStream fis = new FileInputStream("C:\\cpsweb.log");
              BufferedReader d = new BufferedReader(new InputStreamReader(fis));
              StringBuffer sfr = new StringBuffer();
              String line = null;
              int c = 0;
              while((c= fis.read())>-1){
                   sfr.append((char)c);               
              System.out.println(sfr.toString());          
              String a = sfr.toString().replaceAll("\n","");
              System.out.println(a);
    Thanks,
    Sachin

  • Removal of Blank Line

    hi,
    I have an issue here. We have a field with VARCHAR2 data type.
    This field can have value like this:
    ====================================
    YOUR SWIFT XXXXXXX UNDER A.M L/C
    PLS NOTE THAT DOCS. NOT PRESENTED YET
    BUT WE SENT INQUIRY TO REIMBURSING BK
    TO CONFIRM THAT THEY HOLD REIMBURSMENT
    AUTHORITY TO HONOUR OUR CLAIMS FOR AMT
    OF COMPLYING DOC. WHICH WILL BE PRESENTED
    TO US AS PER L/C TERMS KINDLY INSTRUCTE
    THEM TO HONOUR OUR CLAIMS QUOTING OUR REF.
    LOC1435 UNDER ADVISE TO US
    THANKING YOU INADVANCE FOR YOUR KIND CO-OPERATION
    REGARDS
    ==========================================
    if you notice, you will find two blank lines after first two lines. I would like to remove the blank line and move the next line up.
    Please advise.
    Regards
    Nanjunda

    If you are under 10g :
    SQL> select mycol from mytable;
    MYCOL
    YOUR SWIFT XXXXXXX UNDER A.M L/C
    PLS NOTE THAT DOCS. NOT PRESENTED YET
    BUT WE SENT INQUIRY TO REIMBURSING BK
    TO CONFIRM THAT THEY HOLD REIMBURSMENT
    AUTHORITY TO HONOUR OUR CLAIMS FOR AMT
    OF COMPLYING DOC. WHICH WILL BE PRESENTED
    TO US AS PER L/C TERMS KINDLY INSTRUCTE
    THEM TO HONOUR OUR CLAIMS QUOTING OUR REF.
    LOC1435 UNDER ADVISE TO US
    THANKING YOU INADVANCE FOR YOUR KIND CO-OPERATION
    REGARDS
    SQL> select regexp_replace(mycol,(chr(10)||'{2,}'),chr(10)) from mytable;
    REGEXP_REPLACE(MYCOL,(CHR(10)||'{2,}'),CHR(10))
    YOUR SWIFT XXXXXXX UNDER A.M L/C
    PLS NOTE THAT DOCS. NOT PRESENTED YET
    BUT WE SENT INQUIRY TO REIMBURSING BK
    TO CONFIRM THAT THEY HOLD REIMBURSMENT
    AUTHORITY TO HONOUR OUR CLAIMS FOR AMT
    OF COMPLYING DOC. WHICH WILL BE PRESENTED
    TO US AS PER L/C TERMS KINDLY INSTRUCTE
    THEM TO HONOUR OUR CLAIMS QUOTING OUR REF.
    LOC1435 UNDER ADVISE TO US
    THANKING YOU INADVANCE FOR YOUR KIND CO-OPERATION
    REGARDSNicolas.

  • How to Remove the Last line of Instance in subform ?

    I thought I ran across an example in this forum of how to specify which instance you want to delete from a subform but I can not find it. I can get removeInstance to work but it removes the top line and I just want it to remove the bottom or last instance that was added. I can do it if I only had 2 instances and tell it to removeInstance(1); but the form is going to be dynamic and there will be more than 2 lines when people start to use the form.

    I've found the reason... :-)
    I'm using the designer from Acrobat professional instead of the designer from Adobe LiveCycle.
    I've got Acrobat professionnal 7.0.0 and trying your sample it didn't function.
    Knowing that there was a new version of Acrobat professional (7.0.7)I've installed it, and now your sample function.
    I have to mention that the count method is not listed in the choice menu that appears when you're typing code inside the designer. It means that some functions have to be tryed even if the popup menu of the list of available methods doesn't mention it.. (in this case it's the count method)... :-)
    There are a lot of things like that (for example there is the checkbox problems that are not good managed before Acrobat Reader 7.0.7, and Acrobat professional 7.0.7)
    So I suggest to the developpers that are reading this post to always install the last version of Acrobat Reader, Acrobat Professionnal, Designer, in order that everything goes well with the product.
    gpalmieri

  • Single Line and Stacked Bar Graph Representation

    Data to be plotted on graph is as follows
    Year and Month               Study               Planned Subject               Study-Site ID #               # Enrolled          
    2001 / 03          AMXN 9374               50     US-001               1          
    2001 / 04               AMXN 9374               50               FR-101               1          
    2001 / 04               AMXN 9374               50               SP-301               1          
    2001 / 04               AMXN 9374               50               US-001               2          
    2001 / 05               AMXN 9374               50               FR-101               1          
    2001 / 05               AMXN 9374               50               US-001               1          
    2001 / 06               AMXN 9374               50               FR-101               2          
    2001 / 06               AMXN 9374               50               SP-301               2          
    2001 / 06               AMXN 9374               50               US-001               1          
    I want to display the above data in line stacked bar graph format where the
    #Enrolled will be in Stacked Bar by Study -Site ( Y axis)
    Planned Subject should represent a single line at 50 ( Y axis)
    Group by Year and Month ( X- Axis)
    Study excluded ( Study will be selected from dashboard prompt)
    I'm getting the stacked view of Study Site ID correctly but I want Single Line for Planned Subject .
    Currently I'm getting multiple line .
    Eg for 2001/03 I'm getting line at 50 in yellow colour
    for 2001/04 I'm getting a line at 150 in different color since it has 3 Study-Site ID's But the desired output is Single Line at 50
    As per 11g doc this is not possible because there is some upgradation in the nature of the graph
    " Stacked line-bar graphs in which 2 or more measures are shown as lines on the same axis and are not stacked in 10g are stacked in 11g."
    Refer - http://docs.oracle.com/cd/E21764_01/bi.1111/e16452/apndx_ui_chngs.htm
    Is there any workaround for it ?

    Did you found any workaround for it ? I am too looking for same scenerio.

  • Is it possible to remove the delimiting line between Bookmarks bar and Tab bar?

    I place the Tab bar between the Bookmarks bar and the page content area, as the attached image shows.
    Is it possible to remove the delimiting line between Bookmarks bar and Tab bar? I feel that line is redundant.

    Your Tab bar doesn't look standard.
    Did you check the code with the default theme if you currently use a custom theme?
    ''(note that you can still use the code with a smaller font size if you like the monospace font; I do prefer this to make it easier to click the mouse)''

  • Show 2 line graphs together in Line bar combo graph

    Hi,
    I am currently working on to show data for 2 years (which will be selected through prompt), month on month basis in Line-Bar Combo Graph.
    I could achieve to show 2 years of data month on month basis in Bar Diagram, but the same is not happening for Line diagram.
    In Line Diagram, values for 2 years are joined and shown as a single line, where as I want to see 2 separate lines for the years selected.
    Kindly have a look at the link below:
    !http://i42.tinypic.com/cuek8.jpg!
    Any suggestions?
    Regards,
    Jitendra

    Hi,
    I am putting up the snapshot of what I have done,
    !http://i42.tinypic.com/2j8jkx.jpg!
    As you can see in the image, I have
    1. Utilization Rate &
    2. Attendance Booking
    as my fact.
    I can arrange the Attendance booking (Bar Diagram), as Month-on-Month basis for any 2 years.
    My aim is to plot Utilization Rate, in the Line Diagram. Currently it's been shown as One Single Line, I want to see 2 different line for the 2 years selected.
    Kindly help.
    Regards,
    Jitendra

Maybe you are looking for

  • I'm an idiot,it's true.Now to fix the problem,deleted itunes library & ipod

    Okay, So my macbook pro was having issues with the os and some other things. I decided the best thing to do was to completely reinstall the os. Which i did. Before that however i had transfered my songs an pics to my ipod, planning on transfering the

  • How to retrieve image in BLOB in oracle database using JSP?

    do any one the method to view image in homepage using jsp from BLOB field in oracle database ? thx

  • HT5218 Safari versions and Extensions

    I run OS X Lion 10.7.3 and only ever update my software through Apple Software Update. I kept getting an error message when trying to load Safari Extensions and was told it was a Safari problem.  I now find that I have Safari is 5.1.5 running which a

  • How to access generic imported parameter

    Hi friends, If i pass internal table in importing parameter with <b>type</b> index table in method, how can i access that internal table in my method or how can i loop through it's each row. because that is generically defined internal table, it has

  • Need to use -credential in get-wmiobject

    Hi, I would like to remotely enumerate printers on our 2012r2 print server from a Windows 7 box. I am logged into the Win7 box with a domain account that is in the local admins group on the print server. When I:   get-wmiobject -class "Win32_Printer"