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

Tags: Database

Similar Questions

  • 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

  • low latency multiple series to read

    I develop a DAQ series box which reads using the SMU-8130 and labview RT I'm reading multiple series instruments that send packages of short, CR/LF-Close to a rate of about 1 to 4 Hz.  Low latency between the arrival of the series data and treatment (timestamp) is a priority.

    One of the instruments of series is a GPS timing device, and I checked, during playback of a single instrument in series, can I timestamp with a precision of about 50-100 microseconds.

    However, when I add more instruments, or at least more instrument of manipulation loops without connected equipment, these latencies jump at least 10 x.  The jump in time of latency seems also tied to the period of waiting time for VISA set up a Serial Port.

    In other words, I suspect that the additional instruments may be locking other threads in treatment of the series. I checked the reading series is configured for asynchronous mode.

    Can anyone suggest how to approach the issue? The serial ports are supposed to be blocking each and other reads like this?

    For reference, here's how my VI works:

    Here's some of my main VI.

    The basic operation is as follows:

    • open_aqn_serial opens a VISA resource for each serial port based on the parameters of read_aqn_conf.
    • Each serial port is controlled by a body independent while loop. Most of the work in each loop is done by the serial_handler2.vi, described below.  Feedback loops are used for the sequence numbering and buffering.
    • There are currently about 4 or 5 of these loops series instrument Manager
    • In each loop, data from the serial port are timestamped, then sent to a queue that collects the data sets of all instruments.

    Here's serial_handler2.vi:

    • The VI attempts to read either enough bytes for an entire package, or however, the number of bytes is on port, if it is higher.  It is also configured to finish reading on the term float.
    • The data is immediately stamped and added in a buffer.
    • The buffer contains incomplete packages (in the case of a partial reading) until they are complete, then complete passes (or outdated) packets to the queue of the collection.

  • CFCHART chart flash - formatted xml

    I have two cards each that are generated using the tag cfchart - creating a graph in flash. To get the look of the end of the map I want, I use an xml file to handle some of the formatting. This fine all worked for me until last week when I went to a crappy host to a new host good. You can see that the two charts HERE the top graph works fine, but the graphic background batteries (controlled by a different xml file) monthly results superimposed - why?

    Note: the results appear after each other instead of stacked - if I take the line 'style' in the cfchart part, so it tells me that it is the xml file that is paramount, but I don't know why.

    CFCODE of the second graph:
    < cfchart format = "swf".
    style="/XML/monthlyDistanceGraphs.xml".
    chartheight = '125 '.
    chartwidth = '575 '.
    ForegroundColor = "000000".
    yaxistitle = "mileage".
    URL = "JavaScript:popUp('walksMonth.cfm?month=$ItemLabel$'); ">
    < cfchartseries type = 'bar '.
    Query = "yearlyChart."
    ValueColumn = "yrDistance."
    PostesColonne = "walkDate".
    SeriesColor = "ff0000" >
    < / cfchartseries >
    < / cfchart >

    The second chart XML:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < frameChart is3D = "no" >
    < type xAxis = "DateTime" >
    < style labelFormat = "DateTimePattern" reason = "MMM" / >
    < parseFormat style = "DateTimePattern" reason = "yyyy-MM-DD hh: mm:" / >
    < dateTimeStyle majorUnit = 'Months' minorUnit = 'Months' / >
    < isMultiline labelStyle = "false" isHideOverlapped = "true" / >
    < / xAxis >
    < scaleMin yAxis = '0' scaleMax = "80" >
    < labelFormat pattern = "#, # 0" ###" / >
    < parseFormat pattern = "#, # 0" ###" / >
    < isMultiline labelStyle = "false" / >
    < / yAxis >
    < legend isVisible = "false" / >
    < background minColor = "#dddddd" / >
    < background popup = 'white' in the foreground 'black' = / >
    < paint isVertical = min = '25' max "75" = "true" / >
    < elements fixedWidth = "40" >
    < morph morph = 'growing up' / >
    < index collection = "0" >
    <! [CDATA [$(value) miles]] >
    < / series >
    < / items >
    < / frameChart >

    Quote:
    Posted by: jkgiven
    XML file as follows:...

    I just get the month of request:

    SELECT sum (distance) AS yrDistance, month (walkDate)
    ... ...

    ...

    In my first cfdump (under monthlyChart) data appears in the format 2006-10 - 0100:00:00.0 but in my PB, it's 01/10/2006 - I should change it's 2006-10-01?

    First of all, it looks like you are using MS Access, dates DB shows you as '01/10/2006' because that's how Bill Gates thinks that a Red blooded American wants to see them.
    It stores dates in a code which translates by "2006-10 - 0100:00:00.0.

    You don't need to change anything there, just be wary of what's going on.

    The XML file looks OK now.

    It seems that the last problem is that is looking for a column named "walkDate", but the query does not contain such a column (and cfchart does not have an error in this case!).

    Modify your query to:


    SELECT
    SUM (distance) AS yrDistance
    , MONTH (walkDate) AS walkMonth
    Of
    bockWalk
    WHERE
    YEAR (walkDate) = #year (Now ()) #.
    GROUP BY
    MONTH (walkDate)

    Then change your chartseries to:

    <>
    type = 'bar '.
    Query = "yearlyChart."
    ValueColumn = "yrDistance."
    PostesColonne = "walkMonth".
    SeriesColor = "ff0000".
    >

  • Write name of series in the chart to the report area

    I have a sample application created for my use and its accessible via the link

    https://Apex.Oracle.com/pls/Apex/f?p=78540:1:106638818610570:

    Username and password is apex_global / apex_global

    workspace: SHASAPEX

    I'm doing an exploration down to a region of the graph to a regional report and when I click on my bar diagram - I want to be able to pass the name label and the serial in my region to report (Variables) - so in my example - I'm hoping to spend say - JUL-14 and eligible Evergreen when click on the blue bar in the region of JUL - 14 , then through java for the link action script, I do an update of my region to report after you have defined the required hidden items

    But I don't know - how to pass the series name of my table for the report region - as of now, I have a javascript function to do a pop up of my values passed which shows JUL-14 and 2 when you click on my region example

    Thank you

    S

    Hi Jeff / Mihai,.

    Just thought to share my discoveries - has been able to make it work as I wanted (i, e - one query with several series of that) and then click for the series name to dig another report

    The reason why this is essential, what I need where I don't know how much of series I'm going to so I'll construct my SQL in a function and return to the region of APEX - this way atleast I would like to know which series is clicked, and I would have to factor the name of set of real criteria SQL into sql report child I did ,

    I updated my original with her test area if you want to take a look.

    Basically, we need to make a listener on the loading of the page that looks something like (Note: here in static chart region ID is RG1_EVGEXP_BAR)

    AnyChart.getChartById($("#RG1_EVGEXP_BAR_chart object").attr("id")).addEventListener("pointClick",function(e){
      console.log(e);
    showChartPopup(e);
    });
    

    And a separate java script which binds the name of the series and then update my report region is.

    function showChartPopup(pEvent){
    alert(pEvent.data.Name);
    alert(pEvent.data.Series.Name);
    clickEvgExpBar(pEvent.data.Name,pEvent.data.Series.Name);
    }
    
    function clickEvgExpBar(pLabel,pValue){
       $x('P1_R2_PERIOD').value = pLabel;
       $x('P1_R2_EVG_ELG').value = pValue;
       $('#R2_EVGEXP_CAT_DTLS').trigger('apexrefresh');
    }
    
  • 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

  • Problem with multiple series - CFCHART

    Using CF9, trying to create a simple table with two rows.  Problem is that when there is no value, CFCHART draws a line, but with values of '0 '.

    The first series is a set of values monthly (12) one for each month in 2011. The second series is also the monthly values, but for 2012, CDA (January to may 2012).  For all values between 90 and 100, so I have it set to "Scale" in order to see if the year is better or worse.

    I'm trying to draw series 1 (2011) on a single line and 2 of the series on a second line.  This allows to compare the results of the year on the other.  Have two QofQ, one that contains the twelve 2011 values and one that contains the five 2012 monthly values.  The x axis values are numbers (1-12 for 2011 and 1-5 for 2012).  However, I have re - format the results by using 'CreateDate', so CFCHART can identify a date and format / view only "months" on the graph (e.g., JAN, Feb, Mar... (DEC).   This works, because the bottom of the graph shows JAN to DEC.

    The chart shows 2011 correctly with 12 points and a line.  But for 2012, it shows points 5 (January-May) with their values and then shows Jun - Dec 2012 with values of ZERO.  So, on the plot of may 2012, you have this great line that goes from 90% in May to 0% in June, then 0% for the rest of 2012.  I want only to draw the line in may 2012.

    If you delete the series 2011 of the CFCHART, it appears correctly and displays only 5 months in 2012 (January-May).   And if you delete the 2012 series, it appears correctly, with all 12 months in 2011.


    I just need it to appear exactly like that, when two CFCHARTSERIES are used.   Even if you < CFOUTPUT > the application of 2012, you get 5 points, Jan - may.  So don't know why she wants the graphic elements 12 in 2012 with all zeros for June - dec 2012.

    Appreciate any help/tips on how to get year lines, with 12 data points for 2011 and 2012 5.

    Gary

    You must disable interpolation. However, there is also a bug in some versions.

    https://BugBase.Adobe.com/index.cfm?event=bug&ID=3042868

    See here for a workaround:

    http://forums.Adobe.com/message/3304324#3304324

  • Dynamically set height chart flash?

    Hello

    I have a flash chart which includes a selector that changes the query for the chart. Depending on what the user selects, the chart displays a different number of lines (is be a stacked horizontal bar graph, but this could be apply to any type of chart). I would like to be able to dynamically set the graphic height based on the number of rows that the query returns. If I put it is too small and that the user makes a choice that refers to a larger number of lines, the bars in the chart are compressed to the point where the labels are illegible or omitted altogether. Conversely, if I set the height to a higher value and the user makes a selection which results in a small number of lines, the list is too long and difficult to read.

    I'm able to calculate what I would like the height of the chart to be using a page element and one before the process of the header. But I can't understand how to pass this value to AnyChart. I tried to use an article of substitution (e.g., & P7_CHART_HEIGHT) as the value for the graph height on the graphic settings of attributes/Chart page, but this attribute requires a numeric value other than zero. I tried to understand if I could change the XML graph, but could not understand how do and I don't know substitutions is passed in the XML in any case.

    Is there a way to dynamically set the height attribute of a chart at page load time?

    Thank you
    Mike
  • Help with multiple series

    Hey all,.

    I am trying to add a series of line to an areaChart (Cartesian actually)

    I can easily add the second series via action script or tags.

    The problem occurs when I try to update the series online. Each time series of line data are changed the main series of plot runs its animation (slide).


    Is it possible to update the series line without enacting the plotseries animation?

    Solved.

    What I did to remove the animation from the series, whenever the line series was created.

    Because the data in the chart could change only when a user moves a slide I added animation when the mooused of the user down on the slide.

  • T series Internet download charts

    Can someone tell me what I can do to correct a problem where my camera will not completely download internet graphic design? Do not download the background graphics and text and often I would quess where they are found on websites?

    turn off the high contrast in accessibility options in Control Panel. This isn't a problem of series t.

  • How to get you to multiple pictures at once in Flash?

    I want to draw something to about 10 images, but I don't want to have to draw on all of them or to copy and paste because it forces to not be aligned with the drawing in the previous image. I watched it, but I can't seem to find someone the same question. I tried to use editing multiple frames tool, but it does not work for the things (perhaps a user error), but works for staggering things as it is supposed to be drawing. Does anyone know how to draw multiple images at the same time if this is possible?

    You can copy the contents of a layer and paste in place another layer but you will have to do so at each new keyframe. The dough persist across keyframes.

  • Can not download multiple photos on Facebook using Flash Player

    I can no longer upload several photos on Facebook.  When I try he invites me to download the latest version of Flash Player.  I did this several times, restarted my computer, etc..  I checked under tools/manage add-ons and Flash Player appears as 'enabled '.  Still not able to download the photos.  Any help would be greatly appreciated.

    It is a known problem with Internet Explorer 11, which Microsoft has known since Oct. 18, when they released their latest browser "tested." The pages may not recognize the browser, so they don't recognize any of the plugins like Flash Player. So far, Microsoft has made NO indication they have any plan to address it quickly.
    Recommendation from Microsoft is to use compatibility view for the relevant pages and "pretend" you are using a different browser. Problem with that is it has been a success limited at best, and you will need to activate individually for EACH page that has problems.
    I'm not big on "pretend" so I recommend you to use another browser.

    Firefox (from Mozilla)

    Opera (from opera)

    Safari (from Apple)

    Chrome (from Google)

    NO one who will work where IE11 won't, with the Flash Player plug-in (for all other browsers), and Chrome doesn't have same because it has its own plugin Flash Player built in.

  • link chart flash: passing paramerters

    I'm quite new to use 4 APEX and has a problem with passing parameters in a link to a page of flah 7 to another (page 6).

    One my first page I have 3 bars (result of my select on the table VBI_DOC_DETAIL_IN).
    Here, the user can choose a specific bar (vd. XORGANIZATION) per click, goes to a chart on page 6.
    P7_TEXT (element selection on the first page list) must be spent on page 6.
    And here, it's not going: How do I change the value of P7_TEXT to page 6?

    I try doing this, but does not work:

    Select ' f? p = & APP_ID.:6 :'|| : app_session |': P7_ORG, P7_TEXT :'|| VD. XORGANIZATION |', v (P7_TEXT)' link
    vd. Label XORGANIZATION
    the sum of value (vd.xxx)
    OF VBI_DOC_DETAIL_IN vd
    WHERE THE...

    Some help would be appreciated.

    Thanks in advance.

    Bernard

    Published by: user1335486 on August 3, 2011 06:29

    Published by: user1335486 on August 3, 2011 06:48

    Hello Bernard -.

    Try this

    select 'f?p=&APP_ID.:6:'||:app_session||'::::P7_ORG,P7_TEXT:'||vd.XORGANIZATION||','||:P7_TEXT link
    , vd.XORGANIZATION label
    , sum (vd.xxx) value
    FROM VBI_DOC_DETAIL_IN vd
    WHERE ...
    

    Austin

  • Dell Inspiron 17 5000 PC series laptop battery orange flashing light

    my computer laptop battery blinking orange. I am running Windows 10.

    I checked the battery meter and battery is charged to 100%, and the counter shows that it works normally. The laptop is only a few months old.

    I saw another post that suggested restarting the laptop with the cable disconnected. I'going to try that next.

    Please provide the model number of Dell; Example: Dell Inspiron 3543

    In the meantime, I suggest you turn off the laptop, unplug the AC adapter / CC and all devices. Remove the battery and press the "Power On" button for 15 seconds, then release. Replace the battery, AC adapter, then turn on the system. If all goes well, there is not a light orange.

    Here are a few suggestions more:

    Please type Control Panel Troubleshooter on the search field [Cortana], click on "Show all" and then put.

  • Comparison chart (Flash 8)

    Hello
    I am trying to write a function that "will highlight' days in a month - for a calendar that I do.
    The dates I'm PHP/MySQL like this: AAAA-MM-JJ.

    I divided the date a 'year', 'month' and 'day' and then put them in a table as follows:

    CODE.

    [...]

    function editDateResults (d: Array) {/ / d = a complete picture of the document in the format YYYY-MM-DD dates}
    for (var i: Number = 0; i < d.length; i ++) {}
    Year.push (parseInt (d .substring (0, 4)));
    month.push (parseInt (d
    .substring (5, 7)));
    Day.push (parseInt (d .substring (8, 10)));
    } //end for
    } //end function

    [...]
    END CODE.


    How to berries and align them with my calendar days.

    I tried something like that. DON'T, DON'T LAUGH! He worked at the sort of! Laughing out loud

    CODE.
    var l:Number = 0;
    var d: Number = 0;
    var: number = 0;

    function highlightDay () {}
    Count = 0; reset;
    While (true) {}
    Count ++;
    l ++ ;
    l = month.length %;
    d ++ ;
    %d = 31;
    If (monthsByNumber [n] + 1 == month [l] and d == day [l]) {/ / n = a changed number by pressing the button "next" or "prev"}
    var DayColor = new Color (Calendar ["daycube" + d]); Calendar = main clip. "daybube" is just a small cube with a number representing the day (inside the calendar).
    var colorTransform:Object = {ra: 50, ga:50, ba: 50};
    DayColor.setTransform (colorTransform);
    Calendar ["daycube" + d] .hasEvent = true;
    ["Daycube" + d] calendar .eventNumber = l;
    } else {}
    var DayColor = new Color (Calendar ["daycube" + d]);
    var colorTransform:Object = {ra: 100, ga:100, ba: 100};
    DayColor.setTransform (colorTransform);
    Calendar ["daycube" + d] .hasEvent = false;
    } //end if
    If (count > = (month.length * 31)) {break ;} How often to check
    } //end while
    } //end function
    END CODE.

    Thanks for any help you can give!

    Never mind. I thought about it!

Maybe you are looking for