Chart Bug

I'm wondering if others are having this problem I am having:
I have a line chart with 8 series.  Default colors for the chart. Two series are blue but very slightly different shades. Two are green but very slightly different shades. If I select one of the blue lines and try to change its color, BOTH blue lines change to that color. Same with if I try changing the green lines.  The other series that have unique colors work fine.

Hi Badunit,
I have a line chart with 8 series.  Default colors for the chart.
8 series with the same values to keep it simple.
Default colours repeat after the first series of 6.
Change the colours of series 7 and 8 so they will "stick" and no longer be controlled by the first 6.
Now have fun with series 1 (it won't affect series 7 and 8 because they are now independant)
Then more fun with the independant 7 and 8 series
Regards,
Ian.

Similar Messages

  • Pie chart bug in Numbers 3.0 on OS X?

    When I select a range and try to make a pie chart, the pie chart always shows 100% full for the first item, and completely ignores the other items to be included in the chart.
    I tried to do a 95% / 5% pie chart and no matter what I do, the pie chart only comes out as 100% full.

    Hi Rafagon,
    Try clicking the chart, then the blue 'Edit Data References' box, then in the lower left of your screen, change Plot Rows as Series to Plot Columns as Series, or vice versa.
    SG
    (That's a trick Ian taught me in the old Numbers, where the rows/columns switcher was in a different position.)

  • Leaky bar chart - bug?

    using javafx 1.2
    testing javafx.scene.charts
    Looks like there is a memory leak
    Here is a small bar chart app.
    The bars are animated.
    They shrink and grow when clicked on.
    Keep clicking and the app eventually crashes with the following error
    Unexpected exception caught in MasterTimer.process():
    java.lang.OutOfMemoryError: Java heap space
    Just moving the mouse cursor and hovering over different bars seems to use more and more memory
    import javafx.scene.chart.*;
    import javafx.scene.chart.BarChart.*;
    import javafx.scene.chart.part.*;
    import javafx.stage.*;
    import javafx.scene.*;
    import javafx.animation.*;
    var min=0;
    var max=10;
    var bcData: BarChart.Data[];
    var cats:String[];
    for (i in [min..max]){
        insert BarChart.Data {value:i;action : function(){growBar(i);};} into bcData;
        insert "cat{i}" into cats;
    function growBar(i:Integer){
        Timeline {
                keyFrames : [
                    at (0s) {bcData.value =>0},
    at (1s) {bcData[i].value => i}
    }.play();
    def barchart:BarChart = BarChart{
    title : "leaky bar chart"
    valueAxis :NumberAxis{
    label:"values"
    tickUnit :1
    lowerBound:min
    upperBound:max
    categoryAxis :CategoryAxis{
    label:"categories"
    categories :cats
    data: [Series{name:"series1";data:bcData}];
    Stage {
         title:"Bar chart"
         scene : Scene {
              content:[barchart]

    Same problem here. I have a SystemInformationSimulator that generates random data. Trying to plot this using a LineChart overloads the heap after adding around 40 points.
    import javafx.animation.KeyFrame;
    import javafx.animation.Timeline;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.chart.LineChart;
    import javafx.scene.chart.LineChart.*;
    import javafx.scene.text.Font;
    import javafx.scene.chart.part.NumberAxis;
    var numberOfCores = 4;
    var system = SystemInformationSimulator{
            hostName: "Schildmeer"
            numberOfCores: numberOfCores
    var series: Series[];
    for(i in [0..numberOfCores-1]){
        insert Series{ } into series;
    var x = 0;
    var lowerX = 0;
    var upperX = 20;
    Timeline {
        repeatCount: Timeline.INDEFINITE
        keyFrames : [
            KeyFrame {
                time : 5s
                canSkip : true
                action: function() {
                    system.update();
                    for(i in [0..numberOfCores-1]){
                        var point = Data{
                            xValue: x
                            yValue: system.cpuLoad[i]
                        insert point into series.data;
    if(x >= 20){
    delete series[i].data[0];
    lowerX++;
    upperX++;
    println("inserterd point into series[{i}] with x:{x-1} and y:{point.yValue} series[{i}] has size of {sizeof series[i].data}");
    x++;
    if(x >= 20){
    lowerX++;
    upperX++;
    }.playFromStart();
    Stage {
    title : "Test native graphs"
    scene: Scene {
    width: 600
    height: 600
    content: [
    LineChart{
    xAxis: NumberAxis{
    tickUnit: 2
    lowerBound: bind lowerX
    upperBound: bind upperX
    yAxis: NumberAxis{
    tickUnit: 0.1
    lowerBound: 0
    upperBound: 1
    title: "This is a LineChart"
    titleFont: Font{
    size: 24
    data: bind series

  • MV Oracle Maps 10.1.3.1 - Pie Chart BUG

    Hi,
    When using the pie chart in a basemap Oracle Maps Cache server produces multiple same charts within one polygon.
    thanks,
    Branislav

    Hi,
    here please see the flash video of that problem:
    http://www.freewebalbum.com/demo/piechart_bug/piechart_bug.html
    thanks,
    Branislav

  • Business graphic chart display

    Hi,
    I am facing the problem of the chart is automatically resize to the value plotted instead of the minumum and maximum value (automatic is turn off) as set in the value axis property section.
    Eg. the min is 0 and max is 21. When the value plotted is 6, the chart only display up to 6 only. It is automatically resize to fit the whole area. I need the scale (grid) value to be fixed.
    Please help.

    Hi,
    This definitely sounds like an old chart bug. Update your IGS to the latest patchlevel!
    Regards, Kai

  • How to populate data for SharePoint Team Foundation Server web part burndown, bug progress chart

    Hi,
    We are configuring the Team Foundation Server web part to show dashboards associated with burndown, user stories, etc. I added some active but when I click on the Bug Progress link, the chart does not display any data. I click on the Burndown link to
    add some issues data. When I click on the Task burndown or the  user story progress, I get the following message
    "The error occured during an attempt to establish a connection to the external data source. The following connections failed to refresh:
    TfsOlaReport"
    I would like the see the data correctly populated in the chart. Any help is greatly appreciated.

    Hi Comicrage86, 
    Thanks for your post.
    What’s the version of your TFS and SharePoint?
    Do you mean the burndown report and bug progress chart in team project site? If yes, your current team project created using which process template?
    As far as I know team project Release Burndown report shows in team project site by default. How did you add the active to show Bug Progress chart and did you custom your Burndown in team project site? Please share the detailed steps here. And you can share
    your screenshots here, it will help us provide the better response.
    If reports cannot show correctly in your team project site, please check the default reports in your team project>>Reports, ensure that default team project reports working fine in your Reporting Service site first. Then follow the
    steps in this
    article to troubleshooting the SharePoint Dashboards data source issue.
    Or refer to the solution in this post:
    https://social.msdn.microsoft.com/Forums/en-US/af054ca3-110b-4414-85d8-f36ea2416b0c/new-sharepoint-portal-excel-refresh-issues?forum=tfssetup.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Duplicate y-axis labels on charts for small data values -- is this a bug?

    Hi,
    I have several charts where the data values are small (1,2,3). The y-axis labels are duplicated for these charts. For example, if the data value was 2 the y-axis labels display as 0 1 1 1 2 2 2. I know that I can manually set the maximum y-axis value and also set the segments on the chart to eliminate the duplicate values. My issue is that I have over 100 charts in my dashboard and I have to manually set the values each month, and then in the next month when the data values are larger I have to remove the maximum y-axis value so the y-axis value is dynamically created. Is this a known bug within the software? Is there any fix for this besides what I'm already doing?
    Please let me know if anyone else has seen this issue and if this is a bug, or if this has been corrected in any fix packs.
    Thanks!!

    Hi Jim,
    I have data for three months in the data range A1 to B3 as given below -
    Jan - 1
    Feb - 2
    Mar - 3
    In Cell D1 write a formula =MAX(B1:B3)+1 (This will give you value 4)
    Go to Chart property -> Behavior -> Scale -> Manual (Y) Axis ->  Minimum 0 and Maximum will be pointing to cell D1.
    Go to Chart property -> Behavior -> Scale -> Division -> Size of Division 1 and Minor Divisions 1
    This will give you Y Axis values as 0,1,2,3,4
    Now change value of any month to 5.  Now value in D1 would become 6 and Y-Axis would change to 0,2,4,6.
    Hope this helps.
    Rashmi
    Edited by: RashmiG on Jan 8, 2010 4:45 PM

  • Flex SDK 4, bug in mx.charts.AxisRenderer with lastLabel==null?

    Hi!
    I'm upgrading a Flex application from SDK 3.5 to 4.1.
    I have a problem with mx.charts.AreaChart, namely with it's horizontal AxisRenderer for DateTimeAxis.
    During layouting one of its internal variable (lastLabel in calcRotationAndSpacing() method) can become null, causing Null pointer error.
    From examining the source code it looks like the problem happens in calcRotationAndSpacing() when there is just one label (didn't examine yet why, but presumably for small regions and narrow datasets that may happen, though it may be a bug generating labels), canDropLabels==true, then at line 1814:
       lastLabel = _labels[maxSkipCount + 1];
    Even though maxSkipCount==0, _labels[] array has nothing at index 1, returning null.
    In SDK 3 the label was calculated differently:
       lastLabel = _labels[_labels.length - 1];       
    always returning at least the first label.
    I can build a sample app, but to save time would like to know first if anybody had this before, and if isn't that an obvious bug?
    Later code has no graceful handler for when lastLabel==null
    Thanks, Andrei.

    By googling for AxisRenderer it appears, that the class has a number of similar issues. There is at least one JIRA https://bugs.adobe.com/jira/browse/FLEXDMV-2275
    Sounds like I won't have another choice but figuring out a workaround to prevent too few labels, may be by holding on renderer customization till creation is complete.

  • Chart digital display bug

    Hi,
    I am using chart with stacked plots and digital display for each of those stacked plots. There seems to be some update bug since if I move the display on the chart weird things start happening. The chart stops to update some plots and also artifacts appear. When I hide the digital display all seems to work as expected. What is the problem? Is it a bug? Is there some work around or do I have to code my own digital display?
    I made a short video to show the problem.
    LV 2011, Win7

    After I wrote my own implementation of the digital displays I realized that this problem appears also if I use separate controls and place them on the graph. Really annoying. The workaround I found, whether using the native charts digital display or your own version, is to force the graph to refresh. This surprisingly cannot be achieved by the method chart.refresh which doesn't help but by toggling for example Legend.ScrolBarVisible. If you toggle this property after writing data into the graph this annoying bug disappears. Other usable properies for this are: chart.visible, chart.updatemode, chart.plot.visible, chart.plot.color
    LV 2010
    LV 2011, Win7
    Attachments:
    DigitalDisplay_Workaround.bug.vi ‏16 KB

  • Line Chart creation bug?

    In HTML DB release 1.6.0.00.87 when I create a new line chart for some reason the Application Builder brings in copies of all the series from all my other line charts in the application. So each time I create a new line chart I have to delete all the additional series the Builder added.
    Is this a bug? If so, is it fixed in release 2.0?

    I just created a line chart and, under Build In, I don't see a "grow" option. Are you using Keynote '09?

  • Anychart: Bug when using chart template and Javascript

    Hi all,
    When I create a chart using custom xml and a template -
    <templates path="#IMAGE_PREFIX#Chart_templates/my_chart_template.xml"/>If I call toggle a series using some javascript:
       var chart = getChart(); // function created by the chart embedding javascript to capture a reference to the chart object
       chart.showSeries('population_average', $('input[is_series_toggle="true"]').is(':checked'));
       chart.refresh();The series is toggled correctly but the chart is refreshed without applying the chart template, so it looks ugly.
    Anychart claim this is an Apex specific issue because Apex uses a special build of Anychart? Anyone else encountered this problem and have a workaround. Or any other suggestions would be welcome.

    Hello Sara,
    The behavior you are describing is a long time known issue. It is a bug that should have been resolved by now, but for some reason was not. Maybe it’s because none of the default (built-in) page templates is using images with TABs.
    The workaround is to create your own img tag in the appropriate page template section, using the #TAB_NAME# substitution string. The principle is to name your corresponding images like current_#TAB_NAME#.gif and non_current_#TAB_NAME#.gif, where the #TAB_NAME# part in the file name is replaced with the actual tab name. So, for a TAB called EMP, you’ll have two image files by the names current_EMP.gif and non_current_EMP.gif.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Posible bug  building gantt chart in apex 4

    Hi fellows,
    When building "Project gantt" chart in apex 4 enter the following query:
    select 'null' ,
    'Proyecto X' ,
    1 ,
    null,
    sysdate ,
    sysdate+10 ,
    0
    from dual
    I picked up the parameters from the "Chart query example" and the following error displays:
    *1 error has occurred*
    ** Invalid Gantt chart query: Wrong here:12*
    Use the following syntax:
    SELECT LINK, ID, TASK_NAME, START_DATE, END_DATE, STATUS FROM ...
    LINK     Action Link
    ID     Task ID
    TASK_NAME     Text that displays along a chart task.
    START_DATE     Date column that specifies the actual start date of the task.
    END_DATE     Date column that specifies the actual end date of the task.
    STATUS     Numeric column that specifies the percentage of progress made for the task.
    or
    SELECT LINK, ID, TASK_NAME, START_DATE, END_DATE, STATUS, PLANNED_START_DATE,
    PLANNED_END_DATE FROM ...
    LINK     Action Link
    ID     Task ID
    TASK_NAME     Text that displays along a chart task.
    START_DATE     Date column that specifies the actual start date of the task.
    END_DATE     Date column that specifies the actual end date of the task.
    STATUS     Numeric column that specifies the percentage of progress made for the task.
    PLANNED_START_DATE     Date column that specifies the planned start date of the task.
    PLANNED_END_DATE     Date column that specifies the planned end date of the task
    As you can see the parameters are diferent ¿? !, I have tried both (lots of variations) but nothing appears to work.
    Is this a bug or am I wrong?.
    Can u post a simple query like mine that works please?
    Thx 4 your help.

    Hi Marco,
    Just to clarify, tryapexnow.com is running Oracle APEX 4.0 EA3, and http://apex.oracle.com is running Oracle APEX 4.0 Pre-production.
    You are correct, the syntax outlined in the error message is incorrect, and I've logged bug *9799373* to track this. As a workaround, you can view sample syntax for Gantt charts on the 'Query' page of the Create wizard, in the 'Chart Query Example for Gantt' Show/Hide region below the text area for entering your chart query, and also in the Oracle APEX 4.0 User's Guide that will be available with our new release. Just in case other users hit the same issue and are unsure of the expected format:
    Chart Query Examples for Project Gantt Charts:
    SELECT NULL LINK,
    TASK_NAME NAME,
    TASK_ID ID,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS
    FROM TASKS
    SELECT 'f?p=4000:2:'||:APP_SESSION||':::P2_ID:'||ID LINK
    TASK_NAME NAME,
    TASK_ID ID,
    PARENT_TASK_ID PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS
    FROM TASKS
    SELECT NULL LINK,
    TASK_NAME NAME,
    TASK_ID ID,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END,
    STATUS_NUMBER PROGRESS,
    START_DATE-3 PLANNED_START,
    END_DATE+1 PLANNED_END
    FROM TASKS
    Chart Query Examples for Resource Gantt Charts:
    SELECT NULL LINK,
    RESOURCE_ID ID,
    NULL NAME,
    NULL PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END
    FROM TASKS
    SELECT 'f?p=4000:2:'||:APP_SESSION||':::P2_ID:'||ID LINK
    RESOURCE_ID ID,
    RESOURCE_NAME NAME,
    PARENT_ID PARENT_ID,
    START_DATE ACTUAL_START,
    END_DATE ACTUAL_END
    FROM TASKS
    Thanks for reporting this issue, and I'm happy you were able to successfully generate your chart.
    Regards,
    Hilary

  • 2 Vertical Axis Chart & State Change Bug - Clarified

    When a column or line chart has 2 vertical axis (one on the left and one on the right), the additional vertical axis must be defined at the series level as the definition at the chart level only allows for one vertical axis.
    When you define the additional vertical axis at the series level, it will populate on the chart when the chart is first rendered.  But, it fails to populate after a state change.   This is apparently due to the fact that the “maximum” property on the additional vertical axis defined at the series level changes to 100 causing the line not to render as the data values are greater than 100.
    This is a Flex 4 problem.  Flex 3 does not have this problem.
    Below is an example application that demonstrates the problem.
    The example first presents a chart with Gross Sales plotted as columns using the left axis and Net Sales plotted as a line using the right axis.  Note, the vertical axis for Net Sales is defined at the series level.
    When you click the “Data” button a state change occurs and a data grid is presented showing Gross Sales and Net Sales.  When you click the “Chart” button another state change occurs and the chart is presented again.  Gross Sales will still populate, but Net Sales fails to populate.  This is the problem.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                          xmlns:s="library://ns.adobe.com/flex/spark"
                          xmlns:mx="library://ns.adobe.com/flex/mx">
      <fx:Script>
        <![CDATA[
          import mx.collections.ArrayCollection;
          [Bindable]
          public var dp:ArrayCollection = new ArrayCollection([
            {DTSALE:"11-Nov-07", NET:141.87, GROSS:63.34},
            {DTSALE:"12-Nov-07", NET:145.74, GROSS:58.56},
            {DTSALE:"13-Nov-07", NET:142.77, GROSS:62.34},
            {DTSALE:"14-Nov-07", NET:148.06, GROSS:75.65},
        ]]>
      </fx:Script>
      <s:states>
        <s:State name="chart"/>
        <s:State name="data"/>
      </s:states>
      <s:controlBarContent>
        <s:Button label="Chart" click="this.currentState='chart'"/>
        <s:Button label="Data" click="this.currentState='data'"/>
      </s:controlBarContent>
      <s:Group width="100%" height="100%">
        <mx:ColumnChart includeIn="chart"
          width="100%" height="100%" dataProvider="{dp}">
          <mx:horizontalAxis>
            <mx:CategoryAxis categoryField="DTSALE"/>
          </mx:horizontalAxis>
          <mx:verticalAxis>
            <mx:LinearAxis id="vLeft" title="Gross Sales Columns"/>
          </mx:verticalAxis>
          <mx:series>
            <mx:ColumnSeries yField="GROSS" verticalAxis="{vLeft}"/>
            <mx:LineSeries yField="NET">
              <mx:verticalAxis>
                <!-- Workaround: add maximum="200" to line below -->
                <mx:LinearAxis id="vRight" title="Net Sales Line"/>
              </mx:verticalAxis>
            </mx:LineSeries>
          </mx:series>
          <mx:verticalAxisRenderers>
            <mx:AxisRenderer axis="{vLeft}" placement="left"/>
            <mx:AxisRenderer axis="{vRight}" placement="right"/>
          </mx:verticalAxisRenderers>
        </mx:ColumnChart>
        <mx:DataGrid dataProvider="{dp}" width="100%" height="100%" includeIn="data">
          <mx:columns>
            <mx:DataGridColumn dataField="DTSALE"/>
            <mx:DataGridColumn dataField="NET"/>
            <mx:DataGridColumn dataField="GROSS"/>       
          </mx:columns>
        </mx:DataGrid>
      </s:Group>
    </s:Application>

    I found a workaround.
    When the chart goes through a state change, the “maximum” property on the additional vertical axis defined at the series level defaults to 100 causing the line not to render as the data values are greater than 100.  Setting this to a higher value (maximum="10000" ) forces the line to appear consistently after a state change.
    I still believe this is a bug.
    The downside is that I will have to dynamically determine the maximum value to use at runtime, but at least I can still use state changes on two vertical axis charts.

  • 2 Vertical Axis Chart & State Change Bug

    When a column or line chart has 2 vertical axis (one on the left and one  on the right), the additional vertical axis must be defined at the series level  as the definition at the chart level only allows for one vertical axis.
    When you define the additional vertical axis at the series level, it will populate on the chart when the chart is first rendered.  But, it fails to populate after a state change.
    This problem does not occur if the data provider uses static data defined in Action Script as an array collection.  But, the problem always occurs if the data provider uses a web service.
    This is a Flex 4 problem.  Flex 3 does not have this problem.
    Below is an example that will demonstrate the problem.  It uses the Flex Grocer web service that comes on the CD with Jeff Tapper’s book “Adobe FLEX 3 Training from the Source” (an Adobe Press book).  However, this example can be easily modified to use any web service.
    The example is currently pointing to static data defined in Action Script.
    You can switch from static data to web service data by commenting the instruction on line 32 ( dp = dpStatic; ) and un-commenting the instruction on line 33 ( dp = (event.result as ArrayCollection); ).
    The example first presents a chart with Gross Sales plotted as columns using the left axis and Net Sales plotted as a line using the right axis.  Note, the vertical axis for Net Sales is defined at the series level.
    When you click the “Data” button a state change occurs and a data grid is presented showing Gross Sales and Net Sales.  When you click the “Chart” button another state change occurs and the chart is presented again.  If you are pointing to static data, both Gross Sales and Net Sales will populate on the chart.  If you are pointing to web service data, Gross Sales will still populate, but Net Sales fails to populate.  This is the problem.
    Does anyone have a solution or work around for this problem?
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   creationComplete="init()">
      <fx:Script>
        <![CDATA[
          import mx.rpc.events.ResultEvent;
          import mx.rpc.events.FaultEvent;
          import mx.collections.ArrayCollection;
          [Bindable]
          public var selectedType:String = "All";
          [Bindable]
          public var startDate:Date = new Date(2006, 4, 1);
          [Bindable]
          public var endDate:Date = new Date(2006, 4, 5);
          [Bindable]
          public var dp:ArrayCollection;
          public var dpStatic:ArrayCollection = new ArrayCollection([
            {DTSALE:"11-Nov-07", NET:41.87, GROSS:63.34},
            {DTSALE:"12-Nov-07", NET:45.74, GROSS:58.56},
            {DTSALE:"13-Nov-07", NET:42.77, GROSS:62.34},
            {DTSALE:"14-Nov-07", NET:48.06, GROSS:75.65},
          private function init():void {
            getData();
          private function getData():void {
            dashboardWS.getSalesData.send();
          private function salesRPCResult(event:ResultEvent):void {
            dp = dpStatic;                                        // Line on chart always populates with static data
            // dp = (event.result as ArrayCollection);   // Line on chart does not populate with WebService data after state change
          private function showFault(event:FaultEvent):void {
            trace(event.fault.faultCode + ":" + event.fault.faultString);
        ]]>
      </fx:Script>
      <fx:Declarations>
        <mx:WebService id="dashboardWS" fault="showFault(event)"
                       wsdl="http://localhost:8300/flexGrocer/cfcs/aggregate.cfc?wsdl">
          <mx:operation name="getSalesData" result="salesRPCResult(event)">
            <mx:request>
              <startDate>{startDate}</startDate>
              <endDate>{endDate}</endDate>
              <category>{selectedType}</category>
            </mx:request>
          </mx:operation>
        </mx:WebService>
      </fx:Declarations>
      <s:states>
        <s:State name="chart"/>
        <s:State name="data"/>
      </s:states>
      <s:controlBarContent>
        <s:Button label="Chart" click="this.currentState='chart'"/>
        <s:Button label="Data" click="this.currentState='data'"/>
      </s:controlBarContent>
      <s:HGroup width="100%" height="100%">
        <mx:ColumnChart includeIn="chart"
                        width="100%" height="100%" dataProvider="{dp}">
          <mx:horizontalAxis>
            <mx:CategoryAxis categoryField="DTSALE"/>
          </mx:horizontalAxis>
          <mx:verticalAxis>
            <mx:LinearAxis id="vLeft" title="Gross Sales Columns"/>
          </mx:verticalAxis>
          <mx:series>
            <mx:ColumnSeries yField="GROSS" verticalAxis="{vLeft}"/>
            <mx:LineSeries yField="NET">
              <mx:verticalAxis>
                <mx:LinearAxis id="vRight" title="Net Sales Line"/>
              </mx:verticalAxis>
            </mx:LineSeries>
          </mx:series>
          <mx:verticalAxisRenderers>
            <mx:AxisRenderer axis="{vLeft}" placement="left"/>
            <mx:AxisRenderer axis="{vRight}" placement="right"/>
          </mx:verticalAxisRenderers>
        </mx:ColumnChart>
        <mx:DataGrid dataProvider="{dp}" width="100%" height="100%" includeIn="data">
          <mx:columns>
            <mx:DataGridColumn dataField="DTSALE"/>
            <mx:DataGridColumn dataField="NET"/>
            <mx:DataGridColumn dataField="GROSS"/>       
          </mx:columns>
        </mx:DataGrid>
      </s:HGroup>
    </s:Application>

    I found a workaround.
    When the chart goes through a state change, the “maximum” property on the additional vertical axis defined at the series level defaults to 100 causing the line not to render as the data values are greater than 100.  Setting this to a higher value (maximum="10000" ) forces the line to appear consistently after a state change.
    I still believe this is a bug.
    The downside is that I will have to dynamically determine the maximum vale to use at runtime, but at least I can still use state changes on two vertical axis charts.

  • Bug in healthvault fat chart display? fat converts mg/g from food to Lb in chart ;)

    The food & drink chart view on healthvault.om displays fat in pounds
    when all the foods have values in g, seems like a bug since it affects every day.  have I broken my account somehow?  on 10/5 it says I ate a little over 10 pounds of fat with most days in the 0.1-3 pounds when looking at the foods fat is always
    listed in grams

    Hi, James,
    There seems to be a bug where the tooltip, which appears when you hover over data in a chart, shows the label "pounds" instead of "grams" for Fat. However, the y-axis label is grams. And the data is grams. We are fixing the label in the
    tooltip.
    Is that the same problem that you have seen, or do you have a different issue?
    Thanks,
    Kathy
    That's it exactly yes

Maybe you are looking for

  • Can no longer boot from ANY OS disc on MBP

    I recently purchased a 15" 2.16ghz Core Duo Macbook Pro. It came with the original 10.4.5 discs. The previous owner installed 10.6 on it using a retail disc, then upgraded to 10.6.6. I had planned on upgrading the original hard drive. However, I cann

  • HT201335 Airplay not on my 4s

    I bought Apple TV, ugraded software to current version. My iPhone 4s just upgraded to iOS6 last week. There is no AirPlay icon to be found on the phone to mirror on the TV. Everything else works fine on both devices. I hit home button twice and no Ai

  • Sales Revenue Account '-' balance

    Hi All, why the Sales Revenue a/c shows minus balance ? what is the meaning of it? Thanks SV Reddy

  • Working with layers in Indesign

    is there a way to save the black separation or all of the black type only to a layer of its own. It would need to contain all of the black type and tables etc..? Leaving all of the 4c graphics on the base layer. This a large document with hundred of

  • IDVD not seeing a 3.3GB movie

    Hi, In my Videos directory, I can see a 3.3 GB movie file I created from my Flip video application. However, within iDVD, I don't see it under the media section. But I can see all other movies I created with my Flip app. Is there a file size limitati