The chart legend: worked in beta, no longer works in Prod

Hello world

The legend attached to the LineChart poster is no longer the appropriate color. In other words, the line in the chart is red (as requested), but the 'legend' is black. It is supposed to be a red square and the word 'Jobs', but I get a black square (as it is not gathering because it should be red).

< s:SolidColorStroke id = "s3" color = "red" / >

...

< mx:Legend dataProvider = "{myChart}" / >

....

< mx:LineChart Id = "myChart"

x = "10" y = "40" width = "600" height = "400".

dataProvider = "{platformsData}".

showDataTips = "true" >

....

< mx:series >

< mx:LineSeries yField = 'id' = 'Jobs' lineStroke "{s3}" =displayName / >

< / mx:series >

< / mx:LineChart >

It worked on Beta, but is no longer works in Production. Is this a bug or I need to change the encoding to accommodate new modes of Production to deal with this?
Kind regards
EGM

Try using instead of mx.graphics.SolidColorStroke mx.graphics.Stroke.

You can get the warning of disapproval, but it renders the color legend properly in my case.

K

Tags: Flex

Similar Questions

  • Area of the graph under the graph and not next to the chart legend

    Hello

    I need to display 1. Graph legend below the graph and not next to the chart area and also reduce the space between the caption box
    2. the values in the chart are affiches.1745%, 4.596%... I need to round up these values.

    My card code is:

    chart:
    < graph graphType = 'PIE' depthAngle = '50' depthRadius = '8' pieDepth = "30" pieTilt = "20" seriesEffect = "SE_AUTO_GRADIENT" >
    < title text = "Answer category" visible = "true" horizontalAlignment = "CENTER" / >
    (< LocalGridData colCount = rowCount="{count(.//G_DT_NON_NA_EQUITY1) '1'}" > "
    < RowLabels >
    < xsl: xmlns: xsl foreach = "http://www.w3.org/1999/XSL/Transform" select=".//G_DT_NON_NA_EQUITY1" >
    < label >
    < xsl: value-of select = "SPER_STATUS_TXT10" / >
    < / label >
    < / xsl: foreach >
    < / RowLabels >
    < DataValues >
    < xsl: xmlns: xsl foreach = "http://www.w3.org/1999/XSL/Transform" select=".//G_DT_NON_NA_EQUITY1" >
    < RowData >
    < cell >
    < xsl: value-of select = "CNT20" / >
    < / cell >
    < / RowData >
    < / xsl: foreach >
    < / DataValues >
    < / LocalGridData >
    < / chart >

    I appreciate all the help

    best regards and many thanks
    Bhavana
    
    
  • Change the "Default" location for the chart legend

    Hello

    By default, when you create a natalLa legend appears to the right of the chart itself. As a society, all our legends are upstairs. Is there anyway to set the default location of albums rather than right?

    Thank you

    Hi Baqpuss,

    You should be able to edit the files cxml and pcxml that are used by Corda Popcharts to set the default value.

    You will find the files that will be of interest to you:
    C:\OracleBI\web\app\res\s_oracle10\popbin
    C:\OracleBI\web\app\res\s_oracle10\chartsupport
    C:\OracleBI\web\app\res\s_oracle10\charts

    Don't forget to make a backup before you change them. Once you have completed your changes, you must restart the BI server and the presentation service.

    For more information about editing the files, see the reference document. C:\OracleBI\corda50\docs\graph_reference\graph_reference.PDF

    I recommend you to create a chart type custom rather than change the existing chart types.

    John Minkjan has done a bit in this area. See his blog for more details: [http://obiee101.blogspot.com/search/label/CORDA]

    -Joe

  • The chart legend appears not

    Hello

    I recently migrated my Flex 3.2 to 4.5 Flex application. I use a few cards in my application. I noticed a strange problem when I run my application with Flex 4.5. The legend of my piechart is not visible. The text is visible but the colors beside the text is invisible. The application works fine in Flex 3. Can someone help me in this regard.

    Thanks in advance,

    Nirmal Kumar Blues

    Thanks for the reply.

    in any case, I got the answer. My legend appeared once I commented SeriesInterpolate I used as an effect to the pie chart. Need to check how it works in Flex 4.5.

    Thank you

    Nirmal Kumar Blues

  • 11g - change number of columns in the chart legend

    In 10g, we could define the number of columns in a chart on additional graphical Options legend... Tab legend. 11 g, I can not simply find this option anywhere in the graph properties. Has it been removed in 11g, or am I just blind?

    Yes this option is over now. Only option is to add the legend display and place accordingly. Hope replied.

  • The chart legend

    I have a table with the 5 series.
    The first series has a where clause such as clause
    where to _char(p_date, 'yyyy') = to_char(sysdate, 'yyyy')
    The second series is
    where to _char(p_date, 'yyyy') = to_char(sysdate, 'yyyy')-1
    and so on up to the
    where to _char(p_date, 'yyyy') = to_char(sysdate, 'yyyy')-4
    How to display the year in the legend

    Gus

    Hello

    I see you missing between single quotes.
    I think that the body of the function must be

    DECLARE
    l_sql VARCHAR2(32700);
    BEGIN
    
    l_sql := '
    SELECT NULL AS LINK,
    TO_CHAR(mii.first_bfg, ''MON'') AS MONTH_TOTAL,
    COUNT(mii.item_id) AS "' || TO_CHAR(SYSDATE, 'YYYY') || '"
    FROM mer_imported_items mii,
    mer_makes mm,
    mer_categories mc,
    mer_driver_position dr
    WHERE TO_CHAR(mii.first_bfg, ''YYYY'') = TO_CHAR(SYSDATE, ''YYYY'')
    AND mii.owner_type = 1
    AND mii.tax_free_id = 1
    AND mii.new_vehicle_indicator_id = 1
    AND mii.driver_position_id IS NOT NULL
    AND mm.make_id = mii.make_id
    AND mc.category_id = mii.category_id
    AND dr.driver_position_id = mii.driver_position_id
    GROUP BY TO_CHAR(mii.first_bfg, ''MON''), TO_CHAR(mii.first_bfg, ''MM'')
    ORDER BY TO_CHAR(mii.first_bfg, ''MM'')
    ';
    RETURN l_sql;
    END;
    

    Kind regards
    Jari

  • Hide the Excel using LabVIEW Report Generation Toolkit or active chart legend

    Hello Eveyone:

    I'm working on tool report generation in labview and creat excle report. I create the chart in the report, but I can't hide the chart legend or change the font size using the report generation tools.

    I appriciate you guys time.

    Thank you

    Howdy!

    What version of LabVIEW Report Generation Toolkit you use? Did you take a peek at the .vi LabVIEW example column chart (Excel)

    and he looked at using the Excel insert graphical VI and Excel graphic Set do?

  • How can I disable the graphic legend to the user text entry?

    Dear friends!

    I need your help in the following case.

    My front panel has a chart whose legend path is visible. I have display programmatically inside the runtime text, according to the article that the user selects in a control of the ring. The problem is that the user can also enter text (running) in the same area. Is there a way to prevent the user to text entry in the legend tracing running text box? I need the chart and the legend of tracing enabled at run time. Please suggest solutions.

    Thank you very much!

    Have a nice day!

    Try to put a picture control on the top of the chart legend and when the user tries to click on the name of plot, it avoids text entry

    You may also toggle the visible property of the image control to allow text in admin mode

  • It is better to define a waveform properties of scale before or after sending new data to the chart?

    Hi, I wonder what is the best time to update the properties of the graphic scale waveform.

    I'm sampling data every 15 minutes for 192 samples, or 48 hours.  I want to draw these samples with x in absolute scale so the scale maximum x is time and x minimum scale at the time mode is x max in less than 48 hours (172800 seconds).  I want also to intermediate-scale markers 6 hours apart and to be multiples of 6 hours.  for example at 06:00, 12:00, 18:00.  It works by using nodes of property but sometimes intermediate markers are on the hour 6 multiple and sometimes they are at 6 hours after the scale min marker.  for example, 09:15, 15:15, 21:15.  Is there a way to ensure that the intermediate markers are on the hour 6 multiples?

    Thank you

    Neville

    Neville,

    I don't think there is a function of the order of execution by using nodes of property information across your graph. If you are concerned about the speed of your VI, I would recommend writing to the property node before update you the chart. I believe that this will ensure that the chart will update only once: when the new data is sent to the curve, as opposed to the update with the new data, then with the new scale.

  • How to download MicrosoftFixit50202.msi of the flash player for my not more long computer work - error 0 x 80070002

    How to download MicrosoftFixit50202.msi of the flash player for my not more long computer work - error 0 x 80070002.   I found the site for download fixit, but I have no desktop feature other than the startup repair options.  I thot I could download fixit from my flash drive solution, but I can't find a command prompt to access.  It is the only page from command prompt I can find... I'm in x:\windows\system32\cmd.exe trying to find the good order for my location flashdrive G:

    I used to go G and get G but it says only that go and get are not internal or external commands and not an executable program or batch file

    HELLLLLLLPPPPPPP!   Thank you!

    x:\ I do not think it is a 'valid' for what you intend. I used a 2nd computer and the original disk, I don't remember tho if I used windows file transfer or just copy, but I had the disc copied to the flash drive and reinstalled windows 7. I have still no working dvd rom (x 2) they open and close (sometimes), but the drivers need to be mounted to something incomplete. repair is absent as well. some other problems too but its been executed in this way for months (apx5). here and there, I get an email from answers, that's how I arived here really (enroute) hope this helps (a bit)

  • My mouse no longer works 2 days ago... I restored my pc on the eve, it works... but that did not help my mouse. This mouse works on another pc... I am getting error usb? I removed & charged all under the usb tab__

    My mouse no longer works 2 days ago... I restored my pc on the eve, it works... but that did not help my mouse.   This mouse works on another pc... I am getting error usb?  I removed & charged all the usb tab

    Hello

    You may need assistance from a real store tech computer (no leeks and glances at a BestBuy or)
    other BigBox stores) or the manufacturer of your system Support.

    What is the error of USB?

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe)
    program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------

    Please make these now even though you might have tried this before:

    Remove the mouse if indicated in the Manager of devices - devices of score - click right on - UNINSTALL.

    Then lets refresh the USB stack

    Control Panel right CLICK on EVERYTHING - Serial USB controllers - device configuration-manager and
    UNINSTALL all but the category itself - REBOOT - it refreshes the drive and battery USB

    This KB shows XP how to and the method of Vista is identical
    http://support.Microsoft.com/kb/310575

    ----------------------------------------------

    If necessary try these two:

    Tips for solving problems of USB devices - and a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/c39bd203-f729-47a4-8351-83291e13c8a81033.mspx#EGB

    Hardware devices not detected or not working - Mr. Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    Or a link to the form or a sample with the same problem.

    You only set the function to run but not executed.

    You should add a line like:

    AtStartup();

    to your script.

    As noted if you have been set "defaultValue" to the fields, then clear the fields would remove any entry present and restore the default values.

    Or you could write a custom JavaScript to clear the fields and then run your startup script.

  • I try to capture a Web page using the Acrobat "Convert" icon, but this no longer works. I get an error message: "no access to Acrobat WebCapture. Acrobat is posibly busy or waiting for input. »

    I try to capture a Web page using the Acrobat "Convert" icon, but this no longer works. I get an error message: "no access to Acrobat WebCapture. Acrobat is posibly busy or waiting for input. »

    Thanks Abhishek,

    already, this option was unckecked. But miraculously it works now (after spending hours trying...).

    Beste, Geert

  • After the cc update all dynamic tools no longer work. How can I solve that?

    After the cc update all dynamic tools no longer work. How can I solve that?

    What system?

    What Dynamics tools exactly?

    What exctly you do step by step?

  • Masking of legend in the chart

    I'm hiding the lineSeries serial line

    lineSeries.visible = false;

    but his legend is shown on the chart.

    How to hide the legend for the hidden lines series entry?

    Hello Asif,

    You must write an ActionScript to achieve this functionality... Its not as simple as it all as you make visible lineseries = false... the legend item will go

    Suite... You must explicitly delete and add series... as shown in the code below:


    http://www.Adobe.com/2006/mxml">


           

    Import mx.collections.ArrayCollection;

    [Bindable]
    private var expensesAC:ArrayCollection = new ArrayCollection ([] collection
    {Month: "Jan", profit: 2000, expenses: 1500, amount: 450},
    {Month: benefit "Feb": 1000, expenses: 200, amount: 600},
    {Month: "Mar", profit: 1500, expenses: 500, amount: 300},
    {Month: "ARP", profit: 1800, expenses: 1200, amount: 900},
    ([{Month: "May", profit: 2400, expenses: 575, quantity: 500}]) ;
               
    private void addLineSeriesToChart(item:String):void
    {
    var isFound:Boolean = false;
    for (var i: int = 0; i< linechart.series.length;="" i++="">
    {
    If (lineChart.series [i] .yField is point)
    {
    isFound = true;
    }
    }
    if(!isFound)
    {
    var newLS:LineSeries = new LineSeries();
    newLS.yField = item;
    newLS.displayName = item;
    var tmp:Array = lineChart.series;
    tmp.push (newLS);
    lineChart.series = tmp;
    lineChart.invalidateSeriesStyles ();
    }
    }
    private void removeLineSeriesFromChart(item:String):void
    {
    var objToRemoveIndex:int;
    var isFound:Boolean = false;
    for (var i: int = 0; i< linechart.series.length;="" i++="">
    {
    If (lineChart.series [i] .yField is point)
    {
    objToRemoveIndex = i;
    isFound = true;
    }
    }
    If (isFound)
    {
    var tmp:Array = lineChart.series;
    tmp.splice(objToRemoveIndex,1);
    lineChart.series = tmp;
    lineChart.invalidateSeriesStyles ();
    }
    }
    private function addProfitLineSeries (): void
    {
    addLineSeriesToChart ("Profit");
    }
    private function removeProfitLineSeries (): void
    {
    removeLineSeriesFromChart ("Profit");
    }
    ]]>
       
       
     
     
       

       
       
       
       


       
       
       


    Height = "100%" width = "100%" layout = "horizontal" >


    paddingLeft = "5" = "5" paddingRight
    showDataTips = "true" dataProvider = "{expensesAC}" >
                   
               
                   
               


                   
                   
                   
               
           


       

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

Maybe you are looking for

  • OfficeJet Pro 8630: Features ADF

    Hello! Since I was 2, I don't know what is the importance of the ADF. In other words, when and how to use the ADF. For example, what size and type of paper should I use? Is it ADF double sided capable. Can I use ADF to scan, copy, and send faxes? Ano

  • Pilots and S/W for PCI-6533

    I found a card PCI-6533 since our society brought to assess, but I don't have the drivers.  I want to evaluate its performance in my application for digital i/o (TTL of 16 bits with an external clock (1.68 MHz) and the switch (to start and stop the c

  • I get an error message that Windows can not find a certificate when I try to use my Verizon's MiFI Jetback.

    I have a Verizon Mi - Fi Jetpack. I have a Verizon MI-Fi's Jetpack.  It works fine on my Windows 7 computer, but on this computer (Windows XP with Service Pack 3), I get an error message that Windows can not find a certificate.  It won't let me conne

  • runas card reader

    I have a question. I logged window as an administrator, run cmd, then deliver command prompt: runas / u: domain\user "net use Z: \\share\folder. I got the command complete successfully Then I 'u:domain\user cmd runas' put the password and quickly sho

  • Problem Windows Deffender

    I am trying to open Windows Defender (I have Windows Vista).  I get an error message: 0 x 80070424.  When I try to download a new version, I can't.  I get the message "Vista already has this program.  I'm trying to fix the slow performance of my comp