Gauge Chart parameters

APEX 3.1.1
I'd like to use the flash gauge chart as follows:
starting value 95, ending value 100, pointer points at 98 (or some other number between 95 and 100).
seems simple enough. I cannot find the documentation that shows how to do this.
Any help appreciated.
Also, any xml documentation for this version of Apex/Anycharts?
Thanks

Hello,
In Anychart 5 it's called a Gauge. You can find a reference of the Anychart 5 xml here (different from Anychart 3): http://www.anychart.com/products/anychart/docs/xmlReference/index.html
An example of a Gauge in Anychart 5: http://anychart.apex-evangelists.com/pls/apex/f?p=755:33:0::NO:33:: (the right is a Gauge you can get if you integrate Anychart 5, the left is a dial chart you get with APEX)
Regards,
Dimitri
http://dgielis.blogspot.com/
http://www.apex-evangelists.com/

Similar Messages

  • Angular Gauge chart in flex

    I have been using fusion charts in the past. Now I want to add an angular gauge chart like this one in my application:
    http://www.fusioncharts.com/widgets/Gallery/Angular7.html
    I couldn't find any thing similar in flex.
    Does any body know any charting library to get similar charts?
    Thanks

    Can you just take the min and max from the data source feeding your line chart, build a separate line chart with start and end corresponding to those two points and y-value corresponding to your goal, and add a second series to the chart? You may need to build a custom lineSegmentRenderer if you want a dashed line but a thin, low-alpha line may look fine.

  • Chart Parameters

    I have a portlet which is made of simple chart parameters ( Start Date, End Date, and Bank Name). The Bank name field is a drop down box and has about 30 bank names ( listed in alphabetical order)
    This portlet feeds into 4 or 5 graphs. If i change it from Bank ADS to Bank CLD and hit submit, it works correctly (updates the charts) but it then resets to ADS on the screen and i would prefer it to just stay on CLD....
    any ideas on how to make this happen?

    Hi,
    If you have developed the Portlet yourself, the simplest & the classic text-book method would be to keep a HTML Hidden Parameter in the Portlet. You can set it to the value selected in the List Box. You can then pass it back & forth between requests & assign it to the List Box's current value.
    Regards,
    Sandeep

  • Multivalued gauge chart

    Hello,
    With Xcelsius 2008 SP3 i can display more than one value on gauge chart but it seems that each value cannot be labeled. Is it possible to have a name of a series associated with value on this type of chart ?
    thanks in adnvance for any hints on this one

    Hello,
    Currently this functionality is not available but a good to have feature in future release. Probably you should look at contacting the BOBJ support team and post your idea in the specified site https://cw.sdn.sap.com/cw/community/ideas.
    Regards,
    Ameet

  • Gauge Chart

    One of the chart options for the gauge chart is to provide a beginning and ending value for a quality band.
    You can set up to 5 quality bands with different colors.
    I have done this using the report designer, but this requires me to set the values at design time. I want to be able to set the values at runtime based on data values that are coming from a database.
    e.g if I have a gauge chart and stored procedure sends me upper value% , lower value% and success value %
    so I have to show
    Band 1  0 - Lower value %  color=RED
    Band 2 Lower value- upper value %   color = Green
    Band 3 Upper value to 100%  color =BLUE
    The needle will show the success Value %
    How can I set the values of band and color at runtime from Stored procedure
    Any help is appreciated
    Thanks

    Hi Ludek,
    Thanks for the reply.
    My question is not how to change/set the quality band at runtime from NET application.
    I am running the report on Business object server. So I have a crystal report with datasource as stored procedure.(No NET application)
    I get the data from stored procedure and bind it to the gauge chart. Now what I need to know is how do I set the bands from the fields from stored procedure
    example I'll get following data in the stored procedure for PERSON 1
    band 1              range  0   to    70             
    band 2              range  70 to    90
    band 3              range  90 to    100
    Success Value percent  85%
    So I want to constuct the gauge chart which will show 3 quality band from the ablove data
    band 1    color   red
    band 2    color   green
    band 3    color   blue
    Needle   color  black pointing to 85%   which will fall in the green zone
    For the next set of data (PERSON 2)  I may get completely diffeerent bands such as   0 to 50,  50 to 70,   70 to 100. So when I generate the report for PERSON 2 I have to show red, green and blue zone according to the values I get for the bands from stored procedure.
    Any idea?

  • JSF gauges, charts

    Guys,
    What I need to do is to display a performance data for the server on the jsf page. Stuff like memory used, cpu usage, and so on. I want to use visual components like gauges or charts or something. Does anybody know of a component that will do that and where to get it? Your response is greatly appreciated.

    I'm also trying to do chart graphics.
    I haven't got anything working yet, but ChartCreator looks promising.
    http://jsf-comp.sourceforge.net/components/chartcreator/index.html

  • Gauge chart percentage wont do 100%

    select PERCENT_COMPLETE value , 100 max_value from PROJSTAT.PERCENT_COMPLETE
    (sqlplus shows this as: 100,100)
    when I create a dial (percentage) graph it shows as 99%...
    it should be 100%..
    if I change it to 100,200 then it shows 50% which would be correct, so why doesnt it do 100% correct?

    thought the xml might help:
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <anychart>
      <gauges>
        <gauge>
          <chart_settings>
            <title text_align="Center" position="Top" >
              <text>Gauge Percent</text>
              <font family="Tahoma" size="14" color="0x" />
            </title>
            <chart_background>
              <fill type="Solid" color="0xffffff" opacity="0" />
              <border enabled="false"/>
              <corners type="Square"/>
            </chart_background>
            <data_plot_background>
            </data_plot_background>
          </chart_settings>
          <circular>
          <axis radius="37" start_angle="85" sweep_angle="190" size="3" >
          #SCALE_DATA#
             <scale_bar>
               <fill type="Solid" color="#292929" />
             </scale_bar>
            <major_tickmark enabled="true" align="Center" length="10" />
            <minor_tickmark enabled="false" length="8" />
            <labels enabled="true" align="Outside" padding="6" text_align="Near" rotation="0" >
                  <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}%]]></format>
              <font family="Tahoma" size="10" color="0x000000" />
            </labels>
         <color_ranges>
          <color_range start="0" end="30" align="Inside" start_size="60" end_size="60" padding="6" color="Red">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Poor</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
          <color_range start="30" end="70" align="Inside" start_size="60" end_size="60" padding="6" color="Yellow">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Average</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
          <color_range start="70" end="100" align="Inside" start_size="60" end_size="60" padding="6" color="Green">
           <border enabled="true" color="Black" opacity="0.4"/>
           <label enabled="true" align="Inside" padding="34">
            <format>Good</format>
            <position valign="Center" halign="Center"/>
            <font bold="true" size="11"/>
           </label>
           <fill opacity="0.6"/>
          </color_range>
         </color_ranges>
          </axis>
          <pointers>
    #DATA#
              <tooltip enabled="true">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
                <font family="Tahoma" size="10" color="0x" />
                  <position padding="10" />
              </tooltip >
            <label enabled="true" align="Outside" text_align="Near" >
                  <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
              <font family="Tahoma" size="10" color="0x" />
              <position anchor="CenterTop" />
            </label>
            </pointer>
          </pointers>
            <frame type="Auto" />
          </circular>
        </gauge>
      </gauges>
    </anychart>Edited by: Merlin128 on Oct 14, 2010 3:58 PM

  • Portlet Chart error message with page parameters

    I have a perplexing problem.
    We're using portal 9.0.4. I've created a chart from a sql query using the portal builder tools. It's a complicated query with two parameters that have default values defined. The chart will run as a portlet from the portal provider edit page just fine.
    I can place the chart portlet on a page without hooking up the page parameters and it runs just fine from the default values. However, when I hook up the page parameters to the chart parameters from the page properties area, the chart no longer works. It displays "Error Message" in the portlet header area with no other error messages. The other portlets continue to work just fine.
    I've double checked the page parameter settings. I've built a second chart, and the same thing happens when I hook up the page parameters to the portlet on the page.
    I traced through the portlet code in the generated package, and it seems to be failing on this statement:
    l_cursor := PORTAL.wwv_user_utilities.bind_query (
    p_module_id => 1182363588,
    p_query => l_query,
    p_arg_names => l_arg_names,
    p_arg_values => l_arg_values,
    p_bind_vars => PORTAL.wwv_standard_util.string_to_table2('p_grp_id:p_org_id'),
    p_var_types => PORTAL.wwv_standard_util.string_to_table2('ARRAY:ARRAY'),
    p_bind_null => true,
    p_mode => p_mode,
    p_prefix => p_reference_path);
    If I comment this line and everything after it out, the portlet runs, although none of the chart is displayed the portlet header shows the correct title. If I uncomment this particular line, then the portlet errors out with a "Error: The listener returned the following Message: 404 Not Found" message.
    Anyone have any ideas please??

    Look at your code. Count <body> tags. How many do you
    get? Yeah - that's
    wrong. You didn't follow the video....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "camelbreath" <[email protected]> wrote in
    message
    news:g680gh$3c$[email protected]..
    > I'm not sure if this is a PM issue or a DWCS3 issue. The
    only way to find
    > out
    > is to ask.
    > I have gone through the process of creating a a library
    item of a
    > PopMagic menu according the the video provided by P7.
    Works well.
    > Then I added the library item to an existing DWCS3
    template and saved
    > it. When I attempt to create "new from template" page
    from the template
    > menu, I get this error message
    >
    >
    http://www.jdcdemo.com/blf/error.html
    >
    > If I do the same with a template without the menu, the
    > error message goes away.
    >
    > If I create a page with from a template where I've left
    an editable
    > region for the menu and then insert the menu and save
    the page, I also
    > get the error message, but the page seems to work ok.
    >
    > Since I can't create a new page with the template, I
    opened it and saved
    > it as
    > a page:
    >
    >
    http://www.jdcdemo.com/baim/BLF8/error-message.html
    >
    > What is going on here and is there a fix?
    >
    > Thanks,
    > Joe
    >

  • Gauge in BI Beans

    How could I get gauge chart in a JSP page using BI Beans.
    1) Will I have to extend any of the BI Commponent? Any example?
    2) Is any 3rd party plugin there?
    Regards

    The gauge graph is not currently exposed in BI Beans but will be provided in the next major release of the product. You could use a third party component to provide this type of functionality and there are a lot to choose from.
    Alternatively, if you have access to the full BI10g product stack I would recommend using BI Beans with Discoverer10g and Portal as this will provide the capability to create gauges.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Some questions related to donut charts in SSRS

    I am interested in knowing the following things:
    How to show total of all legend items in legend block itself as "Total".
    How to show Total (say amount) in the center of donut chart.
    How to customize the thickness of donut in donut chart and radius of inside and outside circle (the other thickness).
    The lable markers (arrow) are not coming as a right angle arrows when i tried to use the donut and pie charts, the are coming as randomly angular lines which is hampering the beauty of the report.
    Please reply as soon as possible. Thanks in advance.

    I suppose i have got a work around for this. 
    In case you have such requirements, Instead of Using a Dounut Charts, you can use Gauge Chart.
    Firstly select the inner area of the gauge and from the options remove the labels, minor & major tick marks. Secondly from gauge properties remove the Frame of the Gauge. Now U will be left over with only the "Range" part of the Gauge chart.You can add
    number of ranges to get the 360 Dounut look. You can specify each "Range" start & end range with hard code values or expression . Playing with the Range general properties, you can achieve the mentioned customization. You can add a Label to the Gauge and
    place it in the center 

  • Apex 4 - strange problem with dial chart

    I may be misunderstanding the way dial charts worked but here goes.
    I created a dial chart (not %) just a regular dial chart.
    my query was : select count(*), 200 from mytable; -- just counting number of rows (always less than 200)
    So when the query return 40, my chart shows 40. But when the query is returning 0, my dial won't go below 2.
    So I tried modifying query to select count(*), 200, 0, 200 from dual; Same problem.
    And here it gets weird. I went into the query section of apex and changed my query (note, I did not create new dial, just moded old one) to
    select 0, 100 from dual;
    I still get back a value of 1 on the dial.
    Anybody seen anything like this? It's like some weird uber cache somewhere or something. I can't figure it out.
    Addition :
    So we did the following :
    select 0, 20 from dual; -- shows 0
    select 0, 100 from dual; -- show 1
    select 0, 200 from dual; -- show 2
    select 0, 500 from dual; -- show 5
    Is this a bug?
    Edited by: user3932435 on Aug 11, 2010 7:28 PM

    Hi,
    Thanks for bringing this issue to my attention. It appears that you have hit some behaviour that's reproducible in our Flash 3 charts as well as our Flash 5 charts with APEX 4.0. I believe the reason that it wasn't apparent before now, with the Flash 3 charts, is because there was no option to display a value on the gauge pointer with the earlier charts. With APEX 4.0, we've extended the Chart Attributes to allow for the display of the value. Obviously in your case, the incorrect value is being displayed and will be misleading to your users. I appreciate this is not ideal, but if possible I would suggest updating your attributes to switch off the display of the Value on the gauge. I will address this in a future release, as with the exposure of the "Value" attribute with Flash 5 charts, we don't want to be displaying incorrect information. Thanks again for bringing this to our attention, and hopefully by switching off the Value attribute, you can still proceed with your use of the gauge chart.
    Regards,
    Hilary

  • Gauges for Excel-PowerPivot

    Hi,
    I'm searching free cost gauges for Excel 2013 + PowerPivot like a speedometer, thermometer and so on.
    For now, I haven't found anything of interest.
    Any helps to me please? Thanks

    Hi pscorca,
    Have you already considered trying to create your own gauges through methods such as these?
    http://exceluser.com/excel_dashboards/bullet-graph.htm
    http://stephanieevergreen.com/easiest-bullet-charts-in-excel/
    http://www.excel-easy.com/examples/gauge-chart.html
    It's likely that you'll need to combine Excel
    Cube Functions with these methods to achieve the dynamic behaviour that we expect from Power Pivot dashboards and reports.
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Problem creating line chart with character data

    Post Author: burkartt
    CA Forum: Charts and Graphs
    CR Developer v. 11.5.0.313
    I want to create a line chart with data from a SQL2K table to show how much server time each application uses per day. All data is defined a character.
    HWA,4/24/2007,01:44.6HWA,4/25/2007,12.28HWB,4/24/2007,4.6HWC,4/24/2007,55.55HWC,4/25/2007,01:22.3HWE,4/24/2007,01:16.1HWE,4/25/2007,0.59
    I want one horizontal line per application where the X-axis represents the date and the Y-axis represents the server time. I have tried all column combinations for "On Change Of" and "Show Value(s)". What confuses me is why are Count and Discount the only Summary Options for the "Show Value(s)" data?
    Thank you,
    tim

    Post Author: V361
    CA Forum: Charts and Graphs
    I created a group based on date, day, then created the chart and put it in the group footer, on change of server, show sum of time, you will get a seperate chart for each day.  I am not sure if this will help, or will just do.  Since you have CR XI, you may want to look at the gauge chart also....

  • How to chart date complete

    I need a dial guage chart in apex that works similar to this: http://dashboard.virginiadot.org/default.aspx
    table has project#, start date, end date, actual start date, actual end date
    I need a dial guage chart that shows percentage done if less than 30 its green, if 30 to 60 yellow, if 60 + red...
    I know I'm not asking this right, and not giving enough information.. but thats basically where I am..
    nothing I have tried has worked and I don't know what direction to go in, where to start..

    Hi Shannon,
    You mention that your table holds the following information: "+project#, start date, end date, actual start date, actual end date+", and you wish to display the project percentage complete information on a Gauge chart. Are you holding that status/percentage complete value in a separate column, or do you just consider a project to be complete where the <i>actual end date</i> column contains a value? If you are just going to base the percentage complete on the value of <i>actual end date</i>, and you are using APEX 4.0 charts, then maybe you could try doing something similar to this example:http://apex.oracle.com/pls/apex/f?p=36648:39. I've used custom XML to apply a colour range to this gauge chart. The steps to create the sample chart are outlined below the chart region. I would recommend that you review the AnyChart online documentation on Circular Gauge Color Ranges - http://anychart.com/products/anychart/docs/users-guide/gauge-circular-axis-ranges.html?fromtree - as it outlines the various options for applying a colour range to your chart.
    Given the information you are storing in your Project Information table, maybe you might consider also using a Gantt chart: http://apex.oracle.com/pls/apex/f?p=36648:4. I hope this helps.
    Regards,
    Hilary

  • Any way to enhance BIBeans charts?

    BIBeans charts are not rich or customizable enough. For example, it has no "gauge chart", no "compound" charts (eg. in one chart, some data is drawn with bars, other data with curves), cannot draw part of columns of a table.
    Is it possible to assist BIBeans charts with third party chart softwares (eg. JFreechart). This may need a way to extract the queried data from BIBeans and feed it to the third party softwares. Does BIBeans provides API to export/handle the queried data? or anyway to enhance the charts expression/customization?

    You can save the chart as an image. Try this,
    1. Right click on the chart and select "Copy SVG". This will copy the chart image to clipboard
    2. Start any image editing tool like "Paint"
    3. Paste the content of clipboard
    This should give you a copy of the chart image. You can store it as BMP/JPEG (any format that image editing tool supports).

Maybe you are looking for