Flash Chart Legend Not In Capitals

I have created a flash chart based upon a function returning sql. The chart displays fine but the legend column names for some reason are converted to initial capitals from all originally being in capitals, eg "SERIES" now equals "Series". I really need the legend to display all capitals as it is in the sql.
For example:
The function returns a string similar to this .......
select NULL as "LINK",
WEEK as "LABEL",
VALUE1 as "VALUE1,
VALUE2 as "VALUE2"
from MY_TABLE
order by WEEK
When the flash chart is rendered on the page the legend displays the two series values as "Value1" and "Value2". Somehow the chart ignores the capital case of the column names and applies initial capitals only over riding the original case.
There appears to be no over ride for the legend case so where is it coming from ? It shouldn't make any difference but the chart type is a "3D column" style. Not sure if this is a XML question or maybe a Flash Player issue.
Regards,
Jack.

I had the same problem.
To fix it:
1. Find a font that is strictly caps. I used Felix Titling.
2. Edit the flash chart & under the chart attributes set USe Custom XML to yes.
3. Scroll down almost to the bottom and find the legend tag.
4. In the font tag for the legend substitute the font you chose.
This will capitalize ALL the letters in the legend.
I don't know how to selectively capitalize letters.
Bob Richards

Similar Messages

  • Flash Chart Legend Problem

    Hi,
    Im having a problem with my flash chart legends in Apex3.0.
    I have changed the name of the Series to what i want to appear in my legend - however the legend just shows "Value" for all my Series.
    Does anyone else have this problem?
    Cheers,
    Immanuel

    Hello,
    I need a legend like this
    No of Clicks('000)
    If i give l" No of Clicks('000)" as column alias, chart says Error :No chart data available.
    If i give "No of Clicks('000')" or "No of Clicks(''000)" as column alias in the query, it displays the correct legend..
    Would anybody tell me how to show the legend like this
    No of Clicks('000)
    Regards,
    Archana

  • Flash chart does not appear on the PC of a user

    Hi,
    I have an application which is working nicely. But suddenly, one user cannot see the flash charts on his PC. On my PC it works well, I can see the charts. I don't know why on his PC the flash chart do not appear. She is using IE 6.
    The application is using APEX Anychart 5.12.
    How to check if Flash is working well on his PC ?
    Regards,
    Christian

    I think that PC is missing the flash plugin.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Flash Chart Legend

    I have built a 2D Line Flash chart with 6 series. My problem is that the legend shows the word "Value". Does anyone know how to make the legend display the series name instead.
    Jeff

    Varad,
    Thank you for your reply but your answer does not appear to be the solution I need. This SQL statement below used in a SVG Chart yields a legend using the series name. The same SQL statemnet used in a Flash Chart yields "Value" as the series name. Why?
    <pre>
    SELECT NULL link,
    to_char (minipay_detail_vw.event_dt, 'YYYY, MM') AS label,
    sum (minipay_detail_vw.contract_pay_amt) AS value
    FROM [email protected]
    WHERE minipay_detail_vw.object_class_cd = '018'
    AND to_char (minipay_detail_vw.event_dt, 'YYYYMM') <
    to_char (sysdate, 'YYYYMM')
    AND financial_organization_cd IN
    ('1650', '1655', '1660', '1665', '1670')
    AND (:p337_fy = '%null%' OR minipay_detail_vw.fiscal_year = :p337_fy)
    GROUP BY to_char (minipay_detail_vw.event_dt, 'YYYY, MM')
    ORDER BY to_char (minipay_detail_vw.event_dt, 'YYYY, MM')
    </pre>
    Jeff

  • How to turn off scrollbars in Flash chart legend

    I recently migrated an Apex 3 app over to Apex 4. In the process I upgraded all of the Flash charts as well. Now, I get vertical scrollbars in some of the legends.
    How can I turn those scrollbars off? I don't see any settings in the UI and I haven't been able to work out the proper arguments in the XML to do it manually.
    Thanks for any pointers!
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    in ipad

  • Chart legend not displaying in ERP Menu

    Sir,
    I am create the Chart in graphics builder 6i and call the chart from form builder 6i it runnnig fine chart and Legend are displayed. then move the chart and form to Database(apps) then run the form in ERP menu Chart Only display but LEGEND not display.
    Please help me how appear the LEGEND on the chart.
    Advance Thanks,
    Kadavul. V

    Hi Pradnya
    The template I am using is the copy of 0ANALYSIS_PATTERN .
    Anway I have found the answer.
    The scenario is more related to Multiquery .
    Your main template which is copy of 0ANALYSIS_PATTERN contains additional Analysis and Chart Web items . In order to include Multi-Query or Single Query additional analysis and chart web items in the print output with desired output they must have the very same name as the analysis and chart web items defined  in the 0ANALYSIS_PATTERN_EXPORT template.
    Regards,
    Muhammad
    Edited by: Muhammad Zafar on May 7, 2009 5:12 AM

  • Graphics chart LEGEND not display on Form on Web.

    Sir,
    I am create the Chart in graphics builder 6i and call the chart from form builder 6i it runnnig fine chart and Legend are displayed. then move the chart and form to Database(apps) then run the form in ERP menu Chart Only display but LEGEND not display.
    Please help me how appear the LEGEND on the chart.
    Advance Thanks,
    Kadavul. V

    Hi
    pls post ur Question in the right forum...
    General EBS Discussion
    Regards,
    Abdetu...

  • Text in flash chart legend

    Hi- We are on APEX v3.1.2.00.02
    A flash chart has been created and works well, but here is my issue:
    In the Chart Series query, we have a select (here's a small piece) select total_rfc "Total R.F.C"
    When the chart is generated, the legend box appears as Total R.F.C (as seen in the above line).
    I really want it to say Total RFC (no periods). If I change the SQL query to "Total RFC", it appears as Total Rfc (2nd & 3rd letters are lower case).
    Anyone know how to fix this? I'm fairly new to APEX and I can't quite determine if this is a SQL or Flash issue.

    Hi "msnewman",
    The behaviour you are seeing is expected in APEX 3.1.2, and is due to the use of the Initcap function in the underlying logic, which is resulting in Legend values appearing with the initial letter in uppercase and the rest of the work in lowercase letters. When you remove the full stops from between R F and C, then the three letters are being picked up as one word, RFC, which will end up like Rfc after being updated by the Initcap function.
    In APEX 4.0, however, this is no longer an issue. With Flash 5 charts it is possible to display the value all in uppercase, as you can see in the Bar Chart example here: http://apex.oracle.com/pls/apex/f?p=36648:5. So if you are contemplating upgrading to APEX 4.0.2, our latest release, you would be able to take advantage of this change to the behaviour of the chart legend, as well as much nicer looking Flash charts.
    Regards,
    Hilary

  • Xcelsius - Embedded 'Jpg' logo not visible, Pie chart Legends not visible

    Hi,
       I am new to xcelsius. could you please help.
       I have two issues.
      1. I incorporated Logo (JPG FILE) and selected options Embed file, resize image to component, but image is not visible when I preview. Why? What needs to be done to make logo visible in preview(swf file). I did not export yet to Infoview though.
    2. Legend values are cropped. I have 35 legends that are to be listed for pie chart. I can see only 31 and remaining four not visible (two from beginning, 2 at the end). I reduced font to lowest visible value i.e.  8 and increased height max possible that looks good . How to make them visible? or make them to fit to chart. Is there any option? Legend values are towards right of chart.
    Please help.
    BR, Nanda Kishore

    Hi,
       Are you using Image Component to insert your JPEG, if not try that. It will work as expected.
       As for your pie chart legends, it will work as long as your Pie Chart is large enough to fit all regions onto the screen.
       Try a simple test just to prove that concept.
          - Create 2 columns in Excel
          - Make Column A your Region Column. Insert up to 35 records
          - Make Column B you Data column. Also insert up to 35 records.
          - Now map your data into the Pie Chart and make sure you reduce the fonts of the region to "8" (Smallest it can go)
          - Preview it.
    Ken

  • APEX Flash Chart labels not displaying

    Hi there
    I am trying to create a 2D Stacked Column Flash chart, it is month based and for each month I have 3 Columns
    So the query for the series returns a result set like so..
    'Jan-11_Col1',10
    'Jan-11_Col2',20
    'Jan-11_Col3',30
    'Feb-11_Col1',10
    'Feb-11_Col2',20
    'Feb-11_Col3',45
    'Dec-11_Col1',20
    'Dec-11_Col2',80
    'Dec-11_Col3',100
    I want to display a chart where the first column of the result set is my x-axis and the second column is my y-axis. I have have created the chart but I find I don't get a label for every columm on my x-axis, I only get one for every third column, and I can't see a way of doing it, can anybody tell me how?
    thanks... Anil
    ps I am using APEX 4

    Hi Anil,
    I have seen similar behaviors in 2D Column Charts. What I have found is that most often, for me, the issue has been that the chart is not wide enough. This is not specifically an APEX issue but rather a Flash issue. When the chart exceeds the dimensions that you specify for the chart, the charting engine must squish some part of the chart. Most often, the labels are what get removed, in my experience.
    There are options to investigate this. You can make the chart wider in APEX and see if the problem goes away. You could rotate your X-Axis text by 45 degrees or so to see if they all appear. I have also seen the labels appear when you use your browser to zoom feature. This is a Flash behavior as well. If you zoom your browser to 200%, you may see more of your labels.
    Finally, it would appear from your sample data set, that you may not be getting stacked column. Is that the case? If you are getting a single column for each record in your data set, then you probably have 36 columns on your chart which is a lot. You will need to make the chart very wide in APEX and possibly rotate the labels.
    If you need help with anything else, just ask.
    Austin

  • The flash chart Link not opening in oracle Apex 4.1

    I have created a flash chart (Pie chart ) on the latest version 4.2.
    Everything is workinfine when I have created a hidden item and associated a computation to it and added that in custom color option in chart attributes
    I am able to customize this again in this version
    But When I have done same thing in Apex 4.1
    I am able to see the output .but When I try to change the color and click on chart attributes it throws an error showing no data found
    Kindly help me in solving this error .

    Hi,
    To assist in resolving your issue, could you please outline the steps you've carried out in your 4.1 environment? Also, could you please confirm exactly what version of APEX you are referring to - 4.1.0 or 4.1.1?
    Regards,
    Hilary

  • Flash charts are not displaying on APEX 4.2 - using HTML5 works fine

    Hi
    I have a problem with flash charts on APEX 4.2.
    When I try to prepare simplest chart (Flash) I don't see any charts. on IE8,9,10 I see empty region and page is still loading. Using FF page is still loading but I don't see even empty frame/place for chart.
    Other regions are visible but page is still loadng (on status bar I see message: "waiting for respons and page URL).
    When I switch to HTML5 charts everything works fine (on newer browsers IE10,FF)
    How to debug above?
    Thank you for any help.

    Hi,
    My Apex listener version is 1.1.4.195.00.12

  • Flash Chart Legend Location Question

    Under Chart Attributes, Display Settings there is a raidio button for the legend display. Either None, Left or Right. I'm wanting to move the legend to the bottom or top to allow more width for the actual chart data. Any way to do this? I'm not real familiar with flash.

    Never mind, found it. X & Y axis in the custom xml.

  • Chart Legend not appearing

    Hello,
    I have recently migrated my application  from Flex 3.2 to Flex 4.5. I am using few charts in my application. I have noticed a strange problem when I executed 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 runs fine in Flex 3. Can someone help me in this respect.
    Thanks in advance,
    Nirmal Kumar Bhogadi

    Hi,
    Please go through following links:
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c38.html
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c3e.html#WS2d b454920e96a9e51e63e3d11c0bf65a29-7fe9
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7bff.html
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • Pie Chart Legend not displaying full names

    Hi All,
    In a RTF template, we have displayed a PIE chart. In the PIE chart, when the number of legends are more, the legends are getting truncated on the generated PDF report. The document which describes the issue with screen shots is placed at [http://www-apps.us.oracle.com/~sgnanama/Pie%20Chart%20Legends%20Display%20Issue.doc] . And following is the snippet of code placed at ALT text of PIE chart picture present in the template. Is there any way to enlarge the legends display section to show the full text of the legends? Please share your thoughts. Thanks.
    chart:
    <Graph graphType="PIE" depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_NONE">
    <LegendArea borderColor="#cccccc" borderTransparent="false"/>
    <LegendText wordWrapEnabled ="true"/>
    <SeriesItems defaultBorderColor="#cccccc">
    <Series id="0" color="#336699"/>
    <Series id="1" color="#99ccff"/>
    <Series id="2" color="#999933"/>
    <Series id="3" color="#666699"/>
    <Series id="4" color="#cc9933"/>
    <Series id="5" color="#6666"/>
    <Series id="6" color="#3399ff"/>
    </SeriesItems>
    <Title text="" visible="true"/>
    <Footnote text="Company Contribution" visible="true" horizontalAlignment="CENTER"/>
    <O1Title text="Company Contribution" visible="true"/>
    <LocalGridData rowCount="{count(CATEGORY/ERC)}" colCount="1">
    <RowLabels>
    <xsl:for-each select="CATEGORY">
    <xsl:if test="string(ERC)">
    <Label>
    <xsl:value-of select="CATEGORY_NAME"/>
    </Label>
    </xsl:if>
    </xsl:for-each>
    </RowLabels>
    <DataValues>
    <xsl:for-each select="CATEGORY">
    <xsl:if test="string(ERC)">
    <RowData>
    <Cell>
    <xsl:value-of select="ERC"/>
    </Cell>
    </RowData>
    </xsl:if>
    </xsl:for-each>
    </DataValues>
    </LocalGridData>
    </Graph>

    as far as i know only way to display legname in full when u have more values is to make the size of the chart large . i have one the req like that i made it large enough so that it will withstand if i get more values .
    it may not be good idea but this is the way i did .

Maybe you are looking for

  • GL Trial Balance Report with Source Field

    Hi All, How can we add Source Column to Trial Balance Report. As this Oracle's Seeded report is developed based on GL_BALANCES Table, how can we add source column to this report? Can anyone suggest on this to add source column to this report? If not

  • Error in IDOC-inbound processing

    HI All, while Posting a IDOC in Batch , i am getting an errot Status - 51. The Error Message is Field LFA1-SPERQ . is not an input field.But While Processing in WE19 i am able to Load it. Regards, Hazam

  • Can i turn off hyperlinks in pages 3.2

    how do i turn off hyperlinks in pages 3.2

  • URL and Hostname of an entry in SLD do not show FQDN -  ??

    check out the screenshot here: http://img247.imageshack.us/my.php?image=sldos0.jpg All systems in our SLD look like that - they do not show fully qualified domain names for URL and Host.  And I don't mean in the display of the hyperlink only, because

  • Premiere doesn't open project after update

    Hi, I've installed Premiere PRO CC Upgrade by creative cloud. Now I'm trying to open project I was working but application says "It doesn't answer". Why ? What's happened ?