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

Tags: Database

Similar Questions

  • 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

  • How can I display a series of images in the same picture frame?

    I am a user of mid-level and recently saw a feature on a website that I would like to incorporate into my own creations. I am looking for a teaching link explaining this process. There is a picture on a published web site. For the right side and left side of the main image are two small pictures: a "triangle forward" and an "inverted triangle". When you click on the triangle before image main change to image #2, and again to the #3 image. By clicking on the left side "inverted triangle" brings the user to #2 image, then the image #1. All the main images are located within the same frame, it's just that you can click back through a series of images half a dozen. It seems easy, but I can't find the right instructions. Can anyone suggest a link or two? Thank you!

    From the code




    It's using this script

    http://www.ndoherty.biz/tag/CODA-slider/

    See also

    http://jqueryfordesigners.com/CODA-slider-effect/

  • 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

  • How can I display several rows of a line

    Hello

    I have a table called temp_probabaility and contain 2 colomns (id1, path) values as below,

    Id1 path
    3; 2,4,6
    4; 1; 2; 3; 5
    5; 1; 2; 3; 4; 5
    I need to convert the values to be as below.

    Id1 path
    3 2
    3 4
    3 6
    4 1
    4 2
    4 3
    4 5
    ....

    Please any help?

    Published by: user11309581 on May 13, 2011 16:13

    Published by: user11309581 on May 13, 2011 16:16

    Published by: user11309581 on May 13, 2011 16:18

    Here's a way...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with x as (select 3 as id1, ';2;4;6' as path from dual union all
      2             select 4, ';1;2;3;5' from dual union all
      3             select 5, ';1;2;3;4;5' from dual)
      4  --
      5  -- end of test data
      6  --
      7  select id1, regexp_substr(path,'[^;]+',1,rn) as path
      8  from   x cross join (select rownum rn
      9                       from dual
     10                       connect by rownum <= (select max(length(regexp_replace(path,'[^;]'))) from x))
     11  where regexp_substr(path,'[^;]+',1,rn) is not null
     12* order by 1,2
    SQL> /
    
           ID1 PATH
    ---------- ----------
             3 2
             3 4
             3 6
             4 1
             4 2
             4 3
             4 5
             5 1
             5 2
             5 3
             5 4
             5 5
    
    12 rows selected.
    
  • Display vertical gridlines on the line chart

    Hello world

    I looked in the recipe book and saw no option to display vertical gridlines on a chart.

    A bubble chart has vertical line. Any help would be appreciated.

    Thank you

    ARIS

    Hello Aris,

    Vertical gridlines can be activated on the categorical axis cards and time by defining:

    xAxis: {majorTick: {rendered: 'on'}}
    

    Hope this helps,

    Hugh

  • is it possible to apply the sort on the columns added to a dynamic display object?

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    We have created a dynamic display object in the AM Impl, all objects in view columns are added dynamically.


    All lines are displayed correctly, but when sorting columns data disappear. (point of view are being refreshed, of course).


    is it possible to apply the sort on the columns added to a dynamic display object?

    This is how we show data in the JSF page:


    < af:table lines = ' #{bindings. " DynamicVO.rangeSize}' fetchSize = "#{bindings." DynamicVO.rangeSize}.

    emptyText = "#{bindings." DynamicVO.viewable? "{'No data to display.': 'Access Denied.'}".

    var = 'row' rowBandingInterval = '0' value = ' #{bindings. " DynamicVO.collectionModel}.

    selectedRowKeys = ' #{bindings. " DynamicVO.collectionModel.selectedRow}.

    selectionListener = "#{bindings." DynamicVO.collectionModel.makeCurrent}.

    rowSelection = "single" id = "t1" >

    < af:forEach elements = "#{bindings." Var DynamicVOIterator.attributeDefs}' = 'def' varStatus = 'vs' >

    "< af:column headerText =" #{def.propertyMap.label} "sortable ="true"sortProperty =" #{def.name} ".

    ID = "clmn$ {vs.index}" >

    < af:outputText value = "#{row [def.name]}" id = "ot1" / > "

    < / af:column >

    < / af:forEach >

    < / af:table >




    Thanks guys, I created a custom class that contains a model that can be sorted in a pod of support and I have to the adf work table it and it is very good about sorting.

    JSF:

    Rows = "#{pageFlowScope.crudBean.dynamicTable.collectionModel.RowCount} '"

    contentDelivery = 'immediate' var = 'row' rendered = 'true '.

    Binding = "#{backingBeanScope.crudBackingBean.tasksTable} '"

    selectionListener = "#{backingBeanScope.crudBackingBean.customListener} '"

    "rowSelection ="single"id ="t1"partialTriggers =": pt_gr2 "columnStretching =" column: clmn0 ">

    inlineStyle = "width: 100px;"  ID = "clmn$ {vs.index}" > "

  • How can I display a grid of horizontal alignment in Pages.

    How can I display a grid of horizontal alignment in pages. I can show a vertical, but there seems to be no option to show a horizontal. I use El Capitan with maps, version 5.6.2 Pages.

    Pages v5.6.2 has horizontal and vertical guides, but no grid. The vertical guide is enabled in the menu Pages: preferences: sovereign.

    With the two visible leaders after menu display: display the rule, place the cursor of the black needle on the edge of the respective sovereign and then click. When you see the following icon, drag the new guide in your document. Several vertical and horizontal guides may be present. The view menu has an element of Guides to hide menu or erased.

    • Indicator of horizontal ruler guide
    • Indicator of vertical ruler guide
  • How can I display all recipients of an e-mail when I open the email

    I don't know if this is a duplicate.

    How can I display all recipients of an e-mail when I open the email in Thunderbird. What setting do I change this effect. I don't see that myself as a recipient not anyone else the email is addressed to or even any cc

    'View'-> headers-> all the.

  • How can I display an email address without opening the email?

    How can I display an email address without opening the email?  I want to know who sent me spam so I can block it without opening the email.

    There is no danger at the opening of the long spam email that you do not click on any links in the email.

  • How can I display the time of the data stored in a file using labview?

    How can I display the time of the data stored in a file using labview?

    Hi Matt,

    I think that we will need a little more information as to how you capture the data, what data you capture, etc.

    If you capture a waveform, is to extract the time data waveform which includes the t0 and dt values, so you can understand the time stamp of a specific data point as in the image below.

  • How can I display a variable evolution in a Subvi on the face before of the main vi as the Subvi is excuting

    In the attached document the vi on the right is sub to the vi on the left. On the Subvi on the right of the variable "playing field" is continuously updated on the façade of the Sub - VI as the loop 'for' is executed, but only the last value of the variable is updated in the table main before vi which is what is expected. My question is how can I display the evolution of the value of 'Playing field' on the main façade of vi that the loop 'for' in the Sub - VI is running?

    Thank you.

    I don't have the drivers you are using. But here's an example of how update an indicator of a Subvi. To create the reference control in the Subvi, select control refnum in refnum palette and drag a numeric (or other) on the refnum control.

    VI the appellant

    Subvi

  • How to dynamically change report style sheets in TestStand.

    How to dynamically change report style sheets in TestStand.


  • How can I display the printable two than non-printable ascii characters from a device and display it in a text box?

    Hello

    My send UUT to my computer via serial port of printable and non-printable ascii characters. The question is:

    (1) how to display all characters in a text box.

    (2) how can I display all these characters in hexadecimal format and display it in a text box?

    Thank you.

    Robert

    Text boxes can actually receive channels with printable and non-printable characters: nonprinting characters will be represented with a small square. For example, consider this code:

    tank has [512], msg [512];

    Create a string with embedded unprintable characters

    sprintf (one, "Hello: %c %c %c %c % c: World!", 1, 2, 3, 4, 5);

    Pass the string to the text box "such what."

    ResetTextBox (bH [1], b1_n, a);

    Format a hexadecimal representation of the string and add it to the text box

    FMT (msg, '\n%*d[zb1r16w2p0j1]', strlen (a), a);
    SetCtrlVal (Bosnia and Herzegovina [1], b1_n, msg);

    The result is as follows: the first line is the string passed "such what", what follows is the hexadecimal representation.

  • Windows Vista how do dynamic C drive and delete the D drive.

    I loaded Vista removed, loaded XP, removed XP and re-installed Vista, once I reinstalled Vista, drive D appeared and I can't figure out how C dynamic disk and remove the D drive.

    Hi winfieldmack,

    For instructions, see the following article:

    Change a disk from basic to dynamic disk

    Note: Steps are applicable to Windows Vista, too.

