Flash Pie Chart display bugs

Hello guys! Sorry to disturb you but I'm experiencing strange problems in my application!
A while ago all my flash charts worked like a charm. Today I discovered, that 3 charts are not displayed anymore.
Have tried various things to check the reason. The underlying query returns data that can be displayed. Nevertheless, only the legend is shown and not the real chart.
I treid to reset the xml but it doesn't yield any improvements.
Do you maybe have a hint for me what could be wrong all the sudden?
Any help is welcome!
Regards,
Sebastian

Print screen to show? http://www.tinypic.com
Edit: I can't seem to re-create it in the apex 4.0 trial...try just creating a new graph and see if it works.
Mike
Edited by: Dird on Jan 15, 2010 10:13 AM

Similar Messages

  • Refresh Interactive Report based on Flash Pie Chart selection

    I have an Interactive Report:
    select ename "Employee Name",
    mgr "Manager
    from     emp e, dept d
    where e.deptno = d.deptno ;
    That i'd like to have filtered by MGR when a Flash Pie Chart is clicked:
    select null link,
    mgr label,
    count(emp_id) value
    from     emp e, dept d
    where e.deptno = d.deptno
    group by mgr ;
    Can someone indicate how i'd do this?
    Thanks in advance!
    John

    Hi,
    This post might help
    Re: Navigable pie-chart
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Flash Pie Chart

    I have just created my first flash pie chart, previously the application was using svg charts.
    The pie chart appears on the page but there are no colours in the chart.
    Is there another step I need to complete
    Gus

    Print screen to show? http://www.tinypic.com
    Edit: I can't seem to re-create it in the apex 4.0 trial...try just creating a new graph and see if it works.
    Mike
    Edited by: Dird on Jan 15, 2010 10:13 AM

  • Pie Chart display problem

    Hello,
    Pie chart is not displayed when I tried this sql with 'order by' clause.
    select null, b.subject_name, count(a.subject) cnt
    from schooltemp a, subject b
    where a.subject = b.subject_id
    group by b.subject_name
    order by cnt desc
    This sql works only when 'order by' clause is removed.

    Hello Marco,
    I think I've found the cause.
    That was not because of "order by" clause, but because of the length of column data used in the legend section.
    When the column data for legend is longer than 38 chars, this SVG chart becomes blank in my case.

  • Regarding Pie Chart Display

    Hi this is Prasad,
                             I want to display a pie chart with the associated results from the query template.It is working fine if I have any values in the database.I want to Display the Text 'No Data is Found' if i dont have data in the database.Is it possible to display like this.Can anyone help on this.
    Thanks,
    Prasad.

    The 'No Data Available' message only displays when a fatal error occurs but not 0 rows (not desirable in this case).  How about adding the UpdateEvent in your PARAM tags and in the corresponding function doing something like this:
    var myApplet = document.APPLETNAME;
    var myChart = myApplet.getChartObject();
    if (parseInt(myChart.getNumberOfDataPoints(1)) > 0) {
       myChart.setTitle("You have pie slices");
    } else {
       myChart.setTitle("No Records Found");
    myApplet.setUpdateEventEnabled(false);
    myApplet.updateChart(false);
    myApplet.setUpdateEventEnabled(true);
    This should allow you to use standard stuff and not incorporate monkey business with hidden/visible divs and/or additional applets just for running separate queries.

  • Pie chart  display error

    Hi
    I created pie chart using CFCHART tag. In the chart display,
    data values overlap on one another in the display. How to rectify
    this error.
    Kindly help me in this regard.
    Advance thanks

    I am using  ColdFusion Report Builder 9 to generate a PDF, so there is no code to provide, but here is an example of my data:
    fruit
    count
    apples
    112
    oranges
    304
    bananas
    0
    pears
    0
    grapes
    16
    strawberries
    80
    plums
    48
    pineapples
    32
    blueberries
    16
    raspberries
    32
    apricots
    256
    tangerines
    705
    cherries
    1
    peaches
    0
    With 'label column: fruit' and 'value column: count', when I select 'data label: pattern', for my pie chart, the labels overlap.

  • Crystal 2008 Pie Chart Display Issues

    Hello all,
    I am having some problems with the Crystal Viewer displaying charts and legends. Basically, what is going on is, I have a report that displays a pie chart and legend containing data on departments within a store. I have 39 departments that need to show in the chart/legend, but only about 33 show up on the chart and 24 show up in the legend. Does anyone have any ideas if this is a limitation of the chart or anything?
    TIA
    -Coty

    There is no limitations for  pie chart and legend.   maximise the chart through edge draging.it shows all(increase the chart size)...
    All the best,
    Praveen

  • Is this a Pie Chart Tooltip bug? (Xcelsius 2008)

    Hi Folks,
    I have a series of pie charts on two different dashboards. Neither of them are displaying percentage of total values, instead I get only the value of the 'slice' in the pie chart.
    Any idea why? I'm nearly sure I was getting % values before.
    Thanks,
    Jeanne

    The application doesn't hang but the TextBlock ends up on top the Button when you set its Text property. That's why you cannot click on the Button.
    If you set the Text property of the TextBlock in the XAML markup you won't be able to click the Button when you run the app because of the same reason:
    <TextBlock x:Name="OutputMsg" Text="sample text"
    Margin="0,200,0,0"
    HorizontalAlignment="Center"
    FontSize="18" />
    The solution is, like you have already discovered, to put the TextBlock in the StackPanel so it ends up
    below the Button and not on top of it in the same Grid.
    Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question.

  • Pie Chart displaying percentages

    Good Morning,
    I'm hoping someone has had experience creating a pie chart
    with percentage values and is wiling to offer some assistance
    because I've tried many ways and still came up short.
    The data table I'm using contains two columns: type (A, B, C,
    etc) and amount (100, 250, etc).
    In order to create a chart showing what percent of the whole
    each type is, I need to sum all the amounts for all types then
    divide each type by the sum of all amounts (to create each slice).
    Any suggestions on how to do this through CFquery and
    CFchart?
    Thanks in advance,
    Sue

    Add this line in the graph you are putting in RTF template.
    Right click the image, properties and the last tab web.
    add this under the graph node.
    To get the actual Value use this.
    <SliceLabel textType="LD_VALUE"/>
    Other vaules you can use are
    LD_TEXT_PERCENT, LD_VALUE , LD_TEXT , LD_PERCENT

  • Pie Chart Issue(Bug)

    Hello All,
    In the Pie chart the below data is mapped
    Range    Value
    <6         12
    6-12      23
    >12       15
    But in the preview while mouse over on the pie chart it is not showing the "<6" any time.
    but it is showing ">12"
    The problem with the Symbol "<" .
    Did anybody noticed that.
    Let me know how to solve this one.
    Thanks
    Santhosh V

    Hello David,
    Is that showing correctly in your machine ,How come man,
    Just have look in the samples of the Xcelsius File->Templates->HR->Componsatation ,
    Run that Dashboard in that dashboard observe when ever your changing in the combo box to "Tenure" In the pie chart observe the value  for the "<=25 Years" Label is not showing in the Pie chart when ever the user mouse over on the pie chart.
    Thanks
    Santhosh V

  • Bar and Pie chart  display with values

    Hi All...
    I want implement the my swing application Bar and Pie chart functionality with vales, If both are disply same veues.
    Thanx to Advance
    Arjun

    www.jfree.org

  • Percentage in Flash Pie Charts

    Hi
    I have a pie chart showing calls by company, its currently showing a value on the pie segment (amount of calls). Can I have this showing as a percentage?
    Here is my code
    select null link, COMPANY label, COUNT(ID) value
    from CHART_BY_CUSTOMER
    WHERE REGION = NVL(REPLACE(:P8_REGION, '%null'||'%', NULL), REGION)
    AND LOB = NVL(REPLACE(:P8_LOB, '%null'||'%', NULL), LOB)
    AND TRUNC(TO_DATE(DATECALLED)) BETWEEN TRUNC(TO_DATE(:P8_FROM_DATE))
    AND TRUNC(TO_DATE(:P8_TO_DATE))
    AND COMPANY NOT LIKE '.Caller%'
    group by COMPANY
    order by company
    Thanks
    Adam

    Adam,
    The ratio_to_report analytic function can do exactly that. Try this:
    select null link, COMPANY label, 100*ratio_to_report(COUNT(ID)) over () value
    from CHART_BY_CUSTOMER
    WHERE REGION = NVL(REPLACE(:P8_REGION, '%null'||'%', NULL), REGION)
    AND LOB = NVL(REPLACE(:P8_LOB, '%null'||'%', NULL), LOB)
    AND TRUNC(TO_DATE(DATECALLED)) BETWEEN TRUNC(TO_DATE(:P8_FROM_DATE))
    AND TRUNC(TO_DATE(:P8_TO_DATE))
    AND COMPANY NOT LIKE '.Caller%'
    group by COMPANY
    order by company
    You'll also want to change the Postfix for your value labels to '%'.
    - Marco

  • Flash CS5.5 Display Bug

    Have just installed CS5.5 on Windows XP3 - opened flash and tried to select a colour from the colour picker and saw the window in the screengrab.
    More often there are no colours displayed. However it recognizes that I am hovering over different colours.
    I've done some tests and found other issues.
    Choosing a sub tool provided the following window.
    When moving the Actions window, the display froze over the timeline
    Graphics details: NVIDIA Quadro NVS 280 PCI
    I do not expect to have to pay for customer service considering how much has been paid for the Master Collection Suite!!!
    Please provide a solution to this bug.
    (Same thing is happening with arrange documents and screen mode drop downs in Photoshop. Dreamweaver fine.)

    PS. Switching to test under the "desktop" setting seems to be more reliable.

  • Flash Chart : Percentage values in the pie chart and  values in the legend

    Hi All,
    Query is :
    SELECT null link
    ,GN.region Region
    ,ROUND(100*ratio_to_report(COUNT(DISTINCT GN.submittedbyemail)) over (),2) value
    FROM goodnews_stories GN
    GROUP BY GN.region
    I use the above query to display the flash pie chart percentage values.
    The values are displayed in percentage in legend as well as on the chart.
    I need to display the values in the legend and percentage values in the chart.
    How this can be achieved ?
    Regards,
    Archana

    Hello,
    Can we do this using apex? I have observed in legend as well as on chart it displays the same values which are generated by the sql query.
    Regards,
    Archana

  • Pie chart - drill down/up with HierarchicalCollectionView

    y'ello,
    I started to build really simple pie chart with drill down data feature. I decided to use hierarchicalCollectionView, to access children even parent of clicked item, but one problem I realized right now is that pie chart displays only data type ArrayCollection, and hierarchicalVollectionView and method openNode() can be used only Array data type, so when I debugged I realized that can not use openNode(hitData.item)  wih ArrayCollection data type b'cuz flash player pop-ups error window.
    Please, chcek short source code. I thought I can make hierarchy from ArrayCollection but can not use openNode() method that next I need this method later access parent or children. Simply when I click on one wedge, drill down, again, when I click, again drill down...when I click Ctrl+click get one level back then again and again....plese help me gurues
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.charts.HitData;
                import mx.charts.events.ChartItemEvent;
                import mx.collections.HierarchicalData;
                import mx.collections.HierarchicalCollectionView;
                [Bindable]
                public var cars:ArrayCollection = new ArrayCollection([
                    {type:"BMW", t_count: 150, children:[
                        {type:"1 class", t_count: 18, children:[
                            {type:"Coupe", t_count: 34},
                            {type:"Touring", t_count: 42},
                            {type:"Compact", t_count: 8}
                        {type:"3 class", t_count: 14, children:[
                            {type:"Kabriolet", t_count: 12},
                            {type:"Coupe", t_count: 34},
                            {type:"Touring", t_count: 42},
                            {type:"Compact", t_count: 8}
                        {type:"5 class", t_count: 7, children:[
                            {type:"Kabriolet", t_count: 12},
                            {type:"Coupe", t_count: 34},
                            {type:"Touring", t_count: 42},
                            {type:"Sedan", t_count: 8}
                        {type:"6 class", t_count: 15, children:[
                            {type:"Kabriolet", t_count: 12},
                            {type:"Coupe", t_count: 34},
                        {type:"7 class", t_count: 8, children:[
                            {type:"Kabriolet", t_count: 12},
                            {type:"Coupe", t_count: 34}
                        {type:"X3 class", t_count: 22, children:[
                            {type:"Sedan", t_count: 11},
                            {type:"Coupe", t_count: 9},
                            {type:"Touring", t_count: 5},
                            {type:"Compact", t_count: 17}
                        {type:"X5 class", t_count: 9, children:[
                            {type:"Sedan", t_count: 33},
                            {type:"Coupe", t_count: 18},
                            {type:"Hatchback", t_count: 7}
                        {type:"X6 class", t_count: 11, children:[
                            {type:"Coupe", t_count: 18},
                            {type:"Combi", t_count: 31},
                            {type:"Hatchback", t_count: 8}
                    {type:"Mercedes", t_count: 120, children:[
                        {type:"A class", t_count: 5},
                        {type:"B class", t_count: 12},
                        {type:"CLS class", t_count: 18},
                        {type:"CL class", t_count: 23},
                        {type:"C class", t_count: 12},
                        {type:"E class", t_count: 19}
                    {type:"VW", t_count: 320, children:[
                        {type:"Passat", t_count: 10},
                        {type:"Polo", t_count: 25},
                        {type:"Golf", t_count: 45},
                        {type:"Touareg", t_count: 15}
                //HCV from hierarchical data
                private var hView:HierarchicalCollectionView = new HierarchicalCollectionView(new HierarchicalData(cars));
                //event handler
                private function drillDownUp(event:ChartItemEvent):void{
                    if(event.hitSet && event.hitSet.length){
                        //DRILL UP
                        if(event.ctrlKey){
                            var hitItem:HitData = event.hitSet[0];
                            var parent1:Object = hView.getParentItem(hitItem.item);
                            var parent2:Object = hView.getParentItem(parent1);
                            if(!parent2){
                                myPieChart.dataProvider = hView.source.getRoot();
                            else{
                                myPieChart.dataProvider = hView.getChildren(parent2);
                        //DRILL DOWN
                        else{
                            var hitItem:HitData = event.hitSet[0];
                            if(hitItem.item.hasOwnProperty("children")){
    //                            hView.openNodes(hitItem.item); //here is problem!!
                                myPieChart.dataProvider = hView.getChildren(hitItem.item);
            ]]>
        </mx:Script>
        <mx:Panel title="PieChart DDD Test - Trh predaja automobilov - 2009">
            <mx:PieChart id="myPieChart"
                         dataProvider="{cars}"
                         itemClick="drillDownUp(event)"
                         showDataTips="true">
                <mx:series>
                    <mx:PieSeries field="t_count"
                                  nameField="type"
                                  labelField="type"
                                  labelPosition="inside"/>
                </mx:series>
            </mx:PieChart>
            <mx:Legend dataProvider="{myPieChart}" direction="horizontal"/>
        </mx:Panel>
    </mx:Application>

    Hi Jan,
           thanks for reply,sorry i am quite new in this forum not familiar with tabs and navigation,can you please elaborate/steps to find the business card
    thx
    Anwy

Maybe you are looking for