Render BarChart with many bars

Hello,
I have a BarChart that has over 15000 bars to render within a chart. The problem is that, once the number of bars grow, the bars actually fades out and become invisible. I have recreated this issue with the ensamble2.jar file that comes with JavaFX 2.2 by adding a lot of extra data points to the "Advanced Horizontal Bar Chart".
I am trying to replace using JFreeChart, which does render a chart with this many bars in it.
Is there a way to either program or style the bar charts so that I will be able to display this many bars in them ?

I am having the same problem...(out of memory on renders)
I've been watching my activity monitor and cancelling the render before I run out of memory... but I'm not getting much done and I can't do a big render at night.
I've done all the usuall things... no CMYC files. Trash Prefrences... etc..
Two questions:
I am using Magic Bullet filters and they seem to stack up the inactive RAM. (When the incactive ram fills up that's when I get the "out of memeory") You said you saw a post about that a few days ago...Was there an answer besides changing out the filters? or can you point me towards the posting?
I'm also trying to figure out how to dump or clear the inactive RAM once I'm done with a render. I found that if I do a full restart I can clear my RAM and get a bunch of renders done before I fill up the inactive ram again. This is going to be a long project if I have to do that.
thanks
Mark

Similar Messages

  • Out of memory when i render HD with many layers

    I got a message error ( out of memory ) when i render HD full 1920 X 1080 in final cut pro 5 with many layers ( 6 to 9 layers ). I have 5.5 gig of memory and when is crash....1.5gig of memory is free in my activity monitor. If a buy more ram...my problem will be resolve? Please help me if anybody know about this problem.
    thank
    Yan

    I am having the same problem...(out of memory on renders)
    I've been watching my activity monitor and cancelling the render before I run out of memory... but I'm not getting much done and I can't do a big render at night.
    I've done all the usuall things... no CMYC files. Trash Prefrences... etc..
    Two questions:
    I am using Magic Bullet filters and they seem to stack up the inactive RAM. (When the incactive ram fills up that's when I get the "out of memeory") You said you saw a post about that a few days ago...Was there an answer besides changing out the filters? or can you point me towards the posting?
    I'm also trying to figure out how to dump or clear the inactive RAM once I'm done with a render. I found that if I do a full restart I can clear my RAM and get a bunch of renders done before I fill up the inactive ram again. This is going to be a long project if I have to do that.
    thanks
    Mark

  • Combining a Line Chart with a Bar Chart

    I'm required to render a chart that has a line chart in the background with a bar chart in the foreground. BarChart requires with one of the axes be Category while the LineChart needs to have both axes be Numeric.
    I had seen another post suggesting using a StackPane to put 2 distinct charts on top of each other. I don't think this will be suitable for this due to how different the one axis needs to be.
    My hunch is to simply write a new XYChart that renders bars instead of lines. Any other ideas?
    Thanks,

    Hi Chirs,
    In SSRS, the chart type is by design. It is not support vertical line chart.
    Reference: http://technet.microsoft.com/en-us/library/dd220461.aspx
    Since the issue is by default, I recommend you that submit this suggestion at
    https://connect.microsoft.com/SQLServer/. If the suggestion mentioned by customers for many times, the product team may consider to add the feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the
    level of service provided.
    If you have submit a feedback, could you please post the thread there? It will be very beneficial for other community members who have similar questions.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • BUG: Popup in page fragment; with many regions and popup binded to backing.

    BUG: Popup in page fragment; with many regions and popup or parent binded to backing bean.
    JDEV11.1.2.1 Popup will not popup.(sometimes works if using RichPopup.Show() in backing bean Java code.)
    I have a bug (Popup will not popup)that only happens when I have more than one of the same region.
    And I have a popup in the page fragment is binded to backing bean.
    My SR guy is out today but we plan to enter one.
    test.jspx
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
        <jsp:directive.page contentType="text/html;charset=UTF-8"/>
        <f:view>
            <af:document title="test" id="d1">
                <af:form id="f1">
                    <af:panelGroupLayout id="pgl1" layout="horizontal">
                        <af:outputText value="BUG JDEV11.1.2.1 and IE7. Broken Popup! If I have a jsff fragment and I have many regions of this fragment."
                                       id="ot2"/>
                        <af:outputText value="Inside the fragment I have a popup. If that popup or its parent are binded to a Backing Bean the popup doesn't work."
                                       id="ot1"/>
                    </af:panelGroupLayout>
                    <!-- with a single region it also works (with bindings in place in fragment). -->
                    <af:region value="#{bindings.taskflowemp1.regionModel}" id="r1"/>
                    <af:region value="#{bindings.taskflowemp2.regionModel}" id="r2"/>    
                    <!--
                    <af:region value="#{bindings.taskflowemp3.regionModel}" id="r3"/>
                    <af:region value="#{bindings.taskflowemp4.regionModel}" id="r4"/>
                    -->
                </af:form>
            </af:document>
        </f:view>
    </jsp:root>region.jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:group id="g1">
      <!-- If I remove the binding for popop or popup group, the popup works fine. -->
    <!--Working code here
        <af:group id="g2">
          <af:popup childCreation="deferred" autoCancel="disabled" id="p1" >
        -->
           <!-- Problem code here   -->
        <af:group id="g2" binding="#{TestBean.popupGroup}">
          <af:popup childCreation="deferred" autoCancel="disabled" id="p1" binding="#{TestBean.testPopup}"> 
            <!-- End problem code -->
            <af:dialog id="d2" title="Dialog Title">
              <f:facet name="buttonBar"/>
              <af:outputText value="Dialog Contents" id="ot100"/>
            </af:dialog>
          </af:popup>
        </af:group>
        <af:panelGroupLayout id="pgl1">
          <af:panelBox text="Region" id="pb1">
            <f:facet name="toolbar"/>
            <af:commandButton text="showPopupBehavior" id="cb1" >
              <af:showPopupBehavior popupId="p1"/>
            </af:commandButton>
            <af:commandButton text="AdfPage.PAGE.findComponent JavaScript" id="cb2" actionListener="#{TestBean.popupTestJavaScript}"/>
            <af:commandButton text="RichPopup.Show() Java" id="cb3" actionListener="#{TestBean.popupTestJava}"/>
          </af:panelBox>
        </af:panelGroupLayout>
      </af:group>
    </jsp:root>TestBean.java
    package view;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    import oracle.adf.view.rich.component.rich.RichPopup;
    import org.apache.myfaces.trinidad.component.UIXGroup;
    import org.apache.myfaces.trinidad.render.ExtendedRenderKitService;
    import org.apache.myfaces.trinidad.util.Service;
    public class TestBean {
        private RichPopup testPopup;
        private UIXGroup popupGroup;
        public TestBean() {
        public void setTestPopup(RichPopup testPopup) {
            this.testPopup = testPopup;
        public RichPopup getTestPopup() {
            return testPopup;
        public void popupTestJava(ActionEvent actionEvent) {
            if(testPopup != null){
                RichPopup.PopupHints ph = new RichPopup.PopupHints();
                testPopup.show(ph);
            }else{
                System.err.println("TestBean.testPopop IS NULL!");
        public void popupTestJavaScript(ActionEvent actionEvent) {
            showPopupTest("r1:0:p1");
        private static void showPopupTest(String popupId) {
            FacesContext facesContext = FacesContext.getCurrentInstance();
            ExtendedRenderKitService service =
                Service.getRenderKitService(facesContext,
                                            ExtendedRenderKitService.class);
            service.addScript(facesContext,
                              "AdfPage.PAGE.findComponent('" + popupId + "').show();");
        public void setPopupGroup(UIXGroup popupGroup) {
            this.popupGroup = popupGroup;
        public UIXGroup getPopupGroup() {
            return popupGroup;
    }

    Thanks that fixed the problem.
    "a user error"
    Well I followed your book! Chapter 6 of the "Oracle Fusion Developer Guide - Working with Bounded Task Flows in ADF Regions". I think this comes back to book writer error. I found almost no mention of BackingBeanScope in this chapter. Don't you think this would be an important note?
    "did you know that there is a Java API (on the RichPopup instance) to launch a popup ?"
    Yes I posted in my code! If you read the above code you would see it there.
    I don't really understand why the scope of the bean has anything to do with af:showPopupBehavior or AdfPage.PAGE.findComponent.

  • Problem with SCROL BAR

    In my form i have fields in tabelar view and i have scrol bar.
    When the query has been executed, I want to see all of data in my form and I offcourse must to scrol down, but when I receive a lot of data my action with scrol bar occure system block, CPU time increase and I must to terminate(with end task) the aplication.
    This happened, not allways, in Forms9i and Forms6i.
    Is this some oracle bug or exist some developers trick to solve this problem?
    Thanks, it's very imported to us!

    this may be affected by many factors assuming your form coding is good.
    you may first try to set the block's QUERY ARRAY SIZE to see if it helps. if you allows DML, then the DML arrary size too, but you need to balance them by many trials. In fact, if you get a powerful server/client machine, that helps too.

  • Stacked BarChart with drag and drop

    Hi,
    I have a BarChart with a stacked BarSet that can be drag and
    dropped. The problem is that when I click on a BarSeries in the
    chart to initiate a drag, only that BarSeries is being visually
    dragged. I would like to visually drag all the BarSeries in the
    stacked BarSet.
    This is better explained with a "picture". Suppose I have the
    following stacked mini-chart:
    XXXXXYYYYYYYYYYYYYYZZZZ
    XXXYYYYYYYYYZZZ
    XXXXXXXXXXXXXXXXXXXXXXYYYYYYYZZZ
    XXYYYYYYYYYYYZZZ
    XXXYYYZZZZZZZZZZZZZZZZZZZ
    Here X, Y and Z are BarSeries. When I click on ZZZ to
    initiate a drag, only the ZZZ is visually dragged. I understand
    that this is okay, but in my case I want to see XXXYYYZZZ visually
    dragged.
    How can I do this?
    Cheers,
    Andrej

    "mavdzee" <[email protected]> wrote in
    message
    news:gavo13$lpu$[email protected]..
    > Does anybody know this? How can I select sub-bars in a
    stacked BarSeries
    > in ActionScript? Is this possible?
    At a guess, I'd hide the real bars and make a dragProxy from
    a bitmap
    capture of the entire stack...

  • Performance problem with many lookups

    Hello,
    In my corporate system, I have a database table with many relationships. The JHeadstart Group used to represent it has 13 lookups, some of them are choices and some are lovs. All lookups are based on "free" lookup VOs, withou any kind of View Link relationships.
    So the initial model was:
    One "main" view object representing one entity object, with many (13) lookups to set some attributes.
    It was just working fine while under development, but when we put it on production servers with real data, it started running very very slow when quering in the main UIX table. In create mode it was working fine. I realized that it could be all of those lookups with all that data (some of lookup tables has >300 entries). If I undestood correctly, those attributes associated with lookups are "rendered" by matching.
    So I changed the model to:
    One "main" view object representing all possible entity objects, to fetch all attributes coming from relationships directly in that view object, and many lookups used just in create mode.
    It worked fine, and now response times are acceptable. But I'm still with difficult in the detail disclousure feature, where I'm still gettting up to 15-20s to render the details. In detail disclousure, I think it uses lookups to render attributes and so it slow down again.
    Is there anything I can do do speed up these queries?
    Thanks,
    Eduardo

    I've changed some choices to lovs and now it's working fine.
    Eduardo

  • Downloaded the 3.1 onto my 1st generation i pod touch, when turned on there is an apple with a bar half full under it. I have reset but can not bring up my home screen now. HELP ME!!!

    I have a first generation I pod touch. I recently downloaded the 3.1 version to it. In the middle of the download, an apple with a bar appeared under it, the bar has been only half full for many hours now. I reset the Ipod, but still this appears, and can not get my Ipod to turn off or get to the home screen. I can only reset it to turn it off! HElp me please! Or should I truck it down to the MAC store downtown?

    Try connecting it to your iTunes library in recovery mode and restoring it.  See this article for instructions on getting your iPod into recovery mode.
    iOS: Unable to update or restore
    B-rock

  • Offline/Missing Image Sequences in After Effects CS6 with Color Bars

    I am working on a stop motion animation in After Effects CS6.  Each clip has been imported as an image sequence from stills on my hard drive.  When I open up After Effects, all image sequences now have color bars over them, as if they are offline.  Trying to reload them does nothing.  I cannot 'link media' because it isn't just one file; it's an image sequence so there are many of them. 
    I first noticed this when the color bars appeared in my dynamically linked comps inside of Premiere Pro.  Everything played smoothly the first time I opened the project in Premiere CS6, after originating in CS5.5.  Then the second time I opened up Premiere, the color bars appeared on the linked comps.  I hadn't yet opened up my AE project in CS6 yet, so when I did, AE converted the project and I resaved it. 
    Any help related to this issue would be greatly appreciated. 
    Mid-2009 Macbook Pro
    Mac OS X Mountain Lion
    8GB RAM
    Adobe Creative Suite Production Premium CS6 w/Creative Cloud

    Thanks everyone, I think I'm beginning to solve this.
    Rick, thanks for your advice.  I tried this and it worked.  The reason I didn't do this before is that, because it is stop motion, I couldn't remember how many frames I had imported for each sequence.  For instance, if I shot 54 images and only imported 52 into the sequence, I wouldn't remember which 52 images to import...this might still be causing a problem, but I don't know yet.  I think in most cases I imported all the images in a folder, so the image sequences should be fine.
    I am having another problem, however.  Even though the issue seems to be fixed in AE, it doesn't seem to be fixed in Premiere...each image sequence is dynamically linked from AE, but each dynamically linked comp is still being show with color bars as they did in AE...I think that maybe my Premiere project is still linking to the old CS5.5 AE project, and not the new one opened and saved in CS6...

  • CFMAIL (CF5) sends with many corrupted characters

    I'm maintaining a system that sends out email mailings. The
    same server hosts some Cf applications that also send out some
    mails every once in a while. It has been working fine for a long
    time. However, in the past few weeks, the server started sending
    out the emails with many corrupted characters in them.
    There is no error in the logfiles or something, but it seems
    like when CF gets too busy sending emails, it starts sending memory
    dumps in the mail or so.
    What happens exactly is this. I send out mailings to about
    10.000 people. It loops over a query that gets these people and
    sends out one mail for every 100 persons with the code:
    <CFMAIL from="#attributes.from#" to="#attributes.to#"
    bcc="#attributes.addresses#" subject="#attributes.subject#"
    type="HTML">
    #mailcontent#
    </CFMAIL>
    the attribute 'addresses' contains a list of a 100 email
    addresses.
    In many cases, this works fine. Only when the server appears
    to be quite busy, it sometimes sends out the mails like the example
    below.
    CF-SERVER-02 ˆo
    ¸o
    èo
    €o
    H€o
    CF-SERVEx€o
    ¨€o
    ؀o
    o
    8o
    ho
    CF-SERVER-02 ˜o
    ȁo
    øo
    (‚o
    X‚o
    CF-SERVER-02 ˆ‚o
    ¸‚o
    è‚o
    ƒo
    Hƒo
    n tcp xƒo
    ¨ƒo
    ؃o
    tcp np „o
    Dƒo
    lpc 4%õ x„o
    ,‹o
    @ ¨Åe 4¹ÿ
    ´u ú
    ‘1 p
    ¸M_ÿÿÿÿ¸M_ì„o
    @ ¨Åe 4¹ÿ
    ´ £ (×¢ß äp
    ¸M_ÿÿÿÿ¸M_ìŠo
    @ ¨Åe 4¹ÿ
    4£ ;×8¡ß T
    p
    ¸M_ÿÿÿÿ¸M_¬„o
    @ ¨Åe 4¹ÿ
    4£ Kׄªß 4 5
    ¸M_ÿÿÿÿ¸M_,…o
    @ ¨Åe 4¹ÿ
    ´‰£
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML>
    </HTML>
    ƒo
    Hƒo
    n tcp xƒo
    ¨ƒo
    ؃o
    tcp np „o
    Dƒo
    lpc 4%õ x„o
    ,‹o
    @ ¨Åe 4¹ÿ
    ´u ú
    ‘1 p
    ¸M_ÿÿÿÿ¸M_ì„o
    @ ¨Åe 4¹ÿ
    ´ £ (×¢ß äp
    ¸M_ÿÿÿÿ¸M_ìŠo
    @ ¨Åe 4¹ÿ
    4£ ;×8¡ß T
    p
    ¸M_ÿÿÿÿ¸M_¬„o
    @ ¨Åe 4¹ÿ
    4£ Kׄªß 4 5
    ¸M_ÿÿÿÿ¸M_,…o
    @ ¨Åe 4¹ÿ
    ´‰£
    The code between the HTML tags is exactly as it should be ,
    only mailclients don't understand this anymore and show the
    complete HTML code as a text message.
    This happens when I send out HTML mails, but when sending
    text-emails, the very same happens sometimes.
    It's running on CF5 on win2k.
    I really hope that somebody can help me out!

    In iTunes, select your Music Library (the first entry at the top left in the side bar)
    Press cmd & A keys (Select All)
    In the menu bar, go to Advanced > Convert ID3 tags. Click on "None" to reveal the choices available and choose version 2.4, then on click OK.
    Note: this will not repair damaged accented characters on songs you have already played since updating to iTunes 7.7. You should correct these before updating the tags.

  • SOS! Render problems with CS5

    [thread moved by forum host to correct forum]
    A "Video Preview Error" message shows up with "Error Compiling
    movie" when trying to render in CS5.  Any answers?

    1st, this area is only for NON-technical discussions... go post again in http://forums.adobe.com/community/premiere/premierepro_current
    2nd, before you post, be prepared... and post the information asked for in this link
    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link... most especially the codec used... see Question 1
    Read Harm on drive setup http://forums.adobe.com/thread/662972?tstart=0
    - click the embedded picture in Harm's message to enlarge to reading size
    - you need AT LEAST 2 drives for video editing, 3 is better
    - some HD formats work better with (require) RAID
    Read Hunt on Partitions http://forums.adobe.com/thread/650708?tstart=0
    A link with many ideas about computer setup http://forums.adobe.com/thread/436215?tstart=0
    You really don't provide enough information for anyone to help
    You need to provide more information http://forums.adobe.com/thread/416679
    Plus Video-Specific Information http://forums.adobe.com/thread/459220?tstart=0

  • Yosemite boot up stalls with grey bar 1/3 along

    After a successful installation of Yosemite the boot times have been getting longer and longer and now the boot up stalls with grey bar 1/3 along and i have to hold down the power button to shut down and try again. It takes many hard reboots to occasionally make it to the desktop! Has anyone had this issue and solved it?

    What solved my case was removing this from:
    /Library/Extensions:
      LogiMgrDriver.kext (fromLogitech!)
    /Library/LaunchAgents:
      com.oracle.java.Java-Updater.plist
      com.srs.EssentialsAgent.plist
    /Library/LaunchDaemons:
      amsdstat.plist
      com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist
      com.oracle.java.Helper-Tool.plist
      com.oracle.java.JavaUpdateHelper.plist
      org.cindori.AuthHelper.plist (Trim Enabler installed this for my SSD on 10.9)
      org.cindori.TEAuth.plist (Trim Enabler installed this for my SSD on 10.9)
    Now I am going to install Java again... Maybe also Ambrosia Software and Logithech ...

  • Set Maximum size for a subpanel created with splitter bars in LV8

    Does anyone know how to set the Maximum size for a subpanel created with asplitter bar? If I show one cluster in the subpanel and use the scroll bar to scroll, I can see more (blank) area than I want. I just want the user to be able to scroll a cluster within a subpanel while the cluster is larger than the view area of the subpanel. I don't want to let the user scroll outside the cluster.
    Ravi Beniwal

    I apologize for the mixup in terminology. Please read Pane wherever the word Subpanel was used.
    Please see the attached VI for a description of my problem.
    I would really appreciate any help with this.
    Ravi Beniwal
    Attachments:
    Pane Scrolling Problem.vi ‏10 KB

Maybe you are looking for