Maybe you are looking for

  • How can I change the option to launch TextEdit?

    I use "TextEdit" App on OS X ElCapitan. When I launched this app, this pop-up has always shown. Whenever I so need to select "New Document". For me, it is an unnecessary extra step to quickly write something. Is it possible to change the launch optio

  • Simple HTML code in the field of the screen

    Hi guys,. I read so much discussions on BrowserField, HTML etc but can't find a simple way to match my needs. I want to just use an html tag in my area of screen like this: Hello World! I do not want to use complex as ways HttpConnection or call a br

  • Desktop gadgets are gone

    my desktop gadgets have been some how disabled and I cannot get back them. Tried to disable gadgets in Control Panel and thin to allow them again without success. I've turned on gadgets, but the gadget program does not begin.

  • Where is RIM-COD-URL-1: coming from?

    All of a sudden I see RIM-COD-URL-1 appears in my JAD file.  That wouldn't be a problem if I had several .cod files.  CAP is not still generate this .cod file either.  What makes my OTA downloads fail because he is looking for one.  Using plug-in in

  • EP 11 - is - it possible to create scenes in the scenes?

    PE - 11I have 3 years of home movies I want to burn to a DVD. I created a disc Menu and makes each year a scene. But I would like to be able to navigate to scenes within each of the three years. Is it possible to have a main Menu for the DVD where yo