Charts radar in APEX?

Hello

I have an excel using radar chart and wanted to put in place the same at the APEX. Need an option chart radar or is it possible include third-party graphics?

Please let me know.

They are not built in but you might find them in a third-party product. It looks like AnyChart (whose base maps are included with Apex) plans to add this graph type to their product. When they do, you could integrate it with your Apex application. FYI, AnyChart is a commercial product.

Tags: Database

Similar Questions

  • Question of graph or chart radar

    Hello

    I am trying to create a simple (?) type of circular graphic radar based on a previous work of art (see attached image).

    I started to create from scratch in Indesign, but struggled to create sections of different colors. Someone suggested Illustrator but I always encounter similar problems. So far, I created three layers of shapes circle as well as three stretches of white mask to hide each section. I think I'm doing this is harder than it needs to be!

    Any help appreciated more!

    Amanda

    Blood donation wheel.jpg

    In fact, your subject line is your answer.

    Just use a pie chart. In the table, enter the valeur.33 for 3 entries. Ungroup twice, fill it with the color.

  • Radar / Spider chart

    Hello

    Is it possible to import a radar / spider chart at the apex?

    I saw that on the anychart.com they have radar charts, but I don't know how to import into my application.

    Thak you.
    Alex.

    Yes, there is a way. You can buy it produces such what also tried. First see demo graphics integrated graphics demo with your application, see...

  • Please help me: problem hard charting to Apex 4

    Hi guys, it's me again!

    I'm having a hard time creating a chart in the apex oracle 4.0. I wish it were a graphic flash with a trendline.

    The trend line is not very important right now, my problem is in the construction of the SQL query to generate this table. I'm wondeing if you could help.

    A quick overview of what it is supposed to do: children in a school to pass the exams for different academic courses. A student could write multiple reviews for the same course. Each of these reviews may contain one or several "Sections" (think of the Section A, Section B, etc.). Each section has its own amount of 'points' that contributes to the maximum overall score of the review. Pretty simple. Now the total scores of these reviews are all added to make a maximum score in a whole topic. Performance of the student in each course must be represented on the Board in a series, while the average score for an entire class is represented in another series. This bar graph to compare the overall performance of the student with the average performance of her entire class.

    Simply put, I ask the creating a chart bars flash that compares the maximum scores for each course with another. Once I know how to do this, it is pretty easy to figure out the rest. Now to explain my structure of database in detail:

    The course called "mathematics degree" for example, are stored in a table named COURSE. Its title is stored in a field called "COURSETITLE. The primary key of the table RACE is called "COURSEID".

    Each course can be delivered to several groups of class at a time. To manage this relationship, I have a table called COURSEOFFERING that allows to record multiple instances of the same class, each instance being delivered to another group of students. The primary key of the table COURSEOFFERING is called 'COLD '.

    A review takes place in what concerns a COURSEOFFERING (and not a course, as a group of classes do not have to write the same examinations as the other class includes will). Exams are stored in a table called REVIEW. The primary key of the table is 'EXID. Of course, there is a foreign key called 'COLD' that references the primary key of the table COURSEOFFERING.

    Now each review contains sections. These sections have their maximum point scores. The primary key of the table of SECTIONS is called 'SECID '. The field that stores the value of point of each section is called 'POINTS '.

    So if we have for example a review on "Mathematics in Cambridge" which is given to the class of Grade a pretty good mention, and it contains the Section has a value of 20 points and Section b which is worth 30 points, you have a review that is worth 50 points. If another review as it is worth 100 points when you add up the value of its sections, the maximum possible in mathematics from Cambridge to the honours class rank is 150. Similarly, the Grade One Special Ed class can have a different maximum possible score, according to reviews that they write to you.

    I created a function compiled successfully, and it DOES not work with the data (I tried to do a region of PL/SQL out of it and the display of some of the results). It returns the maximum value that is possible on a subject that takes in the ID of the COURSEOFFERING table as an argument which is titled v_coid. I don't know how to make a chart that shows the result of this function from the TITLE of the COURSE offered.

    create or replace function "MAXCOMARKS"
    (v_coid in NUMBER)
    return NUMBER
    is
    l_sum number;
    l_exid number;
    l_cotitle varchar2(50);
    exam_rec exam%rowtype;
    sections_rec sections%rowtype;
    cursor c1 IS SELECT * FROM EXAM WHERE COID = v_coid;
    cursor c2 IS SELECT * FROM SECTIONS WHERE EXID = l_exid;
    
    BEGIN
    
    l_sum :=0;
    SELECT coursetitle INTO l_cotitle FROM COURSE WHERE courseid= (SELECT courseid from COURSEOFFERING where coid = v_coid);
    FOR exam_rec in c1
    LOOP
        l_exid := exam_rec.exid;
        FOR sections_rec in c2
           LOOP
              l_sum := l_sum + sections_rec.points;
           END LOOP;
    END LOOP;
    
    return l_sum; 
    
    END;
    Note that the l_cotitle stores the title of the course, these marks are for. It is not returned, or printed or anything in this function, but I need that she either label X for each result in the series.

    Please help me, he had me conduit nut to do such a simple little thing.

    Sorry if this is long... :(
    -C

    Yes, the 'function of PL/SQL returning a SQL command' can be used to produce this type of query (or practically any other type, as long as the PL/SQL function returns valid SQL). I tend to limit the use of the "functions of PL/SQL that return requests" to the reports and charts that really need, which usually means a situation where the query must be built dynamically.

    In any case, I'm glad I could help.

    Tobias

  • APEX - iPhone friendly and model cards

    Hi gurus,

    We use iphones and ipad and apex and it seems that they have difficulty working together. In fact, we have identified two main problems:
    * Chart wizards of APEX are flash base and apple solutions does not work with flash. The alternative is to use the table of poor based html... do we have a third solution?
    * It seems that it is not easy to develop an application that automatically adjusts the screen of the iphone/ipad, you have any advice/experience in this regard?

    Thanks in advance!

    Dani

    Alternative to related alternative, Google visualization API; Roel made a plugin for the API - see: http://apex-plugin.com/oracle-apex-plugins/region-plugin/google-visualizations_29.html; I have not tested on iphone/ipad, but install it, give it a go, see if you like it, use it ;-)

    Van
    Trent

    Published by: trent on April 12, 2011 10:01

    Dimitri has recently done a webinar on the topic of ApexBlogs.info; Here, he discusses makes it compatible with the iPad (using a custom css); So if you get the video and place you near 44minutes, you will find some useful information. The video can be downloaded here: http://www.red-gate.com/products/oracle-development/webinars/webinar-6-april-2011 - direct video link: http://www.red-gate.com/products/oracle-development/webinars/assets/oracle-dimitri-06-04-11.mp4

  • Apex 4.0.2 manipulate graphical Flash using Javascript?

    Hi all

    Has anyone of you used the AnyChart.js successfully provided to manipulate a chart generated with Apex?

    My goal is...

    * 1.* power show/hide series on the fly.
    * 2 using two y-axis I must control if a series is displayed using the axis y main or the y axis high school. (I have a dynamic number of series (1-20) displayed at any time)


    Some of the problems I am facing...

    a. in the Flash graphic - region Source < OBJECT > tag < EMBED > creates the Chart Flash object on the page. When the flash object is created in this way the object does not appear to have the function of external Interface available.

    A temporary solution could replace the Flash graphic - region Source with this code:
     
    <script src="#IMAGE_PREFIX#flashchart/anychart_5/js/AnyChart.js"; type="text/javascript"></script> 
    <div id="my_#CHART_NAME#"></div> 
    <script type="text/javascript" language="javascript"> 
      var c_#CHART_NAME# = new AnyChart("#IMAGE_PREFIX#flashchart/anychart_5/swf/#CHART_TYPE#.swf"); 
      with(c_#CHART_NAME#) { 
        width = "#WIDTH#"; 
        height = "#HEIGHT#"; 
      } 
      with(c_#CHART_NAME#.messages) { 
        init = "#FLASH_INIT#"; 
        loadingXML = "#FLASH_LOADING#"; 
        loadingResources = "#FLASH_RESOURCES#"; 
        loadingTemplates = "#FLASH_TEMPLATES#"; 
        noData = "#FLASH_NO_DATA#"; 
        waitingForData = "#FLASH_WAITING#"; 
      } 
      c_#CHART_NAME#.setXMLFile("#HOST#apex_util.flash?p=;APP_ID.:&FLOW_PAGE_ID.:&APP_SESSION.:FLOW_FLASH_CHART5_R#REGION_ID#"); 
      c_#CHART_NAME#.write("my_#CHART_NAME#"); 
    </script> 
    Now I have access to the library of AnyChart.js, but it there a better way?


    b. the worst problem is that the absence of ID's < series > and < point >. Apex generates the series of data in the xml response, as
    <series name="SALES" type="Line" color="0x1D8BD1"> 
    <point name="01-01-2011" y="0"></point> 
    Missing persons ID must be a bug.
    <series id=”some_series_id” name="SALES" type="Line" color="0x1D8BD1"> 
    <point id=”some_point_id” name="01-01-2011" y="0"></point> 
    No idea as to the difficulty of the missing id?

    -----
    I am currently using Application Express 4.0.2.00.06 by the way

    Thank you
    Kenny

    If you generate the XML for the series yourself (for example Re: #DATA # in Chart XML you can include the ID you need.) Using your approach, it's how I got tilt series for work.

    1 replace the source of the region for a flash chart to be javascript you provided (there's a guy on the xml url -;) APP_ID. should be & APP_ID.)
    2. Add a function within the script from the source of the region tags to switch series

    function chartSetSeriesVisible(e) {
      var target = e.target ? e.target : e.srcElement;
      if (target.nodeType == 3) target = target.parentNode;
      var isVisible = target.checked;
      c_#CHART_NAME#.showSeries('MY_SERIES_ID', isVisible);
      c_#CHART_NAME#.refresh();
    }
    

    Note the line - c_ #CHART_NAME # .showSeries ('MY_SERIES_ID', isVisible); includes the name of the diagram and hard-codes the name of the series of my XML generated

    3. set an action on a checkbox or something else trigger this function by putting "onclick =" chartSetSeriesVisible (event) "" in the "form element HTML attributes" for the control

  • APEX 4.0: bug in Quick Picks

    Hello world

    Quick access is a nice feature, but there is a little problem:
    I'm trying to build a dynamic quickpick, so each label/value pair can be obtained by a select statement.
    I created the page elements in order to use the string substitution (& REP syntax) in the fields corresponding Label & value.
    Well, substitute string works very well in the fields of the label, but of fields only.

    That's all folks
    Oscar

    PS: Don't forget my suggestion on the width of the datagrid control in the Gantt charts.
    Watch: APEX 4.0 project Gantt: almost a bug

    Hi Oscar,.

    I filed bug # 9927342 for that matter.

    Thank you
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Random order by SQL!

    31%

    Hello

    I had posted this query in the request forum, but I guess that it really should have been posted in this forum, since its more of a question of sql. Apologies if it's against the forum rules.

    We have a camembert in Application Express which was select as

    Select null, ' 0-10' days, count (*) table

    Union

    Select null, 11-20' days, count (*) table

    Union

    Select null, 21-30 days, count (*) table

    Union

    Select null, ' > 30' days, count (*) table

    The 3d pie chart showed the slices is the right order 0-10, 11-20, 21-30, > 30 but now it shows in a random order.

    Unfortunately, the tables of Apex have a restriction in the select statement is, he should just have three values in the select statement, the first is a link (can be null), the second can be any column_name or description and the third a value such as count, sum, etc.. Now, the above query is to count the number of sales in number of days mentioned and so what happens is that it takes values as character of sort and I think that sort randomly in the graph of the apex. Now, this works very well in SQL! So I was wondering if anyone has any suggestions on how to maybe force the sort on the second column (0-10, 11-20 etc.). If I take these values as 010, 1120, 2130 3000, something like that (essentially a number) it seems to work very well, but then these see the towards the top shape of labels on the map which is not correct.

    Any suggestions on how to get the work order. I have printing since the days in the select column is a column of characters, that this problem occurs, however, with restrictions on the number of items that we have in the charts of the Apex, just wondering how do you get the work order?

    Thank you

    Ryan

    Something like that? : - (used the emp table just for reference)

    SQL > select email, substr(days,2) days, cnt
    2 starting at)
    3 select send null, to_char (1) | ' 0-10' days, cnt count (*) of the emp
    4 union
    5 Select to_char (3) null, | "21-30' days, count (*) of the emp
    6 union
    7 select to_char (4) null, | "> 30' days, count (*) of the emp
    8 union
    9 to_char (2) null, select | "11-20' days, count (*) of the emp
    10 order by 2
    11)
    12.

    E DAYS CNT
    - ----- ----------
    14 0-10
    11-20 14
    14 21 - 30
    > 30 14

    Thank you!

  • SQL to group by a column, but a group of field date

    Hello

    I have a table that contains three columns.

    Col1 error code
    Col2 Date
    COL3 error message

    I have created a pie chart in the APEX and need to have two values in select it only. However, I would like to generate the pie chart that shows the number of errors grouped by error on a monthly basis.

    Something like

    Select col1, count (*) table
    Group of col1.

    Now, this will give you the total of errors in the table grouped by error code without taking into account of the period. No idea, how can I combine the error codes say every month. However, I can't add the date in the select as the pie chart does not accept that.

    Thank you
    Sun

    Hi, the Sun,

    If it is a problem of Apex, then post in the forum of the Apex
    Oracle Application Express (APEX)

    To view this information in a graphical pie, it seems that you need a separate pie chart for each month, or maybe a pie chart are for each error code.

    Bar graphs and line grapsh are best for the output like what you describe.

    Looks like you can get the data you want to look like this:

    SELECT       col1
    ,       TRUNC (col2, 'MONTH')     AS month
    ,       COUNT (*)              AS n
    FROM       table_x
    GROUP BY  col1
    ,            TRUNC (col2, 'MONTH')
    ;
    

    Now you must decide how you want to present it and (I assume) ask someone using Apex you do this forum.

  • Input mask for the graphics - for example - changing 1,000,000,000 in 100 m

    Hello

    I looked in google, several papers tutorial & videos but can't find a final table of what to use to change the format of the values on a chart of the APEX.

    I want to know what to write & exactly where to put it, I found an example that has been FML999G999G or similar for a currency value of $ but it's not what I'm after.

    I would like to summarize the values with loads of '0' to 1,000 s * 1 k * or 1 000 000 of * 1 m *.

    If anyone can help? Thank you

    Hi Peter,.

    Slight side note, but hope that you guys are far removed from the terrible flooding happening there at the moment.

    I took a quick glance to your chart for example on page 15 of the sample application. If you take a look at the table attributes page, you'll see I've changed the table to use custom XML, and if you look at the XML itself, you should see the places where I have included the scale of the axis are affecting to be type = "Logarithmic"and the places where I've updated the tags < format > to include the scale: (1000) (1000) (1000) of . (k) (m) (b) parameters. When you run the graph, you can see how these scale settings have changed how numbers are represented on your graph. As I had mentioned in a previous post, those scale options do not appear to be supported by the AnyChart 3 charts because I don't see any reference to them in the AnyChart 3 documentation.

    Kind regards
    Hilary

  • Record/export graphics

    Is it possible to save/export a chart of the APEX? The user wants to be able to go to the report page and save/export graphics generated, like you would see in an interactive report. They don't care about the format too, Excel, Word and PDF are all mentioned.

    Well, then can do, or install a print area to manage the creation of pdf/doc file. Yet once, which would involve Bi Publisher, JasperReports, or another tool to...

    (You can wait until the APEX 4.0, and then you can right click and save the Flash chart.)

    Thank you

    Tony Miller
    Webster, TX

  • Figure: New data appearing suddenly not

    Hello

    I have a chart of the Apex (Flash - 2D vertical bar) that summarizes Scott has more every day.

    last 15 days, it worked fine. Suddenly, it doesn't show any new day database!

    The underlying SQL works very well (ie. extract new data without problem) - only chart is not updated with new data.

    I tried to increase the width of the map, but still it does not appear more than 15 bars.

    Any solution?

    Thank you

    PS: I discovered that none of my Flash graphics are more than 15 points on X axes!

    Hello
    There is a maximum field of lines on the definition of the chart series page that is defined as 15 default. If you change that should help.

    Jon.

  • Custom color in display Gantt chart based on the State - Apex 4.2

    Hello

    I need to specify the custom color display Gantt chart based on the State.

    Say: Open - Red

    Progress-yellow

    Cancelled - blue

    Closed - Green

    given that the status column is not part of Gantt chart question, how?

    Option color in table attributes is not helping this requirement.

    Kind regards

    Sanjaya

    Hello

    Finally, the problem is resolved with the help of Hilary Farrell-Oraclefantastic example and help anychart pages. This is useful for this URL.

    https://Apex.Oracle.com/pls/Apex/f?p=36648:30:102588100613368:

    http://6.anychart.com/products/anygantt/docs/users-guide/index.HTML?project-Gantt-chart.html

    http://6.anychart.com/products/anygantt/docs/users-guide/index.html?defaults.html

    -Sanjaya

  • Radar Chart "max value.

    Is there a way to set the maximum value for a Radar chart in a RTF model? I have a case where the value of a side from 6 to 10. My table shows up to 12, so I want to put the upper limit at 10.

    Worked by adding the following to the XML

  • Creating a line chart PDF-report generator model with APEX

    Hi all

    I would like to create a PDF report with a chart using Apex and the generator plugin model for Word.

    My Select statement, which I use as the report (shared components) query returns the data in the following way:

    Date Description amount

    ----                 -----                -----

    01.01.2014 has 1.2

    02.01.2014 has 1.3

    03.01.2014 has 0.5

    01.01.2014 B 0.3

    02.01.2014 B 4.5

    03.01.2014 B 4.8

    The XML document obtained, which creates the APEX, is:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < DOCUMENT >

    < DATE > 08/10/2014 < / DATE >

    ADMIN < user_name > < / username >

    < > 102 APP_ID < / APP_ID >

    < APP_NAME > Oracle APEX AppBuilder < / APP_NAME >

    < /Title > < TITLE > graph

    < REGION ID = "0" >

    rowset <>

    < ROW >

    < date > < / Date >

    < DESCRIPTION > < / DESCRIPTION >

    < value > < / value >

    < / ROW >

    < / LINES >

    < / REGION >

    < / DOCUMENT >

    What I would like to have is a line graph with:

    • Date on the x-axis
    • Length of value on axis y
    • for each Description of Type single line

    The names and numbers of the discription varies a lot (as well as the values that they are related to the Description and date).

    What I tried:

    A lot, trying to make this work for 4 weeks, on and outside.

    Tried to edit the chart XML in Word, edit the SQL query, pivot the result SQL to get the Descriptions as columns and of course a lot of Googling.

    Please let me know if you have any advice.

    Thanks in advance,

    Thomas

    Oracle DB: 11g

    ApEx Version: 4.2.5.00.08

    Last Oracle BI Builder Plugin for Word template

    Finally found my Solution. What I was looking for is:

Maybe you are looking for