Text on xAxis for stacked chart

Hi All,
I am using the following code for stacked chart control. I am able to display the text along Yaxis but not able to do the same with xAxis. I am uding the following code. Please advice.
var testchart = new sap.viz.ui5.StackedColumn("oChart",{ 
  width: "50%", 
  height: "50%", 
                     title: { visible : true, text : 'Production Field1' },
                     xAxis : {
                title : {
                     text: 'test',
                  visible : true
            yAxis:{
              title:{text: 'BOE (Thousands)', visible:true}
                     dataset: dataset 
Thanks in advance.

I was not aware that it was slower. It could be that, by trying to plot all four at one time, you are putting the processor through more work as opposed to updating four charts at different times. Even if they seem to update at the same time, they could not technically do this because execution would only run one at a time. Just a thought...
J.R. Allen

Similar Messages

  • Help need for stacked chart in apex 4.1

    I have formed the query for stacked chart (3D or 2D) in APex Ver 4.0.2.00.09 and i have also set the legend display .... Chart is build sucessfully.
    What i expect is when i place the mouse on the each stack in the chart it should say the legend type and corresponding values, instead it shows X axis title and corresponding values.....
    The same query used in Apex Ver 3.2 and its working fine.
    Could anyone please help on this ??
    Regards,
    Manoj

    Hi Maheswara
    I could finally login to APEX. I followed the steps in the forum APEX 3.0  "Invalid Login Credentials" after install and it worked for me.
    I would mention the steps here again for the benefits of others who might encounter the same issue.
    alter user APEX_040100 account unlock;
    ALTER USER APEX_040100 IDENTIFIED BY oracle#123
    Log in as APEX_040100 user and run the below given PL/SQL block.
    begin
    wwv_flow_api.set_security_group_id(p_security_group_id=>10);
    wwv_flow_fnd_user_api.create_fnd_user(
    p_user_name => 'admin2',
    p_email_address => '[email protected]',
    p_web_password => 'admin2') ;
    end;
    commit
    alter user APEX_040100 account lock;
    Now log in as ADMIN2/admin2 and you can change the password of ADMIN user. In my case when I went to the page to reset my ADMIN account I saw it was marked as "Expired". I don't know why it was set up like that in first place.
    Thanks
    Raj

  • Account determined for entry (chart of accounts no) WRX 0003 not possible

    HI, I'm trying to GR a PO for a material using movement type 101 and am getting the following error
    "Account determined for entry (chart of accounts no) WRX 0003 not possible"
    I know that I need to go to OBYC to make an entry for transaction WRX for valuation group code 0003 and valuation class and then assign it to the relevant gl. 
    My problem is I don't know what the valuation class should be.  In the PO there is short text entered for the item rather than a material number so I cannot go to the material master to check what valuation class is assigned.  Is it linked anywhere to the material group?
    Thanks in advance for your help

    yes u can do
    fist
    u can make the entry and blank valuation class and give the gl account in wrx
    so that it will take this GL account for blank materia number
    or
    u cna give valuation class to material group
    MM  purchasing -- materal master -- Entry Aids for Items Without a Material Master
    hope this helps

  • Problem in Stacked chart Reports

    Hi,
    I was trying to create a report of Stacked Chart type. I was able to create it successfully But I still face these problems.
    1. When I group the data based on an attribute of type Date, The date format appears (at the bottom of Stacks) like 2009,Jan,Day20 (if the date is 20th jan2009).I have tried to change the value format of date in the Value format Tab. But What ever is the format I choose, the date still gets displayed as 2009,Jan,day20. Please advise..
    2. The second Issue is that when ever there are no records for a stack I can see the value displayed as 0.0. This really does not seem good on the report. Please let me know the steps to be followed to avoid this problem.
    You can see a screenshot of the above problems *here*.
    Thanks,
    Raj Kumar

    Hi all,
    I am facing a problem in printing Crystal Reports in Windows Forms app. Normal application flow is working like charm but I want to handle the situation when printer is not available or is not ready for printing. I was looking for WMI but I am facing problem
    like mentioned
    here, that my printer always return Status 3 or State 0 (idle). Now Now I am looking for exceptions of PrinttoPrinter method of Crystal Reports but yet no luck. Any idea will be appreciated.
    Thank in advance 
    For issues concerning third party products you should contact the vendor of the product for support. Which would be
    SAP for Crystal Reports.
    Also you say WMI apparently says your printer is idle. I don't know if that means your printer is available or not.
    Can other programs print to that printer? If so then it is available. If Crystal Reports can not print to it even though it is available then SAP would be the place to try to get an answer.
    La vida loca

  • Vertical text in CFChart for x-axis item

    I had a problem when I view a graph, for example
    <cfchartdata item="#Depart_Name#" value="#Salary#">. if
    depart_name to long the name did not be display. how can i DISPLAY
    Depart_Name in vertical?anyone?

    you can't really, with using just
    <cfchart>/<cfchartseries> tags...
    you could, of course, set the type="horizontalbar" (if your
    chart is of
    type bar) and/or use rotated="yes" to switch x and y axis
    positions, so
    your category items are on the right instead of on the
    bottom...
    to further customise the appearance of (some) elements of
    your charts,
    you could copy the default.xml file located in [cf install
    directory]\charting\styles folder into the folder where your
    chart-generating page is located and edit it. you will then
    use
    style="thenameofyourediteddefaultxmlfile.xml" in the
    <cfchart> tag to
    apply these edited styles to your chart.
    in that .xml file you can set some defaults for your charts
    appearance,
    including the
    <xAxis>
    <labelStyle isHideOverlapped="true"
    orientation="Horizontal"/>
    change "Horizontal" to "Vertical" to have your leabels
    display vertically...
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Width of stack chart not getting retained in Flex 4 but working in Flex3

    I have a stack chart on  my dashboard when I click on stack chart it become a column chart. When I trying  to come back on stack chart by clicking on column chart the width of columns of  stack chart does not match with the previous stack  chart.
    Note: The same code is  working fine in flex 3 version.
    How can I maintain the  same width in both stack charts in flex 4 as it is performing in  flex3?
    Step 1 Monthly stack chart.
    Initially when I click on the equipment break down checkbox the stack chart appears as shown in the below screen shot.
    Step 2: Monthly chart: Then when I click on the above “Monthly stack chart”, then I resume to my original bar chart appearance as shown in the below screenshot.
    Step 3: Monthly stack chart: Further when I click on the above “Monthly chart” bar chart and move back to the “monthly stack chart” it appears as in the below screen shot in flex 4. The width of the chart in step 3 does not match with the width in step 1 of “Monthly Stack Chart”.
    Note: In flex 3 the same step 3 appears to be as shown in the below screenshot.
    How can I maintain the same width in step 1 and step 3 charts in flex 4 as it is performing in flex3?
    CODE:
    /* When click on column chart */
    private function chartDrillDown(e:ChartItemEvent):void
    {var colsr:ColumnSeries;
        If (chkEquipmentBreakdown.selected) Then
           {    loadBreakdownDataForMonth((e.hitData.chartItem.index)+1);
                         IsMonthly=true;
        Else
                DrillState=e;
                  DrillLevel= DrillLevel==0?1:0;   
                      if(DrillLevel==1)
                      {chkDEMO.selected=false;
                            LastValidatedBox.visible=false;
                          siteid = e.hitData.item.VLD_SITE_ID;
                         var obj:Object=e.hitData.item;
                colsr = ColumnSeries(e.hitData.element)
                         strassetname = obj[strTitleField].toString();
                         drillToIndex = e.hitData.item.VLD_SITE_ID;
                        viewequivalentBreakdown();
                        fromAssetToMonthly=true;
                        loadMonthlyData(siteid);
            Else
                      {     if(fromAssetToMonthly==true)
         DrillLevel=DrillLevel==1?0:1;
                          else
                            LastValidatedBox.visible=true;
                colsr = ColumnSeries(e.hitData.element)
                           siteid="-1";
                           ShowHideEquipmentBreakdown(false);
                            loadYearlyData();
                If (IsMonthly) Then
                                  onchkEquipmentBreakdownChange();
                            IsMonthly=false;
    /* Bind data To column chart */
    private function onDataLoadComplete(event:ResultEvent):void
    {                                   webServ.removeEventListener(ResultEvent.RESULT,onDataLoadComplete);                
                      var resultArr:Array = event.result.toString().split("^");
                      xmlData = new XML(resultArr[0]);
                      xmlSeries= new XML(resultArr[1]);              
                      xmlColumns=new XML(resultArr[2]);
                      if(resultArr[3]!=null)
                      {     xmlValidatedData = new XML(resultArr[3]);
                            arrSeries=createSeries(xmlSeries,xmlValidatedData);
        Else
                            arrSeries=creatSeries(xmlSeries);
                      //chart properties
                      //arrSeries=creatSeries(xmlSeries);
                      colChart.series=arrSeries;
                    arrcalc=arrSeries;
                      /*if equipment break down check box checked*/
            If (chkEquipmentBreakdown.selected) Then
                      {colChart.type="stacked";
            Else
                            colChart.type="clustered";
                      colChart.dataProvider=xmlData.Table;
                      cursorManager.removeBusyCursor();
    /* function for load the step 1 and 3 "monthly stack chart".*/
    private function onchkEquipmentBreakdownChange():void
                      colsrs.setStyle("showDataEffect", zoomOut);    
        If (chkEquipmentBreakdown.selected) Then
                      {  GHGDemo.visible=false;
                            AtmosBox.visible=false;
                            chkCompareYear.enabled=false;
                            cursorManager.setBusyCursor();
                            webServ.addEventListener(ResultEvent.RESULT, onDataLoadComplete);
                            if(strTitle==strTitle1)
                                  if(GHGGROSS.selected==true)
                                        webOper = webServ.getOperation("LoadGHGDataMonthlyBreak") as Operation;
                    webOper.send(userid,selectedYear,siteid);
                Else
                                        webOper = webServ.getOperation("LoadGHGMonthlyBreak") as Operation;
                    webOper.send(userid,selectedYear,siteid);
    /* function for load the step 2 "Monthly chart".*/
      private function loadBreakdownDataForMonth(monthnum:int):void
          {   var dayNum:uint = monthnum;
                cursorManager.setBusyCursor();
                      webServ.addEventListener(ResultEvent.RESULT, onDataLoadComplete);
                      var atmosflag:Boolean;
                      var ghggrossflag:Boolean;
                      atmosflag=false;
                      ghggrossflag=false;
                      if(strTitle==strTitle1)
                                  if(GHGGROSS.selected==true)
                                        webOper = webServ.getOperation("LoadGHGDataMonthWiseGross") as Operation;
                            webOper.send(userid,selectedYear,siteid,monthnum);
                                        ghggrossflag=true;
            Else
                                        webOper = webServ.getOperation("LoadGHGBreakDownDataMonthWiseNet") as Operation;
                           webOper.send(userid,selectedYear,siteid,monthnum);
    <mx:ColumnChart id="colChart" itemClick="chartDrillDown(event)"  dataTipFunction="dtFunc">
            <mx:horizontalAxis>
               <mx:CategoryAxis  id="catAxis"  />
                      </mx:horizontalAxis>
                <mx:verticalAxis>
                  <mx:LinearAxis id="lnrAxis" baseAtZero="true" minimum="0" title="" labelFunction="defineVerticalLabel"/>
                </mx:verticalAxis>     
                <mx:horizontalAxisRenderers>
                <mx:AxisRenderer   axis="{catAxis}" labelRotation="45">
                </mx:AxisRenderer>
          </mx:horizontalAxisRenderers>
      </mx:ColumnChart>    

    Thanks for your reply,
    I am using the Adobe flash builder 4 and the Adobe flash player 10. To upgrade from flex 3 to flex 4 I just opened the project in flex 4.I am using the default skins/themes of Adobe flash builder 4.
    But it is not working as flex 3. Please suggest some other option.
    Thanks...

  • System error -no entry in table T093 for the chart of depreciation or ccode

    When checking “Depreciation Areas of Company Codes” in overview for experts (transaction SPRO) I first get a warning message “inconsistent rounding entries were corrected”.
    After saving once in the maintenance transaction (as recommended in the help text) I get the following system error: “there is no entry in table T093 for the chart of depreciation or company code”. I checked table T093 and all entries are in there!
    What else I have to correct?
    Regards
    Cordula Speh

    hi ,
    yours is customizing problem only, check all steps once again in customizing. T093 is initial customizing for asset accounting. just go through below things and check based on this order all customizing.
    1.     Copy Reference Chart of Accounts Depreciation / Depreciation Areas.
    2.     Specify Description of Chart of Depreciation (COD).
    3.     Copy / Delete Depreciation Areas.
    4.     Creation of  ‘0’ Tax Codes for Non-Taxable Transaction.
    5.     Assign Tax Codes for Non-Taxable Transactions.
    6.     Assign COD to Company Code.
    7.     Specify Account Determination.
    8.     Create Screen Layout Rules.
    9.     Define Number Intervals.
    check one by one and if you find anything missedout do it, i think max you prblm solve, if not give some more details about your problem.
    thanks and regards
    vk.

  • WebI Horizontal stacked chart formatting issue

    I have created a stack chart report and I have labels defined in the X - axis. We have the issue with the gap between the X - axis line and the labels. We would like to know if we can reduce this gap between the axis line and the labels. I have attached the sample image below for your reference.
    Edited by: Madan Chellu on Aug 31, 2009 11:51 PM

    Not really.  I need to have stacked bars grouped.  For example, assume you had survey results.  For question 1, you had a bar with 20 disagrees, 5 neutrals, and 50 agrees.  For question 2, a bar with 10 disagrees, 2 neutrals and 30 agrees, and so on for say 10 questions.  This would be your stacked bar chart.  Now, say you had information spanning a number of years, 2008, 2009, 2010.  What I want is a group of stacked bars (3 one for each year) for Q1, then 3 more stacked bars for Q2 and so on.
    This is a combination of the grouped and the stacked bar charts.

  • Stacked Chart

    Hi All,
    In my application im on the verge of using stacked chart. i followed of developing it from the below link
    http://apex.oracle.com/pls/apex/f?p=36648:59since i have 15 request in my application, each request referring the 15 separate tables.
    i want to show the stacked bar chart based upon the status of each and every request
    i have four status(new, approved, rejected, need for information)
    The stack chart has to be like it needs to show 15 separate bars for each and every request.
    Since the bar of the individual request will be in different color (as these color representing various status with their numbers).
    How i can proceed with this.
    In that link they referred, they used case statement, but in the case statement they hardcoded the values like (20, 30, 40) for each color.
    But i dont need of harcoding as it has to show the value referring the table(depending upon the status available)
    Any help with this??
    Regards,
    Mni.

    Hi sush,
    After testing the issue in my environment, I can reproduce it. If there are some sections with small value in the column, the label will be overlapped and black arrow are shown in the columns due to the insufficient space.
    If we want to remove the black arrow, please refer to the following steps:
    Click the series on the chart. Expand the “SmartLabels” Property in the Properties window.
    Set the “CalloutLineAnchor” property and “CalloutStyle” property to None.
    Click the arrow below “CalloutLineColor” property. Select “More colors” option.
    In the Select Color dialog box, select White color, and modify the Alpha’s value to 0.
    To narrow down issue that series label got overlapped, we can try to set the vertical axis interval to a small one. This will make the lower values big enough to display the label. However, it will make your chart really tall for the ones with high values.
    Alternatively, we can use Tooltip property to instead of actually displaying. Type the same expression with Value field in the Tooltip property.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Legends in stacked chart

    Only the values in the first vertical column in the stacked chart blocks is displayed in the Legend.
    For EX:
    Totally i have 5 items in the stacked chart blocks.
    My chart has 2 items in first vertical column in the stacked chart,
    3 Items in the second vertical column and
    all 5 items in the third vertical column.
    Now only 2 items displayed in the legend values, rest 3 items in 2 nad 3rd column of the chart is not displayed.
    Could any only please help on this ???
    Regards,
    Manoj

    Hi Anshul,
    You can display either data value or data label in a stacked column chart by checking the Data Label Displaying Mode option under Format Chart->Data Values.
    You can also do the same by checking the same option under Format chart->Area Display->Data Values.
    I dont think you would be able to display both in a column chart whereas you would be able to do it in a pie chart.
    Hope this helps.
    Regards
    Sri Harsha

  • Chart type for Flash Chart

    Hello everybody,
    I'm trying to evaluate whether it's possible to use APEX for an application that I'm going to develop.
    Therein I want to use several charts for displaying database content.
    One of the charts I need is a combination of stacked charts with lines, but I can't find this type of chart in the "native" APEX-chart-collection. Is there anything available I missed at first sight?
    Thanks in advance

    Michael,
    That is a limitation of APEX default charts which cannot combine types. However, the post by Dimitri Gielis might on [Anychart 5 integration kit for APEX|http://dgielis.blogspot.com/2008/11/anychart-5-integration-kit-for-apex.html] might be what you're looking for. This commercial version of AnyChart can do a lot of things including the combination of types you're looking for. BTW, the free flash chart in APEX is based on an older version of AnyChart.
    Ittichai

  • Documentation for Reports Chart

    Using 10gAS R1 (9.0.4.2) Reports and Forms. Is there any documentation for the Chart functionality in Reports? Such things as how to do a stacked bar chart and hyperlink to a detail based on the x-axis value of the individual bar? Or explanation of the Chart object's XML? Can't seem to find any good resource for the Chart functionality anywhere. May be overlooking, but... Thanks, John

    Hello,
    http://www.oracle.com/technology/products/reports/htdocs/faq/Graph_FAQ_with_style.html
    Oracle Reports Technical FAQ
    Graphs
    http://www.oracle.com/technology/products/reports/htdocs/getstart/whitepapers/graphdtd/graph_dtd_technote_2.html
    DTD for Customizing Graphs in Oracle Reports
    Regards

  • No corporate chart of accounts is defined for your chart of accounts

    Hi
    I want to know what can be the reason if GLs exist at the chart of accounts level and not at the comany code level even though the company code is assigned to the chart of accounts .
    When I go to create the Gl at CoCd leve it says 'No corporate chart of accounts is defined for your chart of accounts'.
    Please suggest,  (the Chart of accounts has been copied)
    thanks

    hi,
    the chart of accounts are three types
    1.operating chart of accounts
    2.Country chart of accounts
    3.group chart of accounts
    Charts of accounts can have three different functions in the system:
    Operating chart of accounts
    The operating chart of accounts contains the G/L accounts that you use for posting in your company code during daily activities. Financial Accounting and Controlling both use this chart of accounts.
    You have to assign an operating chart of accounts to a company code.
    Group chart of accounts
    The group chart of accounts contains the G/L accounts that are used by the entire corporate group. This allows the company to provide reports for the entire corporate group.
    The assigning of an corporate group chart of accounts to a company code is optional.
    Country-specific chart of accounts
    The country-specific chart of accounts contains the G/L accounts needed to meet the country's legal requirements. This allows you to provide statements for the country's legal requirements.
    The assigning of an country-specific chart of accounts to a company code is optional.
    Use
    You can enter a group account number as additional information in the G/L accounts of the chart of accounts you are using. The system checks whether the group account number exists in the corporate chart of accounts.
    Example
    If the structure of the chart of accounts is predetermined by national legal requirements, you can define a corporate chart of accounts. All accounts receive a group account number which is the same for all accounts of that particular type in various different charts of accounts.
    For consolidation purposes, you can define the balance sheet and P+L by using group account numbers, i.e. they do not need to be defined differently per country.
    path - spro -img - financial accounting - general ledger accounting - master data - g/l accounts - preparation - Edit chart of accoun list ( OB13 )
    t.code ob13 matain chart of accounts under u will matain Group chart of accounts
    1.define account groups obd4
    t.code ob62 assign ur chart of accounts ur company code
    Accounting -> Financial accounting -> General ledger -> Information system -> General Ledger Reports -> Master Data -> -> Chart of Accounts Chart of Accounts.
    Description
    The Chart of Accounts program is used to display G/L account master data which is not specific to the company code and print out G/L account lists. You can use it for informational and documentation purposes.
    Output
    You can specify selection criteria to limit the number of G/L accounts printed.
    The system displays the G/L account number and long text first. Double-click an account in the list to display additional master data that is not specific to the company code.
    Edited by: janaki ram on Oct 21, 2008 6:19 AM

  • Stacked charts

    I want to create a stacked column chart with both negative
    and posotive values. but i m not able to plot it.
    Can anybody suggest something on this. how shud i
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:Script>
    <![CDATA[
    private var plotData =
    [{Month: "Jan 03", sales:200, purchase:800},
    {Month: "Feb 03", sales:392, purchase:385},
    {Month: "Mar 03", sales:-820, purchase:-383},
    {Month: "Apr 03", sales:-540, purchase:-827}]
    ]]>
    </mx:Script>
    <mx:ColumnChart type="stacked" dataProvider="{plotData}"
    width="100%" height="100%">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{plotData}"
    categoryField="Month" />
    </mx:horizontalAxis>
    <mx:series>
    <mx:Array>
    <mx:ColumnSeries yField="sales" />
    <mx:ColumnSeries yField="purchase" />
    </mx:Array>
    </mx:series>
    </mx:ColumnChart>
    </mx:Application>

    Hi Mark,
    As far as I know you can't.
    I built "semi-dynamic" charts by specifying a set, maximum number of series, allowing the user to pick and choose what to include in the chart, up to a maximum of 9 stacked series.
    You could also try to pre-calculate the series but you can't dynamically change the series name, so, the only trick I can think of would be to include all possible values at once, which is an affordable solution if known values are a dozen or less.
    However the need for dynamic chart support must have been already acknowledged by the development team, it's a request that has been made several times in the past and I would be rather surprised if the next release of HTMLDB wouldn't address the problem.
    Bye,
    Flavio

  • APEX Stacked Chart (APEX 4.1)

    I want to create a stacked chart and the data is all dynamic. I want a bar chart showing usage by all users for a range of days for a particular APEX Application.
    App 1234
    3/1 USER1 22 hits
    3/1 USER2 15 hits
    3/1 USER3 27 hits
    3/2 USER1 56 hits
    3/2 USER6 100 hits
    It looks like the APEX charting tool wants a different series for each different user, which is not realistic. Can I do this in APEX 4.1?

    Yes you can..so you want to group your data and also create a PIVOT table out of the data. If you are going to be having different users be added and removed from the database you will have to create a function that will make the function that will make the chart.
    Instead of going into the gory details...read the following
    http://ruepprich.wordpress.com/2011/03/31/apex-4-charts-dynamically-adding-a-series-2/
    then if you have questions post here and I will help you where I can.
    Rob

Maybe you are looking for

  • Muse suddenly wroking very very slowly.

    I've only been using Muse for a few days now. I am only building one site and it contains 2 master pages and 7 pages.  I have attempted to keep my graphics small. This site is still basically still just a skeleton site. I do have a portfolio that con

  • How can I get the Task information..? Remedy for error "-200089"

    Hello, I am using PCI-6229 for the application, and VB6 for application development. We have a policy to create the tasks and associated channels using Measurement and Automation Explorer. I want to know can I retrieve the information of the tasks th

  • Apex and Jasper Reports error

    Hi, I try to print an Report using Jasper Report, whenever i try this, i am getting this error: ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1029 ORA-24247: network access denied by access control list (ACL). I have enabled Netwo

  • Highest quality digital from .jpeg to printer ? Best workflow to .pdf ?

    Hi, I use photoshop mostly to remove color info and resize for printing in manuals setup on InDesign. I wonder if there is a better route than what I usually do, which is : open in  photoshop > remove color info > resize > save to .pdf. My question i

  • 1.5 to 2.0: Just making sure

    I have a licensed copy of 1.5 and my upgrade box of v2 sitting on my desk here. I did not download and run the v2 trial. After I install v2, and I launch it for the first time it will automatically update my ENTIRE 1.5 library into v2. And that's it.