X Axis Ranges - custom XML - it doesnt work

Hi - I am having difficulty displaying an axes range on the X axis.
I have a line chart displaying volume data over a 2 month period, and I want to shade saturday+sunday in grey as vertical stripes accross the chart- to indicate that the data points can be safely ignored as non-business hours.
I am planning to add 52 ranges in the x_axis with minimum=MMDD for Saturday and maximum=MMDD for Sunday to cover a 1 year period.
Anychart documentation says this is possible: but all of the examples are for the Y axis (which works ok).
[http://www.valentinois.net/forums/weatherd/anychart/anychart/help/docs/axes-ranges.html|Anychart documentation]
The chart accepts attributes for the x_axis, but never displays the range.
My XML looks like this:
<x_axis> <title enabled="False"/> <labels rotation="0"/>
<axis_markers><ranges>
<range minimum="0502" maximum="0503"><fill color="Blue"/></range>
<range minimum="0509" maximum="0510"><fill color="Blue"/></range>
</ranges></axis_markers>
</x_axis>
</axes>
Has anyone successfully implemented this?
Apex 3.1.2 with Anychart3
Thanks!
Mark

Solved; when marking ranges or lines on the X axis; you cannot specify X axis values; only X axis data points (starting with 0). For weekly data, plotted by hour, I shade the first 24 data points for Monday, and then alternate colors for the whole week. Works a treat.
On the Y axis you can specify ranges (or plot lines) using the Y axis values. This doesn't appear to be documented, and may be a bug, so I hope this is useful to the next person stumpred by this.
Rgds
Mark

Similar Messages

  • Crystal Report 2008 SP2 & InfoView: Custom XML Export doesnt work

    Hi,
    I have created a Crystal Report .rpt and want to use the custom xml export function to output a custom xml file. For that, I created a custom transformation file (xsl) and imported it into the .rpt . On the client machine, if I open the .rpt with Crystal Reports 2008 SP2, and select to export it using the custom xml output, all runs fine. (under SP1, only half the file was created...)
    If I upload the .rpt file to Infoview (server-side: BO Enterprise 3.1, SP2 as well) and schedule it, I can select xml, and then my custom xml as output format, but I am getting the error message u201EUngültige Exportoptionen" (="invalid export options"), in the instance history. No output file is created. I use file system as destination. Other output formats like .pdf and .rpt work fine and files are created.
    Ideas:
    -Are there any more settings needed on the server (e.g.CMC - Crystal Server Jobs, other Processes, ...) so I can schedule the report and successfully create the custom xml format file as output?
    -Do I need to upgrade to a specific SP or FP on server-side so everything runs smooth?
    Thanks for your help!

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • Chart Issue,  tooltip separator / on custom XML sustitution not working

    I did not find the way to declaratively change the Tooltip label separator in the chart, I see the XML contains this:
    <tooltip_settings enabled="true">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}The problem is the "-" minus sign as separator between the label and the value - even if the Y axis show where the 0 is, some user might see them as negative number.
    On option is to use custom XML. In that case, since I'm using &ITEM_NAME. in the chart title, this is not replaced.
    Any idea how to overcome on these issue?
    Thanks,
    Peter

    I did not find the way to declaratively change the Tooltip label separator in the chart, I see the XML contains this:
    <tooltip_settings enabled="true">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}The problem is the "-" minus sign as separator between the label and the value - even if the Y axis show where the 0 is, some user might see them as negative number.
    On option is to use custom XML. In that case, since I'm using &ITEM_NAME. in the chart title, this is not replaced.
    Any idea how to overcome on these issue?
    Thanks,
    Peter

  • Customized mass change doesnt work

    Hi All,
    I have customized the mass change field group to add 2 new date fields. I have also redefined a Z class of CL_CRM_BSP_MKTPL_ACC_TREE to respond when the "Save" is clicked after mass change.
    In this class, I have used standard methods like cl_crm_mktpl_appl_base->eew_basic_data_assign_change, cl_crm_mktpl_date_assignment=>write_dates
    which allow me to change the assigned dates. It also displays the message "data saved"
    So, when I open the marketing object after mass change, i see the updated dates, but when I open the project again, the dates are reset to old ones. I even tried using "COMMIT WORK" after the mass change code.
    Is there anything i am missing ? Is it changing dates only in the buffer ?
    Any help will be highly appreciated.
    Thanks,
    Raviraj

    Hi Manish,
    If you have not posted any activity or goods to the production order, then in header click on Functions -> Read PP Master Data.
    The order will now read the routing with the new work centers, provided the same has been changed.
    If you have posted some activities or goods movement done, then its a manual process.
    Hope the above answers your query.
    Regards,
    Vivek
    Added
    If in case you have posted some goods or confirmed some activity, check if you can reverse the same, re-read the routing & then post back the goods.
    Edited by: Vivek on Feb 24, 2009 12:22 PM

  • Link not working on a pie chart which uses a customized XML

    Hi,
    I have created a pie chart which uses customized XML.
    For this, i am using database function. This function returns a customized XML which is eventually used by chart.
    But the problem now i am facing is the link on chart is not working . I have to navigate to another page from this chart sending value of link attribute.
    Can someone help me out , in how to create link in such case ?
    Thanks in advance.
    Edited by: Vaibss on Feb 22, 2011 10:49 PM

    Good news: I've found that the directive
    -Dlog4j.configuration=/home/myServer/Oracle/Middleware/wlserver_10.3/server/bin/log4j.properties
    shuld be instead:
    -Dlog4j.configuration=file:/home/myServer/Oracle/Middleware/wlserver_10.3/server/bin/log4j.properties
    - noticed that <<file:>> ? VERY important...
    This way the log4j logging works also on a standalone WLS.
    reference:
    http://jaikiran.wordpress.com/2006/07/05/i-get-log4jwarn-no-appenders-could-be-found-for-logger-message-2/
    Sergio.

  • Customizing XML File in Business Graphics does'nt work for End Users

    Hi Experts,
    I have created an application using business graphic UI element for displaying graphs. I have some Customizing file settings done for it using Edit Customizing for its layout. As per my requirement, it works fine for me and other Developers. But when tested by End Users, that customizing file does'nt work. It shows a default graph's layout and XML file does'nt affect its layout.
    Can anybody help me with this Issue. Please reply soon.
    Thanks,
    Runal

    I resolved this issue by implementing SAP Note 1294871
    Thanks,
    Runal

  • How to pass apex item value into custom xml for chart or guage?

    Re-opening the old thread : Re: How to pass apex item value into custom xml for chart or guage?
    Which was not answered.
    Roel - Thanks. Its working - but in a semi quotes in the custom XML
    <pointers>
    <pointer value= '&P5_RUNNING_TOTAL.'
    <label enabled="true">
    <position placement_mode="ByPoint" x="50" y="15" />
    <format>{%Value}{numDecimals:1}</format>
    <background enabled="false" />
    </label>
    </pointer>
    </pointers>This question was helpful for us to resolving one recent thread : AnyChart - set Dial axis intervals dynamically?
    (Re: AnyChart - set Dial axis intervals dynamically?
    Edited by: P.Ranish on Dec 13, 2012 6:23 AM

    P.Ranish wrote:
    Is there any update for this question ???
    Edited by: P.Ranish on Dec 13, 2012 3:36 AMNo, And there won't be in the future.
    Please stop posting followup's to old threads, if you have a real problem please search the forum first and post a new question with all information
    Roel wrote:
    Try using &P5_RUNNING_TOTAL. or #P5_RUNNING_TOTAL#Just to make it clear - this will only work if page is reloaded after setting the item values dynamically via AJAX

  • Foldingathome doesnt work

    Hi,
    foldingathome doesnt work. the file /opt/fah/FAH502-Linux.exe wont execute. anyone having same issue?

    Beta fah5 binary for SMP client (x86-64 bit only) is available from their download page
    folding@home SMP faq wrote:
    We are also releasing another type of client: the Folding@Home SMP client. SMP means "Symmetric Multi-processing" (...)
    The goals of the SMP client and the GPU client are similar: in order to tackle many of the problems of interest (especially related to protein misfolding and aggregation, such as in Alzheimer's Disease), we need to not just have lots of computers participating, but we need results returned more quickly so that we can simulate trajectories of sufficient length. Right now, we achieve this by running for many months to years (indeed, our first Alzheimer's Disease simulations ran for almost two years straight). That's where the SMP and GPU (and PS3) clients come in. They give us considerably longer trajectories in the same wall clock time, allowing us to turn what used to take years to simulate even on FAH, to a few weeks to months.
    Moreover, the SMP and GPU clients are complementary. The GPU client can greatly (~30x) speed up a specific type of calculation (implicit solvent calculations), whereas the SMP client can lead to a 4x speed up over the complete range of calculations we need to run. (...)
    Our goal is to apply this new technology to dramatically advance the capabilities of Folding@Home, applying our simulations to further study of protein folding and related diseases, including Alzheimer's Disease, Huntington's Disease, and certain forms of cancer. With these computational advances, coupled with new simulation methodologies to harness the new techniques, we will be able to address questions previously considered impossible to tackle computationally, and make even greater impacts on our knowledge of folding and folding related diseases.
    This is a beta release and we expect that there will be several bugs, flaws, problems, etc. To minimize problems, we have been testing the client and cores extensively in house and they run well there. However, it's our experience that running in the controlled setup in our lab and running "out in the wild" are very different situations.
    Note that it may not be as simple as launching new fah5 binary. From Folding-community forum, i can see
    fah5 binary itself is 32 bit : the guy on Ubuntu Edgy x86_64 needs to install the 32bit compatibility package "ia32-libs".
    Anyway there's no solution yet for single proc x86_64 like my amd 64 ?
    Will give fah5-beta a try just in case.
    EDIT
    Well, that was worth a try :
    $ ./fah5
    Note: Please read the licen
    se agreement (fah5 -license). Further
    use of this software requires that you have read and accepted this agreement.
    --- Opening Log file [November 22 17:38:12]
    # SMP Client ##################################################################
                           Folding@Home Client Version 5.91beta
                              http://folding.stanford.edu
    [17:38:12] - Machine ID: 1
    [17:38:12]
    [17:38:12] Work directory not found. Creating...
    [17:38:12] Could not open work queue, generating new queue...
    [17:38:12] - Preparing to get new work unit...
    [17:38:12] + Attempting to get work packet
    [17:38:12] - Connecting to assignment server
    [17:38:13] - Successful: assigned to (171.64.65.56).
    [17:38:13] + News From Folding@Home: Welcome to Folding@Home
    [17:38:13] Loaded queue successfully.
    [17:38:18] + Closed connections
    [17:38:18]
    [17:38:18] + Processing work unit
    [17:38:18] Core required: FahCore_a1.exe
    [17:38:18] Core not found.
    [17:38:18] - Core is not present or corrupted.
    [17:38:18] - Attempting to download new core...
    [17:38:18] + Downloading new core: FahCore_a1.exe
    [17:38:19] + 10240 bytes downloaded
    [17:38:19] + 20480 bytes downloaded
    [17:38:19] + 30720 bytes downloaded
    [17:38:48] Working on Unit 01 [November 22 17:38:48]
    [17:38:48] + Working ...
    [17:38:48]
    [17:38:48] *------------------------------*
    [17:38:48] Folding@Home Gromacs SMP Core
    [17:38:48] Version 1.72 (November 12, 2006)
    [17:38:48]
    [17:38:48] Preparing to commence simulation
    [17:38:48] - Ensuring status. Please wait.
    [17:38:48] Entering M.D.
    [17:39:05] 7.4 percent)
    [17:39:05] - Starting from initial work packet
    [17:39:05]
    [17:39:05] Project: 3007 (Run 4, Clone 7, Gen 5)
    [17:39:05]
    [17:39:05] Entering M.D.
    starting mdrun 'SMP-msv-03'
    5000000 steps,  10000.0 ps.
    [17:39:12] SMP-msv-03
    [17:39:12] Writing locProtein: Extra SSE boost OK.
    [17:39:12] ocal files
    [17:39:12] Extra SSE boost OK.
    Now 3 questions for you guys.
    - will it works as  expected by folding team (SMP) ?
    - will it runs on custom kernel recompiled without SMP for single core machines ?
    - wonder what kind of flags they're using when building this binary.

  • Custom XML Transformer Error

    I have created a custom XML Transformer using the SAP Library article:
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/98e14110340b7fe10000000a155106/frameset.htm
    I created the project and uploaded the PAR file but when I try to create an XML iView I get to the part where I enter the URL and when I click "Next" I get the following error:
    Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application com.sap.portal.EmptyTransformersProvider...
    In the PAR Structure section it says - The Par File must have the following folder structure:
    dist->PORTAL-INF->portalapp.xml
    dist->PORTAL-INF->xml->XSLLibrary->Transformers (My custom XSL File (stock.xsl) is HERE)
    dist->PORTAL-INF->xml->Transfomers.xml
    This I have completed however, it also shows two files under the project:
    EmptyTransformersProvider.etz
    com.sap.portal.EmptyTransformersProvider.par
    What are these files and how do I create/add them? 
    I noted that the name of the Project created here is EmptyTransformersProvider but my project is named ep_sts does this matter?
    Also if it matters:  this is a DC which I created in NWDS using Enterprise Portal->Portal Application Module.
    Lastly I have tested the XSL using Internet explorer and an XML File and it workes fine so I would assume it is not the XSL causing the error.

    Hello
    As i've created my own transform according to the tutorial, it doesnt appear in the list of available transforms either in the xml iview wizard or editor.
    Any idea ?
    previously I had the same error resolved by naming the project with the right name.
    Thanks

  • Run-as Doesnt Work

    Hi,
    I´m using a custom user manager and the principals.xml file to declare the roles/groups and the authentication and authorization works fine.
    However, i've added a servlet with a run-as tag and it doesnt work. The request.isUserInRole() method returns false.
    Can anybody help me?
    Thanks.
    Luiz

    hi guys,
    just fixed this .... your service should run on the same account as you have logged. By default all the service runs as a Local System Account.
    Thanx...
    Deepak

  • Custom xml parser for EAR

    I am trying to specify a custom XML parser for my application to use as the default BEA one does not work with Apache Axis.
    I added the following to my weblogic-application.xml file:
    <xml>
    <parser-factory>
    <saxparser-factory>org.apache.xerces.jaxp.SAXParserFactoryImpl</saxparser-factory>
    <document-builder-factory>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</document-builder-factory>
    <transformer-factory>org.apache.xalan.processor.TransformerFactoryImpl</transformer-factory>
    </parser-factory>
    </xml>
    I also updated the Manifest file for my EAR to include the following:
    Class-Path: APP-INF/lib/xercesImpl.jar;APP-INF/lib/xml-apis.jar
    This is not working. Any ideas?
    Here is the docs i am following: http://edocs.beasys.com/wls/docs81/xml/xml_appscop.html#1075700

    Augie (guest) wrote:
    : XML Team --
    : I am a true beginner on XML, besides the basics, I am having
    : problem understanding how to use the parser. We have a
    project
    : that requires us to form XML docs using PL/SQL (print
    statements)
    : and send them via FTP to our clients. Our clients will then
    : parse the XML code that we put together and input the data
    into
    : their database. We are using XML as an EDI form.
    : I downloaded the parser, and tested, but cannot understand how
    to
    : actually do a parse on a .xml file. Something ran and
    returned,
    : but I cannot get a head/tail out of them.
    : My question is:
    : 1. How do I parse .xml files?
    I am not sure what parser or interface you are trying to use.
    Our command line ones will print the output of the parse to the
    screen. Our class files allow you to construct an in-memory DOM
    Tree representation that can be programaticly accessed. Review
    our samples to see how to do it.
    : 2. After parsing, is there a flatfile with all the data? where
    is
    : the parsed results?
    Not unless you use our print methods or pipe our commandline
    versions to the screen.
    : 3. Our client has Oracle 8.0.5, can the XML: Parser for C work
    : independently? How do you get parsed data into the database?
    All of our XML Parsers for C, C++, and Java can work
    independenmt of the database. However, only the Java version is
    currently configured to work with the XML SQL Utility (also
    available here) to get parsed data in and out of the database.
    Download it and take a look.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

  • Safari doesnt work and software update wont open

    i have os x 10.3.9 and my safari doesnt work anymore, as well as software update. does anybody know how to install it back onto the computer from the os cd? or where can i download safari 1.3 (full version)? the apple web site does not have it, it only has updates.

    Try deleting the com.apple.Software update plist from Home/Library/Preferences. Safari can be reinstalled from your install disk. It may be listed under optional installs or custom installs. Safari 1.3 is terribly out of date and will crash on many sites. A better alternative is Camino which has the look and feel of safari and is quite stable.

  • Custom XML Publisher Reports in EBS 11.5.10.2 Fails Randomly

    Hi Experts,
    I have a Custom XML PUblisher Report Concurrent Program in EBS 11.5.10.2.
    The Report fails randomly with a Warning. I get the following error,
    [11/21/08 12:17:21 PM] [UNEXPECTED] [915997:RT3085490] java.io.FileNotFoundException: /u01/PROD/prodcomn/admin/out/PROD_irl-dub-finmdt-01/o3085490.out (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    As you can the OPP fails to find the o3085490.out file in the $APPLCSF/$APPLOUT directory and actually the file is not there in the unix box on that location.
    If the same report is submitted again it Works fine, But not at all times.. some of them fails with the above error message.
    Any pointers to solve this one.
    Regards

    Hi,
    We are on Multi-node set up with two middle-tiers with a load balancing option Yes.
    The XML Publisher Version is 5.6.0. Is it required to move to 5.6.3 ?
    Please find a detailed explaination of the issue.
    Issue
    XML Publisher Reports Fails Randomly in Production
    Detailed Explaination
    XML Publisher Reports submitted in Production completes with Warning. You can say 1 out of 4 requests submitted in a sequence will fail.
    The Log message of the COncurent Program is something like this,
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 3091786 on node IRL-DUB-FINMDT-01 at 23-NOV-2008 15:36:58.
    Post-processing of request 3091786 failed at 23-NOV-2008 15:36:58 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Checking the Output Post Processor Log gives the following message
    [11/23/08 6:25:01 PM] [UNEXPECTED] [925353:RT3092523] java.io.FileNotFoundException: /u01/PROD/prodcomn/admin/out/PROD_irl-dub-finmdt-01/o3092523.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Its evident from the message the output file for the request is not generated.
    Some Findings to pass on to Version 1
    1. Report in not picked up for execution in this case as even the first statement is not executed and there is no oracle session and os process asscociated with it.
    I enabled trace and the trace was generated only for the successful ones and it was never generated for the ones completed with warning.
    2. The below query gives no values for the failed concurrent request, where as all successful ones have valid values.
    SELECT oracle_process_id,oracle_session_id,os_process_id
    FROM fnd_concurrent_requests
    WHERE request_id = 3091786
    Regards

  • Changing xwork-community-custom.xml file in Forums Application

    Hi,
    could someone give me details on how to customize the file xwork-community-custom.xml, to override actions defined in xwork-community.xml?
    My problem in detail:
    I want to delete the "My questions" area in profile view, because we don´t have a "question scenario" in our company.
    As it is no jsp file, that i can directly change, but a ftl file that is included in the forums.jar file I want to override the actions "profile" and "edit-profile", which are included in xwork-community.xml, so that I dont´t have to change the jar file directly . The file now looks like that:
    <xwork>
        <package name="custom-actions" extends="webwork-default">
         <action name="profile" class="com.jivesoftware.profiles.action.ViewProfile">
                <result name="success" type="freemarker">myfile.ftl</result>
            </action>
            <action name="edit-profile" class="com.jivesoftware.profiles.action.EditProfile">
                <result name="cancel" type="redirect">profile.jspa?editMode=true&amp;userID=${targetUser.ID}</result>
                <result name="input" type="freemarker">myfile.ftl</result>
                <result name="success" type="redirect">profile.jspa?editMode=true&amp;userID=${targetUser.ID}</result>
            </action>
        </package>
    </xwork>
    For that I copied this two actions in "xwork-community-custom.xml" and now want to change the value for e.g.
    "/templates folder.
    What do I have to write in the xml to reference to this file? In jive forum s.o. wrote to write only the the file name as reference and that this has the effect that ftl file fromtheme folder is taken, but that didn´t work.
    I tried nearly everything but it has no effect. I also restarted server etc.
    Every other change was no problem, and even if i place a ftl file in themes folder which has the same name as as JSP file the framework tries to render the ftl file, but in the other case no chance.
    Could someone please give a tip, how i can do my changes?
    Many thanks
    Best regards
    Alex

    for all who want to get a little bit deeper in Jive application, than configuring things with admin console....solution was the following:
    - look for ftl file in xwork-community.xml file, which is responsible for the specific action (in my case cp-tabs.ftl)
    - look for the path of the original ftl file in jiveforums-<version>.jar
    - extract ftl file you want to modify and do your changes
    - have a look into ..../com.sap.netweaver.coll.forums/servlet_jsp/forums/root/template if the path specified in jar file already exists (normally not). If not create folder structure. In my case I had to create forums/include
    - put the customized file into the new folder
    - restart application server
    --> "my questions" area in profile is gone
    Regards
    Alex

Maybe you are looking for

  • 3 people have been using the same Apple ID for years.  How do we separate the information and create our own Apple IDs?

    Brand new to the community.    I'm confused as to how all of this works, but since we're using the same Apple ID, we seem to be getting eachother's information synced to our phones including contacts, music, etc.  I'd like to separate our accounts, b

  • VL10B Error message M7041

    Hello all! I have a problem with transaction VL10B, when create Deliveries with reference STO. Since 4 months ago the process run correctly. In ME21N transaction create the STO. After create delivery at transaction VL04 and VL10B. Up to here all perf

  • ADF Tree Table - Multiple Commandlinks in one column

    Hi, We are building a hierarchy using tree table. The hierarchy looks as follows +Root Object ++ Child Object One +++ Child 1.1 +++ Child 1.2 +++ Child 1.3 ++ Child OBject Two At each level, the object is used by more than one users. We want to displ

  • Request to know necessity of filter in BADI

    Hi, I would like to know what is Filter in BADI and why it is required, please throw some light on the advantages of filter in BADI. Appreciate your quick response. Regards Harikrishna

  • How to create dummy wbs elements

    Hi, for annual closing i have to make some dummy WBS elements to transfer the balance from existing ones. What is difference between original wbs elements and dummy ones. Or they are just the same configurationwise.