Line chart multiple series shows the range of points.

I have a 4 line chart series (using the Application Express 3.1.2.00.02 and Anychart 3.3). Data are based on a date range (x-axis). When I try to send back more than a month of a data value, it will only show points for a month (for example, the date range is 01/06/10 - 12/1/10 it will only display data for 6/1 - 7 / 1). Please let me know if you want more details.

Any help is greatly appreciated.

Edited by: cjmartin December 8, 2010 12:14

Order what you have in your series on the chart lines maximum .

Jeff

Tags: Database

Similar Questions

  • [chart] not always showing the data

    First of all, I use CVI2012SP1 with the CVI2013SP2 runtime.

    I ve you have the problem that the same program and version works fine on my pc, but not on a pc for a customer.

    The problem is that on my pc, I can see the data, but on the pc of the client it is from no data. As I use the manual scaling, I know that the data, which should be drawn, are just. The thing that bothers me the most is that I use a graph for other things in this program, and here they are still working.

    I Don t know if it helps, but I also had the problem that Auto scale does not work for me on these graphs.

    I can´t really make a cut from the version of this, because it seems that it is only a problem for the graphics on a table of many.

    More information about the graphics. I had 4 panels with graphics on it. 3 panels is loaded only once and works perfectly, but a single panel that I load many times that I need and it got 2 graphics in it and these 2 graphics aren´t works as expected.

    Nobody knows what this could be or could tell me what to try to find out what is wrong of will?

    Problem found and solved.

    Before I used a chart to display the data, I used a stripchart and as I ve changed the code I misplaced a parameter to the PlotXY function. So instead I put the thickness of line as a parameter to set the line style, and so the plots disappeared for the thickness of the line 2.

    It was a hard to find bug

  • Line of cmd to show the left space datastore

    Hello

    Is there a simple command line to extract the left space for the data store with the result of "esxcfg-info? - s

    What I have is the same as what we see in the graphical interface of VC = & gt; left space for each data store.

    Thx a lot for your help

    VDF h

    If you have found this device or any other answer useful please consider useful or correct buttons using attribute points

  • Display lines in scrolling Page showing the history of PeopleSoft

    Greetings,

    Is it possible to force a page of history then first display without the need for the user to click the button "include history?

    Thank you, Alex!

    Use the version 8.53 of tools, I got 3 measures verified to include "update/view" and "Update/Display All '. UNCHECKING "display/update" so that only ' Update/Display All' was indeed fixed the problem. I would not have thought that without your kind advice.

  • How to show the ListField focus point in reverse or other color

    I saw similar comments, but not enough information to go. I'm new to b'berry and java too, this is my first application, and it comes to Notifications, storage options, the requests HTTP, XML and browser integration, there has been a steep learning curve!

    I have a ListField with a ListFieldCallback, which draws text in the list of members. When the wheel is used to select items, the background is blue but unchanged in the foreground, making almost unreadable text. I want the text to be reversed in color, or blue background (preferably) be a rectangle outline. I think that the answer lies somewhere like getCallback and focusRect, but I don't know what to do. Ideally, I would like to change the code in the callback class 'drawListRow()', but I suspect that things are not so simple!

    My code looks like (sorry I can't put much too, I wanted to know what pieces of change):

    ...
    
    final class SMobile extends UiApplication
    {
    ...
        private ListCallback myCallback;
        private ListField myList;
    
        public static void main(String[] args)
        {
    ...
                SMobile theApp = new SMobile( true);
                theApp.enterEventDispatcher();
    ...
        }
    ...
        private SMobile( boolean runmode)
        {
    ...
                myList = new ListField();
                myCallback = new ListCallback();
                myList.setCallback(myCallback);
                myCallback.erase();
    
                _mainScreen.add(myList);
    ...
                pushScreen(_mainScreen);
        }
    ...
        private static class ListEntry {
            public String s = "";
            public String t = "";
            public String f = "";
            public String st = "";
            public String m = "";
        }
    
        private static class ListCallback implements ListFieldCallback {
            private Vector listElements = new Vector();
    
            public void drawListRow(ListField list, Graphics g,
                                            int index, int y, int w) {  
    
                ListEntry _entry = (ListEntry)listElements.elementAt(index);
    
                if ( _entry.st.indexOf("U") != -1)
                {
                    g.setColor( Color.DARKRED);
                }
                else
                {
                    g.setColor( Color.DARKGREEN);
                }
    
                Font _font = g.getFont();
                int size = (_font.getHeight() ) / 2;
                _font = _font.derive(0, size, Ui.UNITS_px);
                g.setFont( _font);
                g.drawText(_entry.s.concat(", ").concat(_entry.t).concat(",").concat(_entry.st),
                            0, y+1, (int)( DrawStyle.ELLIPSIS | DrawStyle.LEFT ), w);
    
                g.setColor( Color.BLACK);
                g.drawText(_entry.f.concat(", ").concat(_entry.m),
                            10, y + _font.getHeight()-1,
                            (int)( DrawStyle.ELLIPSIS | DrawStyle.LEFT ), w);
            }
    
            public Object get(ListField list, int index) {
                return listElements.elementAt(index);
            }
            public int indexOfList(ListField list, String p, int s) {
                return -1; //Not implemented, as we have an object in the Vector, not a string
            }
            public int getPreferredWidth(ListField list) {
                return Display.getWidth();
            }
            public void insert(ListEntry toInsert, int index) {
                listElements.insertElementAt(toInsert, index);
            }
            public void erase() {
                    listElements.removeAllElements();
            }
        }
    
    ...
    }
    

    Please can someone advise?

    Thank you.

    Steve

    Thanks Mark,

    I ended up using a similar method with a twist. I drew a background rectangle slightly smaller than the list item, then the blue selection box turns into a blue outline, and colors of foreground elements are not hidden by it:

    ...
            public void drawListRow(ListField list, Graphics g,
                                            int index, int y, int w) {  
    
                ListEntry _entry = (ListEntry)listElements.elementAt(index);
    
                //Draw background rectangle to replace dk blue selection rectangle with outline only
                g.setColor( Color.WHITESMOKE); //Pale but not white
                int h = list.getRowHeight();
                g.fillRect( 2, y+2, w-4, h-4);
    ...
    

    Steve

  • Interactive report several series in the same chart?

    Hello
    I am about to develop a chart report showing multiple series in the same chart
    ex
    Series1: product A, amounts, dates
    Series2: product B, amounts, dates
    etc.
    It would be good to use IntractiveReports in this case, but is - it possible?
    Thanks for the tips & tricks
    Cordially GASon

    Hi Gunnar,

    It is not actually possible create a multiple series chart using the Actions menu for an interactive report. Only the single series charts can be generated using this option. You need generate a separate table to manage your needs, which you obviously could position itself on the same page as your interactive report. The advantage to generate a separate table means that you can choose from a wide range of types of exposed by the wizards for creating Flash charts. We take to support the generation of 4 types of charts (horizontal bar, column, line, Pie) via the Action of graphics on interactive reports menu, but we support 26 types of graphs (ranging from the Gantt chart 2D column) via Wizards of creation. You may find it useful to take a look at my sample application (http://apex.oracle.com/pls/apex/f?p=36648) and also books AnyChart-online (http://anychart.com/products/anychart/overview/) and the graphics library, for more information on the cards.

    I hope this helps.

    Kind regards
    Hilary

  • Is it possible for a line chart display curved lines between the points?

    We have a demand interesting to build a line chart in OBIEE, where the points on the graph are connected by curved lines instead of the normal straights. The best way to describe it would be "serpentine". I saw this in a Cognos report, but I do not know if OBIEE for this. Maybe a setting in line.pcxml? Any ideas?

    Currently, we do not provide the organizational chart. Both options, you have to connect the dots in a line chart are either via a straight line or a curve of the step. A curved line would essentially be a form of a spline, with suitable smoothing algorithms.

    Rgds,
    Afonso
    BI product management

  • It is possible to set the ranges of quantities?

    I have this card, I put this ranges (300,350,400,450,500,550,600,650,700)

    ! http://img242.imageshack.us/img242/8468/rangosn.PNG!

    I want to show the ranges by 100 (300,400,500,600,700)

    I found in the documentary and I didn t find anything.

    It's my code chart

    chart:
    < graphic depthAngle = "50" depthRadius = '8' pieDepth = "30" pieTilt = "20" seriesEffect = "SE_AUTO_GRADIENT" >
    < LegendArea visible = "true" / >
    < SeriesItems >
    < series id = markerType '0' = "MT_BAR" color = "#eea16b" / >
    < series id = '1' markerType = color "MT_BAR" = "#fae48f" / >
    < series id = "2" markerType = "MT_MARKER" color = "#821616" lineStyle = "LS_SOLID" / >
    < / SeriesItems >
    < Y1ReferenceLine >
    < ReferenceLine index = "0" visible = "true" lineWidth = '3' text = 'Media of Aragon' value = "500.0" displayedInLegend = "true" lineColor = "#ff11" / > < / Y1ReferenceLine >
    < Y1Axis axisMinAutoScaled = "false" axisMinValue = "300" axisMaxAutoScaled = "false" axisMaxValue = "700" / >
    "{((< LocalGridData colCount =" {count (xdoxslt:group (current - group (), ' Competencia))} "))}" rowCount = "2" >
    .
    .
    .
    < / LocalGridData > < / chart >


    Thank you

    Now I understand



    The values are hardcoded here, but you can reference your XML using max values and a feature tour

    Tim

  • Pass the range to SEE the Report Builder report

    I'm more than one gui that a coder so I like working with ReportBuilder if possible. I'm almost done with a parameter-driven report but need help to show the range of dates at the top of each page. A .cfm page has text boxes where the user between the beginning and the end of date range, they want to see and it also has a categories box to the report. It works fine, but I want that the range of dates that the user specified in the top of each page with the title. Thanks for any help.

    John

    ========================

    Found an answer here: http://www.houseoffusion.com/groups/cf-newbie/thread.cfm/threadid:886 #3691

    I'm more than one gui that a coder so I like working with ReportBuilder if possible. I'm almost done with a parameter-driven report but need help to show the range of dates at the top of each page. A .cfm page has text boxes where the user between the beginning and the end of date range, they want to see and it also has a categories box to the report. It works fine, but I want that the range of dates that the user specified in the top of each page with the title. Thanks for any help.

    John

    ========================

    Found an answer here: http://www.houseoffusion.com/groups/cf-newbie/thread.cfm/threadid:886 #3691

  • help in hiding and showing the series in a line chart

    Hello world

    I have a line chart with 8 sets of data and I would have checkboxes to show and hide each series, if the graph is not too busy.

    How can I do this?

    Thank you
    Ryan

    Hello Ryan,

    If you use the library AnyChart which is provided by default in the APEX of the following links may help:

    [url http://www.anychart.com/products/anychart/docs/users-guide/livesamples/js-series/index.html] Adding, deleting, changing, hiding and showing Series - AnyChart JavaScript interactivity

    {: identifier of the thread = 2201947}

    I hope that helps!
    Kind regards
    Kiran

  • Series name is not in the series of the line chart that is created dynamically

    I created dynamically a chart series. This works well but the passage of the mouse on the data points shows only the x and the values, but not the name of the series, the legend shows a series of color boxes to match the lines, but no labels displayed for each colored area. Here is my code:

    linechart2.series = [];

    for(a = 0; a < allSettingsArray.length; a ++) {}

    CREATE SEVERAL VERTICAL AXIS

    var verticalAxis1:LinearAxis = new LinearAxis();

    var verticalAxisRenderer1:AxisRenderer = new AxisRenderer();

    verticalAxisRenderer1.axis = verticalAxis1;

    series: var LineSeries = new LineSeries();

    series.verticalAxis = verticalAxis1;

    series.yField = allSettingsArray [a];

    linechart2.series.push (series);

    }

    Each data point is defined in a loop like:

    temp ['gameNum'] = String (a);

    Str = String(attrVal[0]);

    Temp [str] = attrVal [1];

    Then added in the ArrayCollection collection:

    resultArrayColl.addItem (temp);

    Any suggestions, what I'm missing here?

    Mention displayName for the lineSeries.

    --

    TANU

  • Multiple series in a chart flash?

    How can I have multiple series in a flashchart?

    I am putting together a small application for a weight loss contest at the office and I have never used graphics in the apex before... With the help of the wizard that I seem to not get only one series. I want to have one for each competitor where the user can enter his weight daily and a (line 2D) graph that displays the progress of competitors in the same chart.

    Do I need a plugin for this licensed or is internal Summit graphic enough?

    Could someone give me a hint or point me to code or read it please?

    Thank you

    Andreas

    Hi Andreas
    You can add the series!
    See
    Region > graphic Flash
    under the "series of the chart," click the button "Add Series".
    GAson

  • Selection of lines with the range Paging VO

    Hello

    JDev 11.1.2.4

    I created a VO based on an OA. I added a transitional attribute in the original Version, this attribute is named Selelected of type Boolean initialized to false (default value Expression: false-Expression of Refresh value: false). That VO appears as an af:table. The attribute is displayed as selectBooleanCheckbox. The VO is set with an access mode of range Paging and a size of 28.

    < af:selectBooleanCheckbox value = "#{row.bindings.Selected.inputValue} '"

    label = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.label}.

    required = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.mandatory}.

    shortDesc = "#{bindings." VwRhdPortfolioTranWrkSend11.hints.Selected.tooltip}"id ="it1' autoSubmit = 'true '.

    valueChangeListener = "#{pageFlowScope.portfolioTransferBean.onWorkSelection}" >

    < f: validator binding="#{row.bindings.Selected.validator}"/ >

    < / af:selectBooleanCheckbox >

    The table shows the 25 lines. The user clicks one of the checkbox to select a line. The valueChangeListener is called with the new value (auto submit = true) as expected. Then the user scroll down for another "page" in the table, new lines are displayed. Then it scrolls to the first page. The previous selected checkbox is reset as not selected. The selection is lost.

    Is this expected behavior? If so how do you get a selection of lines with a VO of range paging.

    Thank you

    Try to create the transitional attribute in OT instead of VO.

    See you soon

    AJ

  • How to dynamically display a series in a line chart

    Hello people!

    I have a page with a defined single chart area.  Graphic region contains about a dozen series and all the pretty lines displayed on the pages as you want... it's just that the return of the data process is a bit long.  Even if I know that I can create a view materialized to solve the speed problem what I would really like to do is find a way as my client could really turn the individual series on and outside.

    I wonder if it's possible and if it how can I do?

    Happy trails all... and thank you!

    CJ

    Hi CJ,

    How to approach is to have an area of filter with checkboxes:

    Item1 box [1] Item2 Chceckbox2 Item2 Checkbox3 [X]]

    You could some default to Yes then in the series in the chart add something like [code]: P1_ITEM = "Y" [/ code] and have a dynamic action on change that refreshes your chart when a checkbox is changed

    This is a very basic example, you can take it to another level by allowing your users save the default series, they always want to see at a table, and then have an exists query something like:

    [code] select 1 from my_table where username =: APP_USER and series1 = "Y"; [/ code]

    Paul

  • Graph multiple series line

    Hi, I have a chart with two series inside. Both series are of type charts, and each has their own SQL statement to retrieve the appropriate data. The problem is that when the tank is returned, the series are displayed one after the other, not in parallel on the chart.

    Is there a way to fix this?

    Thank you
    Beth

    Hi Beth

    Looks like you have a problem with the categories in your two series.
    Turn on debugging and examine the graph generated xml code.

    Locate the section.

    
      
        
        
        
      
      
        
        
        
      
      
        
        
        
      
    
    

    Each series is defined as a set of points, and these points is defined as a class 'name' and a value 'y' like this...

    
    

    In my example the graphic drawing 3 lines and each line (series) have the same 3 categories.

    If it is possible to create a simple query like this, then the categories get mush easier to control.

    select null,
           to_char(o.order_timestamp, 'MON RRRR') label,
           sum (decode(p.category,'Accessories',oi.quantity * oi.unit_price,0)) "Accessories",
           sum (decode(p.category,'Mens',oi.quantity * oi.unit_price,0)) "Mens",
           sum (decode(p.category,'Womens',oi.quantity * oi.unit_price,0)) "Womens"
      from demo_product_info p, demo_order_items oi, demo_orders o
     where oi.product_id = p.product_id
       and o.order_id = oi.order_id
     group by to_char(o.order_timestamp, 'MON RRRR'), to_char(o.order_timestamp, 'RRRR MM')
     order by to_char(o.order_timestamp, 'RRRR MM')
    

    / Kenny

Maybe you are looking for

  • Most recent training manual?

    Hello There seems to be an error with the Logic Pro downloadable prep corrected (file logicprox101-exam - prep.pdf) from the page http://training.apple.com/pdf/logicprox101-exam-prep.pdf On page 6 above, he is said to use the book of the Apple Pro Lo

  • Satellite click 10: Impossible to apply Windows Update to version 1511

    Hey all,. Despite having clean temporary files, files of previous windows installation and whatever other useless, I could only about 7-8 GB of free space, which proved to be insufficient for Windows Update to version 1511. He suggested to use an ext

  • 0utlook Express won't allow emails in. account with pop3.slingshot.co.nz. they can find no fault. error 0x800CCC90 0x800CCC90 error number.

    Outlook Express will not accept in the emails.I have an pop3.slingshot.co.nz accountI sent an email to myself: it came out, but could not get! Slingshot has checked their end and everything is ok,Turned off the computer for 1/2 hour periodsHave turne

  • Family Vista premium missing windows media player 64-bit

    Hello.. .fondamentalement the title says it all.   I'm in Europe and bought the English version of vista HP 64-bit. (integrated home system) I want to install what my favorite site who subscribe to allows me to listen to live games and then what high

  • HP6520 all-in-one

    If I go to the advanced settings and the Destination. I get my pointer to the Base file name, a message appears saying the "you save the files, (a number sequence (001, 002) will be added on behalf of base file to distinguish files.» This does not ha