Overlapping Bars in XY Graph

Hello
I'm plotting bars in a XY graph.
If the X values are not in ascending order, the bars are overlapping. Bars are not overlapping, if X values are in ascending order.
Is there something I do wrong? Can some confirm this? Is this a bug?
Using LV 13.0.1f2 (32Bit)
Regards
UliB
Solved!
Go to Solution.
Attachments:
Example_VI.png ‏21 KB

This is expected behaviour.  The width of bars is calculated based on the current and previous point.  Therefore if your points are in different orders, you will get different size bars, since the calculation for each bar's width will be different.  The bars are calculated such that the current and previous bars do not overlap, so if your X values are strictly increasing, then none will overlap, but if you have some X values that are out of order, bars will probably overlap.

Similar Messages

  • Standard deviation bars in pages graph

    I am trying to input SDs in my graph for my control and experiment.  The SDs are in the 10e-5 range.  I chose postive/negative but cannot enter a value less than one for the SD.  In addition I have two extra SD bars on my graph.

    Could you post a screen shot of your Table and your Chart? It's difficult to answer without any context.
    Jerry

  • How to configure the outline color of a bar in a graph

    I have a user who has a graph with many datapoints. He wants these to be bars, but with so many datapoints on the graph, the bar outlines are more prevalent than the set bar colors.  I am unable to locate where the outline color of a bar in a graph is determined.  I have reviewed available graph styles, but there are no graph style without borders.  Also, I cannot find where I can create a custom graph style to see if I could create one without borders.  I'm using 10.1.2.3.  Does anyone know how I can remove the outlines?
    Thanks,
    Victoria

    Any takers?  This is still an issue.
    Thanks,
    Victoria

  • How to create bar and pie graph from a backing bean in ADF

    HI,
    my requirement is to populate a line and pie graph based on a collection in a backing bean.
    I got the solution for the bar graph with setTabularData(list data) method in one of the thread.
    For bar graph,
    i constructed the list for the setTabularData(list) method but it is not working with the line and pie graph.Coul'd you explain why?..
    Is it different for the line and pie graph.I don't want to use adf bindings.
    thanks in advance.
    Anil.G

    HI,
    my requirement is to populate a line and pie graph based on a collection in a backing bean.
    I got the solution for the bar graph with setTabularData(list data) method in one of the thread.
    For bar graph,
    i constructed the list for the setTabularData(list) method but it is not working with the line and pie graph.Coul'd you explain why?..
    Is it different for the line and pie graph.I don't want to use adf bindings.
    thanks in advance.
    Anil.G

  • ADF: Marker Texts Overlapping in Dual Y Graphs

    Hi,
    I am using a dual Y graph using ADF in which multiple series will be displayed in a graph.
    However, I am facing some issues in with the Marker Texts of different series as these are overlapping with one another.
    Please see my code snippet below :
    <dvt:comboGraph id="graph1"
                value="#{bindings.QuotesRcptToStartVwView11.graphModel}"
                subType="COMBINATION_VERT_ABS_2Y" customLayout="CL_NONE"
                shortDesc="oq 1" dynamicResize="DYNAMIC_SIZE"
                styleClass="AFStretchWidth"
                inlineStyle="width:100%;height:100%">
        <dvt:markerText rendered="true" markerTextPlace="MTP_OUTSIDE_MAX">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y1Format id="y1Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y1Format>
        </dvt:markerText>
        <dvt:markerText rendered="true" markerTextPlace="MTP_UNDER_MARKER">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y2Format id="y2Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y2Format>
        </dvt:markerText>
        <dvt:background>
            <dvt:specialEffects/>
        </dvt:background>
        <dvt:graphPlotArea/>
        <dvt:seriesSet defaultMarkerType="MT_LINE">
            <dvt:series index="0" assignedToY2="false" markerType="MT_BAR" color="#000000"/>
            <dvt:series index="1" assignedToY2="false" markerType="MT_BAR" color="#31859C"/>
            <dvt:series index="2" assignedToY2="true" markerColor="#ff0000" color="#ff0000"/>
            <dvt:series index="3" assignedToY2="true" color="#3ADF00"/>
            <dvt:series index="4" assignedToY2="true" color="#FF8000"/>
        </dvt:seriesSet>
        <dvt:o1Axis/>
        <dvt:y1Axis/>
        <dvt:y2Axis/>
        <dvt:legendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM"/>
        <dvt:legendTitle text="Legends"/>
    </dvt:comboGraph>
    Also, is there any way to form a table representation of this graph as displayed below?
    Week No
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    No. Rec'd
    12
    72
    142
    129
    260
    190
    112
    118
    93
    92
    146
    104
    39
    No. Ack
    26
    68
    96
    114
    127
    157
    132
    163
    92
    96
    92
    81
    156
    Avg Hrs To Ack
    209
    185
    142
    112
    187
    180
    236
    150
    161
    176
    218
    146
    80
    Overall Avg Hrs
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    Goal Hrs
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    Thanks,
    Liyakath

    Hi,
    Please see my response on this thread on how to achieve this with a relational data control:
    Re: Drilldown in ADF DVT charts using data control
    Thanks
    Katia

  • Overlapping dots in scatter graph

    Hi All,
    In a scatter graph the dots are getting overlapped when data will be same. I 'm doing a scattered graph based on a category . I want a particular category shuold not be overlapped by other category.
    I'm displaying data in alphabetical order. Still then the top most category is getting overlapped by other category.
    Anybody knows on what basis dots are getting overlapped.
    Please help...

    Hi,
    there's no automatic mechanism for detecting such label collisions in the scatter chart. However, you can change the position of each label (HorizontalPosition, VerticalPosition) and use point customizing to position several labels around this single point.
    Regards, Kai

  • How to create stacked bar and standard bar on same graph

    Can OBIEE can both Stacked and Standard bar graph on the same analysis by using Line-Bar graph type? For example, I have four measure: Target revenue, Revenue, Billed Quantity, and Target Quantity. I would like to create an analysis that includes all these four measure. On the same graph, I would like to use Stacked subtype for Target revenue and Revenue, use standard subtype for Billed quantity and use line for Target quantity. I tried, but could not find any way to put stacked subtype and standard subtype on the same graph. Do you know if this feature is available from OBIEE?

    I tried to do this and was a bit successful. I used the paint catalog. Created a a request with 6 columns assuming units and dollars be stacked and Year ago units to be a line:
    Brand Units Dollars 0 Year_Ago_units 1
    Added a new request (Combined with similar request and selected paint subject area): Now in this request my columns are:
    Brand 0 0 Year_Ago_Dollars Year_Ago_units 2
    Assuming Year_Ago_Dollars be standard in your case.
    Created a chart view with brand and 1 on x axis and Units, Dollars, Year_Ago_Dollars on y axis and line as Year_Ago_units.
    Now able to see what I am expecting. May be you need to tweak a bit more according to your requirement.
    Let me know if this is of any help!
    Thanks.
    Edited by: Venkata on Sep 30, 2010 12:11 PM

  • Overlapping labels in Scatter Graph - Web Dynpro for Java

    Hi
    We have created a Scatter Graph in Web Dynpro for Java.
    The xValue and yValue are obtained from a node. We are showing a name as the label on each point so plotted on the graph through Chart Designer (Format->$Label).
    The issue we are facing is:
    We have 3 points with the same xValue and yValue. Meaning they plot the same point on the graph. But the name associated with each is different. These names are overlapping (as its the same point on the graph) and are hence not readable.
    Is there any way in which we can show multiple names/labels on the same point in a readable way?
    Is it possible for us to show a tool tip at each point where the tool tip contains the comma seperated names/labels associated with all the x and yValues at that point?

    Hi,
    there's no automatic mechanism for detecting such label collisions in the scatter chart. However, you can change the position of each label (HorizontalPosition, VerticalPosition) and use point customizing to position several labels around this single point.
    Regards, Kai

  • Two stacked bar in one graph with Answers

    Hi,
    I'm trying to join into one graph four measures. So, we want to show two stacked bar, each bar with two measures. Is it possible with OBIEE tools??
    TIA
    Javier

    If all you want is a stacked bar, you have an option under the type of the graph. select 2D/3D stacked. Also, while creating select all the measures that you want in the graph. That should give you a stacked bar graph. But if you want something like this
    Measure1 Measure3
    Measure2 Measure4
    (Stack1) (Stack2)
    i dont think it is possible out of the box.
    Thanks,
    Venkat

  • Combined bar and line graph: need some advice

    Hi,
    I'm builing a small app for a customer. The basic functionality is showing the bar chart and the line (see the figure attached), and now I want to show
    the area above the line in another color. This is the cost saving for the customer. Can I do this? And how would you suggest me to achieve this!
    Can I also show the big dot as seen in the figure?
    Thanks!

    _Faust wrote:
    Hi,
    I'm builing a small app for a customer. The basic functionality is showing the bar chart and the line (see the figure attached), and now I want to show
    the area above the line in another color. This is the cost saving for the customer. Can I do this? And how would you suggest me to achieve this!
    Can I also show the big dot as seen in the figure?
    Thanks!
    Although I believe that graph would be possible by banging on the graphs hard enough, but it would pretty easy to render that image using a picture control since rectangles, lines, text, and circles are supported.
    The link I included above will take you to a thread devoted to Picture related threads.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Seconday y-Axis and overlapping bars

    HI Experts,
    i came across this requirements for  a chart and i'm not sure if this is feasable with webi.
    is it possible to create this chart in Webi or Xcelsius?
    Link:http://support.sas.com/documentation/cdl/en/grstatgraph/63878/HTML/default/images/layoutlatticeintro.png
    thank you,
    best regards,
    Younes

    HI,
    thanks for the information.
    the solution is a workaround where 2 Charts are overlapped to show the result and this is working.
    regards,
    Younes

  • I hate the 5800 v520c0ntacts bar Home screen graph...

    WHY IS THE HOMESCREEN OF MY 5800 lIKE THIS? PLS. SEE THE ATTACHMENT. IS THIS NORMAL FOR THE V52 OF 5800? PO0R GRAPHICS, EH? IF I COULD FIX THIS BY MYSELF, HOW!? PLEASE HELP. TY. ANY HELP WGLL BE SO MUCH APPRECIATED.
    Attachments:
    Scr000060.jpg ‏93 KB

    almost.. X6 also has a similar homescreen.. Only the background image is different.. N97 has a different homescreen though.. Other s60v5 cheaper than 5800 have the same homescreen layout..
    U can checkout the nokia sites and see the other phones..
    The 5800 had a different homescreen that u'l see in most advertisement on the web, etc.. This new homescreen came with the new firmware update of v40. The present version is v52.
    Regards,
    Dr. Shoubhik

  • Creating a popup on mouse over in bar graph

    Hi,
    I want to create a popup using mouse over event on bar graph but I didn't find corresponding property in the property inspector. Is it possible to display a popup on mouse over in bar graph?
    At present I am able to create a popup in the backing bean based on click event. I want to align it to the bar in the graph which was clicked. But now, it is being aligned to the bar graph as a whole(like above the graph , below the graph) when I use "RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID, source". Is there a way to align it to the particular bar?
    Any help is greatly appreciated
    Thank you,
    KK

    Hi,
    don't think you can align it to an area within a component. The align id property expects a component reference. Note that mouse over on a bar graph doesn't select the bar, which means that the data in the binding layer is not set to current (just in case that the data in the popup is meant to be dependent)
    Frank

  • One series in a graph - different colors for different bars.

    Hi,
    I have a graph with one series in it. It produces
    7 bars within that graph. I need the first 3 bars (from the left) to be
    green, and the other 4 bars to be blue. All 7 bars are produced from
    one query/data model.
    This is in an RTF template within MS Word, for BI Publisher.
    Any ideas?
    Many thanks for any answers.
    - Jenny
    Edited by: user1636556 on 12-Mar-2009 04:11

    Use this
    <SeriesItems>
    <Series id="1" color="#993399"/>
    <Series id="2" color="#993399"/>
    <Series id="3" color="#993399"/>
    <Series id="4" color="#993399"/>
    <Series id="5" color="#ff9933"/>
    <Series id="6" color="#ff9933"/>
    <Series id="7" color="#ff9933"/>
    </SeriesItems>
    and populate this attribute in root element graph with value <Graph colorMode="COLOR_BY_GROUP"

  • Bar graph time change

    Hello Forum Members
    In the attached vi a graph simply plots two values side by side in bar format. What I would like to see happen, and need some assistance with is:
    1. Any bars plotted to remain on the graph for historical visualisation
    2. When the date changes, another two data points will present themselves to the graph, and I would like to plot these next to the previous plot group (with a space in between the two plot groups)
    Thats it. Would anybody be able to show me this? I've looked through the previous posts, but have been unable to find something close enough to my requirement
    Thanks and best regards
    Ray
    ps....does anybody see the red line at the bottom of the second (white) bar (at the 0 x point, and across the width of the plot)......what is this artifact?
    Attachments:
    graph_forum.vi ‏13 KB

    Hi Rayclout,
    I created a sample program for you. It doesn't follow the exact same architecture
    as your original code. It does however produce what you have laid out in your
    post.
    I used an event structure inside a while loop instead of for loops. This
    architecture allows the user to record data after every input. The data points
    are stored as a 2D array which is displayed in a waveform chart. The main difference
    between a waveform chart and a waveform graph is that the waveform chart
    stores its data history. 
    The thin line at the bottom of the bars in your graph is due to the fact that
    there is still a data at 0. I was able to hide it by assigning a -1 constant
    to the array and uncheck auto scaling in the y axis chart of the waveform chart properties. 
    It's not perfect, but this should give you a good start.
    I hope it helps.
    Josh L.
    Applications Engineer
    National Instruments
    Attachments:
    Bar_Graph_Example.vi ‏16 KB

Maybe you are looking for