Lables in chart

I have added a pie chart to a page with about 14 diffirent categories. The problem is that the label overlaoe each ther for that category whose data is relativley less then other category e.g
cat1 2
cat2 100
cat3 200
So the label of cat1 will overlape with the label of cat2 as it will got less space on the pie what is the solution of this peoblem?

Hi
If you are using flash charts then you can opt to display a Legend with appropriate name-value pair headers along with displaying the hints.
So when a user rolls over the chart he can see the associated name-value for the piece in pie-chart and otherwise these values will be shown in legend as well for comparison of figures etc.
In the chart properties->chart attributes->chart xml->use custom xml: yes->add this for legend: < legend enabled="yes" x="20" y="50" >
< header values="some value heading" names="some names heading" />
< names enabled="yes">
< font type="some font" size="10" color="0x000000" />
</names>
< values enabled="yes">
     < font type="Verdana" size="10" color="0x000000" />
</values>
< header enabled="yes"/>
     </legend>
and add this for the hint:
< hints auto_size = "yes" >
<text><![CDATA[{NAME}, {VALUE}]]></text>
< font type="some font" size="10" color="0x000000" />
</hints>
-Priyanka

Similar Messages

  • Dynamic x-lable in chart

    Hi all,
    In table and chart view, when i drill down on a column of table, the chart also drill down in that dim, i want to set the x-lable to show the column which i drill down, for ex:
    drill down on area, i want to show only city on x-lable, can i do that?

    Hi friend,
    In general propierties of chart, 'Show data labels' --> set Default (On Rollover)
    Good luck.

  • Dynamic x-lable in chart, is it possible?

    Hi all,
    In table and chart view, when i drill down on a column of table, the chart also drill down in that dim, i want to set the x-lable to show the column which i drill down, for ex:
    drill down on area, i want to show only city on x-lable, can i do that?
    Edited by: jacky on 2010-7-26 下午7:31

    Thanks,
    Your method can fix it, but i need to create many many reports. And my customer want to drill down what he want's. Is there any better way?
    Edited by: jacky on 2010-7-27 上午12:00

  • Data Lables in Pie Charts

    Can we define data lables within a pie chart in OBIEE answers ? If so appreciate if you could let me know how this can be setup
    thanks!

    If you want to change the names of a label which comes from an object, you must create a variable and change the values manually using the "where" or "If Then Else"...

  • How to get text lables in x axis for xcelsius bubble chart

    Hi
    How to get text values in x axis for xcelsius bubble chart
    I have data as follows
    x axis: closed/qualification/lost
    y axis: deal age
    z axis: amount(bubble size)
    Thanks

    If you are using Xcelsius 2008 SP3 you will be able to do this.

  • Reference chart lable in a chart link

    Hi
    I've created a bar chart with links on the the columns to another page.
    Is it possible reference the label of the chart in the link?
    SELECT 'f?p=110:&P11_MONTH.:::::P&P11_MONTH2._SID:*LABEL CLICKED ON*:'||:APP_SESSION link,
    SID label,
    (count(*)*15/60) file_date
    FROM data_summ
    where to_char(file_date, 'YYYY') not like to_char(sysdate, 'YYYY') -1
    and time between 0700 and 1845
    and to_char((file_date),'MM') = to_char((sysdate),'MM')
    I've tried using &SID. but this does not work.
    Thanks

    Hi,
    Try using:
    SELECT 'f?p=110:&P11_MONTH.:::::P&P11_MONTH2._SID:' || SID || ':' || :APP_SESSION link,
    ...Andy

  • Custom built field to be used as lable in pie chart having multiple values

    Hi All,
    I have a requirement and if someone can throw some light, then I could try the same as I am stuck now.
    I have a list of Cities and I have to show the Top 5 Cities and remaining all should be "All Others". I have used Rank and was able to Show Top 5 and combine rest everything into "All Others" through a logic.
    e.g:
    City                            Sales Rev
    Belarus                          1000
    Delhi                               2000
    Melbourne                      2500
    Sydney                          2000
    Singapore                      1500
    All Others                       4500
    Now I have to show this new dimension combined like below and use New_City as Dim and Sales Rev as Measure in a Pie Chart. The Pie chart will be shown on Sales Rev as measure and the New_City which is a combination of a lot of other fields will show them as labels
    New_City                                                        Sales Rev
    Belaruschar(10)[Qty Sold]                          1000
    Delhichar(10)[Qty Sold]                               2000
    Melbournechar(10)[Qty Sold]                      2500
    Sydneychar(10)[Qty Sold]                          2000
    Singaporechar(10)[Qty Sold]                      1500
    All Otherschar(10)[Qty Sold]                       4500
    This is my requirement and I am stuck at combining City like Belaruschar(10)[Qty Sold] to form New_City because as and when I do this and remove City column from the table it starts throwing multivalue error or in some other style gives me a summation of the entire Sales Rev in each row.
    If I can achieve the same in some other approach also, I would highly appreciate the same if someone can share their ideas.
    Regards

    Greetings,
    Normally you can create a variable with a formula depending on the city's that you want to have.
    For example using efashion, the following formula would give you two lines:
    =If([City]="Miami";[City]Char(10)"1000";"Others")
    Result would be something like
    Miami
    1000                           1500
    Others                         20000
    Please note this is only an example and then you can apply your ranking. However bear in mind due to aggregation the Others will be the sum of all the other City which are not included in your condition.
    Regards,
    Rico.

  • Dsiplay data values and data lables in a stacked column chart

    Hi All
    Is there a way to display data values and data labels in a stacked column chart. Mouse over or display of labels in legends wont help. It has to be in the chart .
    Regards,
    anshul

    Hi Anshul,
    You can display either data value or data label in a stacked column chart by checking the Data Label Displaying Mode option under Format Chart->Data Values.
    You can also do the same by checking the same option under Format chart->Area Display->Data Values.
    I dont think you would be able to display both in a column chart whereas you would be able to do it in a pie chart.
    Hope this helps.
    Regards
    Sri Harsha

  • Open and close the chart

    Hi All,
    I am developing a dashboard that has drill down. Below is the scenario.
    Clicking on a push button should open a chart 1 with a a close button and hide chart 1 and clicking on chart 2 should open chart 3 with close button and hide chart 2 with a close button.
    closing chart 3 must bring me  back to Chart 2. Close on Chart 2 brings me back to Chart 1
    i am new to BO. Has anyone done this before. Please share ideas.
    Thank You

    Hi,
    You can achieve this using Lable based menu component and with chart also.Based on the selection of the label based menu,the charts can be displayed.Take Label Based menu Source Data as B6:B8 and Destination as B5.Now take Chart1 Dynamic visibility Status (under Behaviour Tab)as B5 with Key 1 similarly for chart 2 Dynamic Visibility status Cell as B5 with Key as 2 and for chart 3 also Dynamic Visibility status as B5 cell with Key as 3.Make the Label based Menu Behaviour Tab-->Selected Item-->Type is Label and Item is Label 1 to select the by default as first chart
    Regards,
    Venkat

  • Problem With Chart (Members Name)

    Hi Experts
    We are facing the one new issue in FR as well as HFM. we are using the data bast to HFR is HFM.While we are creating the HFM application Profile we used the Period's Lables as January ,febuary.....,.we catching the same in HFR also it good.
    But at one stage (trend reports) we have to generate the reports including with charts and both (*grid and Chart should be in one page only*). here we are facing the problem the report made up two col's (year & Period) and one row(Scenario).If we check the chart to show the Horizontal value like January 2007,February2007 and so on . so that the system will covers morespce and grid will moves next page but we need both in one single page.
    Any suggestions on this Its cery Urgent
    Regards
    Rao

    There are several options:
    Try formatting that axis to have the month names at an angle.
    Use the member name instead of description for months.
    Don't show the year.
    Change the axis that months are on, or pivot the grid (rows to columns).

  • How to Display result value on Pie chart in wad

    Dear Experts,
    I'm useing WAD to create web template, in that I have a requiremnt to develop Pie chart and it should show material cost according to material type for each slice on Pie chart. I have developed a WAD template for the same and Pie chart as well but I can not see the respective material type cost on Pie chart, where as I can see those values in tool tip when I move mouse over the pie chart, I understand I'm missing a small setting can you please help me to find that setting so that user can see values directly on pie chart without moving the cursor on the same.
    Thanks and Regards,
    Chandrakant.

    are you r using wad 7.0 or 3.5
    in 7.0  right click on the graph, edit  nyou wil be in the wizard go on step 3 and try to change the series and make sure visilibility is checked
    if this doesnt work then click refine and go to series and make sure show lables are checked.
    try this.

  • Oracle graphics(Bar chart) error

    Hi All,
    I have developed a Bar chart using graphics builder 6i and it is running but when the y axis value larger (say 9999999) then axis lable getting symbol as star(*). Also Bar column Label getting symbol as star(*). What is the problem? Is it possible to show the higher value like 1000->1k,400000->400K in axis label and in Bar field label and how? Please help ASAP.
    Thanks in advance.
    Regards
    Sanjit Kumar Mahato

    Hi,
    Try SPRO. Do not know the path by heart...
    Basic systems -> Frontend services -> Graph/Net
    Best regards,
    Guillaume

  • Pie chart label

    I have a pie chart and the region is limited in width.
    Some of the labels are a little long (even if they are abreviations) so that when they are at the center left or right of the pie chart, the labels are not enterily displayed.
    I was wondering if there was a way to display the label and value on seperate lines...
    I tried to add a chr(13) at the end of my labels in my sql query, but when the graph is displayed it shows something like this:
    "my lable"
    , "my value"
    I haven't find a way to remove the comma, it seems to be hard coded in an apex query...
    in the xml definition I can add a newline by doing this
    <text><![CDATA[{NAME}
    {VALUE}]]></text>
    but it only works for the hints label...
    btw, I'm using Apex 3.0.1.00.08
    anyone can help me?
    Thanks
    Max

    Hi Max
    Sorry for not getting back quicker - not sure if it's just me, but all the oracle servers seem to be dying right now!
    Anyway, the answer isn't pretty, but it will work:
    1 - In your select statement, change the LABEL value to be:
    labelfield || CHR(10) || TO_CHAR(valuefield) LABEL
    2 - In the custom XML section: Remove {VALUE} from the hints section
    3 - Also in custom XML, set show = "NO" in the values section
    Andy

  • Pie Chart Labels

    Hi,
    I am creating a pie chart. On the Pie chart I want to show the labels, values and percentage.
    I do not want to show Legend.
    Is there an option in Crystal Report that will allow me to show both Values and Percentage for each pie slice?
    Currently I can show either a value or a percentage. But I would like to show both side by side below the Pie label.
    I am using CR 2008, SP 2
    Please advise.

    hello all,
    you can show both the summary value and the percentage using the following method...
    say you have a pie chart that has an On Change Of by country. the summary value is sum of sales.
    1) ensure that there is a country group in the report
    2) create a new formula, "Chart Title" which is similar to
    {country field} + chr(10) +
    totext(Sum (, {country field}))
    3) change the pie chart On Change Of field to the Chart Title formula
    4) in Chart Options, change the Data Lables > Show Value to be a percentage
    cheers,
    jamie

  • Pie chart labels prepended with "@" symbol

    Hello
    I have a pie chart and it has two values, each of which is a formula
    When I view the Pie chart the Data labels and legend are prefixed with @
    The Data Value formula name is Open Online, so the data lable on the Pie is @Open Online, as it the legend
    It does not look great on the chart
    is there any way to use a forumla as a data value in a chart, but to NOT have the @ symbol as part of the name?
    This chart is developed in Crystal Reports 2008 SP2
    I am using a Pie Chart at the moment, the Pie has 1 On Change Of and 2 Data Values
    Best regards
    Patrick

    I believe if you select the label object on the design page and right-click, you will have the option to edit the label properties.
    Fuskie
    Who notes you can hard code a value but not alter any dynamic values...

Maybe you are looking for

  • How to make Meeting  invitations(outlook)  in ES2 ?

    Hi, I have  a requirement   where I need to send  invitaions  to goup  of members  to  attend meeting and reminders for that   as   Microsoft outlook sends. Is there  any  activity  availiable to fulfill the above req.  in ES2 ?. FYI  :: I know how t

  • Grand total navigation in pivot

    Hi Experts, Am facing a probem in Grand total navigation on union request. i created union request partname,source system name,sales and i created in pivot table.i did row and colomn grand total and now i want to navigate from this grand total to ano

  • Chart display - pen limitations

    I am trying to plot the percentage of occurences of certain Reasons in a chart. To explain I have a set of values as listed below in two columns: Reason1   10% Reason2   20% Reason3   40% Reason4   30% So when I use a Pie chart I get the graphical re

  • How do you scroll in Safari??!!

    As I was typing another message in this forum with my iPad, I realized that I could not scroll back up or down if the post was longer than the 10 lines that fill this compose box. All you can do is swish the page up or down,, but really need some way

  • Will SQL Server work after changing the Machine's SID

    I have a base VM which has SQL server and a SharePoint Farm, After changing the SID of the Machine Will SQL Server and SharePoint Work ?