Tooltip for chart's bar or line

Hi,
I need to set a tooltip for my chart's bars, so when the user hovers on each one the chart's bars, a tooltip popup and give that bar's value.  I heard there is no direct solution for this problem.  If so, can we solve this problem in any advanced tricky way or I should just look for some other reporting tool other that Crystal Reports to meet this requirement?
Thanks,
Al

Thank you very much!  It's funny that I've been looking for something that already existed as you pointed.  By the way, can I change the bar's default tooltip's text? I just need to have the x-axis value on the tooltip.  I need to exclude the field name from the tooltip's text.  Thanks again.
Regards,
Al

Similar Messages

  • Dynamic tooltips for charts (BusinessGraphics) with simple series

    Hello,
    I was wondering wheter the tooltip for charts with simple series can set dynamically. I cannot bind it to the context within the properties of the BusinessGraphics control but maybe it can be set in the code?
    This way I want to show the value of the column for instance as tooltip in a chart, or is there a better solution?
    thx,
    jeroen

    I got it!
    This thread helped me.
    [http://forums.sdn.sap.com/thread.jspa?threadID=1343796|http://forums.sdn.sap.com/thread.jspa?threadID=1343796]

  • Combination stacked bar and line chart

    Post Author: jl07
    CA Forum: WebIntelligence Reporting
    Is there a way to create a combination stacked bar and line chart in Web Intelligence XI R2 reports?
    This can be done in Excel and I'm thinking that it should be possible in WebI reports too.
    Thanks

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    JL07:
    This capability is not currently available in WebI (though it is available in Crystal).  Last fall I submitted this as an enhancement request.  It is being tracked under the following enhancement request:  ADAPT00676609 u2013 for the stacked bar chart, line graph issue.

  • Line Bar Combo chart with Bar-stack in OBIEE

    Hi,
    I want to create a Line Bar chart with only the Bar as stacked elements.
    The bars should be on the Y1 axis and the Lines on the Y2 axis. Different scale on Y1 and Y2.
    If I try this in OBIEE 11.1.1.5 answers, all elements (Bars and Lines) will be stacked.
    Can anybody help me?
    Thanks for response.
    M

    Line-Bar issue on 11g is not a bug. It’s part of the upgrade - Stacked line-bar graphs in which 2 or more measures are shown as lines on the same axis and are not stacked in 10g are stacked in 11g.
    http://docs.oracle.com/cd/E21764_01/bi.1111/e16452/apndx_ui_chngs.htm
    I have not found the workaround yet. If you find it please post on the blog.
    Thanks

  • Line chart and Bar chart

    I have been assigned task to build the line chart and bar chart in Java. Is there any Java package that supports to draw such charts?

    btw Sabre, are you still retired, being lazy and
    playing Bridge a bit? Yes Jos, I'm still retired. Nothing yet to temp me out if retirement and I play Bridge as often as possible.
    If so,
    good you lucky old bastard. Or are you longing for
    those silly project
    managers who want all the stuff finished by
    yesterday? ;-)I always ignored them anyway!
    >
    kind regards,
    Jos
    ps "when I say 'yes' that doesn't imply I
    understood the question"
    -------a project managerI only ever met one good project manager - my bank manager! He gave me all the encouragement I needed to get a project finished on time.
    Sabre

  • How to configure Tooltips for Project Gantt charts

    Hi,
    I am trying to Display the title of the task as a tooltip for the Project Gantt Chart.
    I referred the documentation link and am trying to configure tooltipKeyLabels and tooltipKeys as specified in the link
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e12418/tagdoc/dvt_projectGantt.html
    but I could not get this to work.I am unsure about what the data object key refer to in the documentation.
    Is it the key of the text resource specified in the tooltip control hints or some other thing?
    Any body who has done this before,please share your ideas on this.
    I am using jdeveloper 11.1.1.3.0 with ADF-BC.
    Regards,
    Guna

    bing

  • Cfchart yaxis scale is wrong when combining bar and line charts

    Hi, I am trying to combine a bar and line chart ti display data.  Everything looks good except that the yaxis scale is off.  I set the scaleMin to 0 but that doesn't help.  Below is my code, the custom XML style and a screen shot.  My ultimate goal is to get the yaxis to start at 0, not -1,000 as is currently the case.  I have combined this data with each set represented as bar charts and do not have this problem.  It must be the combo of bar and line charts together.  Any assistance is most appreciated.
    <cfchart title = "#variables.ReportName# Seedlings Ordered"
        style = "../SO_R_overall.xml"
        Format = "PNG"
        pieSliceStyle = "solid"
        show3D = "no"
        showBorder = "yes"
        showLegend = "yes"
        tipStyle = "MouseOver"
        chartHeight = "#DefinedChartHeight#"
         chartWidth = "#DefinedChartWidth#"
        font="arial"
        fontsize="12"
        fontBold="yes"
        scaleFrom="0">
        <cfchartseries
            type="bar"
            seriesLabel="Goal"
            query="getDivisionGoalsByDivision"
            valueColumn="divisiongoal" 
            itemColumn = "division"
            dataLabelStyle="Value"
            seriesColor="99CCFF"
            >           
        </cfchartseries>   
        <cfchartseries
            type="line"
            seriesLabel="Ordered"
            query="getQTYordered"
            valueColumn="QTYordered" 
            itemColumn = "division"
            dataLabelStyle="Value"
            seriesColor="green"
            >           
        </cfchartseries>
    </cfchart>
    ***************** Custom Chart Style called *****************
    <?xml version="1.0" encoding="UTF-8"?>
    <frameChart is3D="false">
            <frame xDepth="3" yDepth="3" outline="#333333" lightColor="white"
            leftAxisPlacement="Front" rightAxisPlacement="Front" stripColor="#CCCCCC"/>
            <xAxis scaleMin="0">
                <labelStyle isHideOverlapped="false" orientation="Horizontal"/>
                <titleStyle font="Arial-10-bold" isMultiline="true">Division</titleStyle>
            </xAxis>
            <yAxis scaleMin="0">
                <titleStyle font="Arial-10-bold"/>
                <dateTimeStyle majorUnit="Year" minorUnit="Month"/>
                <labelFormat style="Pattern" pattern="#,##0"/>
            </yAxis>        
            <dataLabels font="Arial-10" foreground="black" autoControl="true"/>
            <legend>
                   <![CDATA[ $(rowLabel)  ]]>   
              </legend>
            <decoration style="RoundShadow"/>
            <popup background="#C8FFFFFF" foreground="#333333"/>
            <paint paint="Plain"/>
            <insets left="5" top="5" right="5" bottom="5"/>
    </frameChart>

    I should have also said that I am using 8.0 Pro.
    I want to have the output similar to an e-book.
    The issue (Sept-October of 19xx)
    Then the individual pages (bookmarked)

  • Charts (bar and line) in a tablix

    Hi, I need to do this:
    As you can see the bar graphic is inside the tablix (this is an excel sample btw), I found
    this tutorial and it really helped me, the problem is the line chart (this
    one was good too), in my report looks like this
    How can I make the lines appear between each marker?

    Hi mnjogin,
    How did you manage to combine bar and line into one graph?
    Pls advice.
    Thanks!

  • Combination of bar and line in chart(graph) of Crystal Report XI

    Hi,
    I found the way to combine line and bar in a chart(graph) but I am getting rectangle marker where bar and line are crossed. Our user asked to remove the rectangle marker. Please let me know how to remove the rectangle marker.
    Thanks and Regards,
    Manjunath N. Jogin

    Hi Senthil,
    You are right but I am getting marker rectangle where line and bar coincides.
    I want to remove the marker. 
    User asked following two things:
    1. Marker like star, triangle, rectangle ...not required where coincide line and bar.
    2. Line should be coincided (marker place) at middle of bar.
    Please let me know how to achieve these two things.
    Thanks,
    Manjunath N. Jogin

  • Y axis max ignored for horizontal stacked bar chart (SVG)

    G'day,
    I'm using the standard SVG horizontal stacked bar chart (multi-series). I have set the Y axis maximum value but it is ignored - bars are plotted to their maximum height.
    I've had no such problem with vertical stacked bar charts.
    We're running v2.2.0.00.32.
    Is this a known bug?
    Regards,
    Chris.

    I don't understand why you are soying it is not possible.
    Actually I think it is and quite easily but maybe i missunderstand the question.
    But anyway, here is what I would do:
    In the spreadsheet, you can calculate the percentage of each status per project:
         Completed     Pending     Partially completed     Not Started
    Project 1     78.10%     6.46%     10.51%     4.93%
    Project 2     51.01%     2.62%     39.21%     7.15%
    And then select these data for the stacked bar chart. Here you get the graph you are looking for.
    Oli

  • I want the tooltip of dvt graph(bar line combo) to be shown as percent.

    I want the tooltip of dvt graph(bar line combo) to be shown as percent.
    <dvt:y1Axis >
    <dvt:numberFormat numberType="*NUMTYPE_PERCENT*" decimalDigit="0" scaleFactor="SCALEFACTOR_NONE"/>
    </dvt:y1Axis>
    <dvt:markerText rendered="false">
    <dvt:y1Format>
    <dvt:numberFormat numberType="*NUMTYPE_PERCENT*" decimalDigit="0" scaleFactor="SCALEFACTOR_NONE"/>
    </dvt:y1Format>
    </dvt:markerText>
    Is anything wrong with my config.
    Thanks !

    I want the tooltip of dvt graph(bar line combo) to be shown as percent.
    <dvt:y1Axis >
    <dvt:numberFormat numberType="*NUMTYPE_PERCENT*" decimalDigit="0" scaleFactor="SCALEFACTOR_NONE"/>
    </dvt:y1Axis>
    <dvt:markerText rendered="false">
    <dvt:y1Format>
    <dvt:numberFormat numberType="*NUMTYPE_PERCENT*" decimalDigit="0" scaleFactor="SCALEFACTOR_NONE"/>
    </dvt:y1Format>
    </dvt:markerText>
    Is anything wrong with my config.
    Thanks !

  • How to make the values of a combination graph (bar and line) visible always

    Hi ,
    I am using jdev 11.1.1.6
    i have created a combination graph which has a bar and line.
    The data with respect to bar and graph were only visible when i keep the mouse pointer on it.
    i need to set the values visible always.
    kindly let me know how to make it.
    In pie graph its by default showing the data always.
    regards
    Siva

    Hi Sameh Nassar,
    Thanks for the input, am using the combination graph and i dont have this property added till now.
    i tried adding them manually in source but it didn't work. so I assume that this property is good with pie chart alone.
    please correct me if am wrong.
    This is my combination graph structure.
        <dvt:comboGraph id="comboGraph1"
                          value="#{bindings.testVO1.graphModel}"
                          subType="COMBINATION_VERT_ABS_2Y" shortDesc="Graph 1">
            <dvt:background>
              <dvt:specialEffects/>
            </dvt:background>
            <dvt:graphPlotArea/>
            <dvt:seriesSet markerDisplayed="true">
              <dvt:series lineWidth="0"/>
            </dvt:seriesSet>
            <dvt:o1Axis/>
            <dvt:y1Axis/>
            <dvt:y2Axis/>
            <dvt:legendArea automaticPlacement="AP_NEVER"/>
            <dvt:graphTitle text="Combination graph"/>
            <dvt:o1Title text="x axis"/>
            <dvt:y1Title text="y1 axis"/>
             <dvt:y2Title text="y2 axis"/>
          </dvt:comboGraph>
    regards
    Siva

  • Tooltip for bussiness graphics ui element

    hi Experts,
    I am using Bussiness Graphics UI Element in Webdyn Pro
    chart type is Lines
    i want to display tool tip value wehenever i place mouse over point in graph
    my conext structure is
    --series
    points
    ---valuex
    ---value y
    i am getting ploted line graph
    if i set tooltip for point as---series.point.x
    its not displaying the tool tip
    r there any coding we need to do
    pls can anybody clear my doubt
    r there any setting we need to make in chart designer
    or any event for mouse over
    thanks

    hi,
    In that case, create an extra context attribute in that node, and dynamically assign values(text that you wanted to display as tooltip) to it.
    Then, map that context with the series element.
    Enable the "label" of the businessGraphics from the chart designer.
    The result will be that, although u will not get tooltip, but in the labels, you can display what you wanted.
    Regards,
    Hanoz

  • ToolTip in Charts

    Hi, I have requirement to show a customized tooltip in charts. For example i have two Vertical Bars in the chart when i mouse over the first bar it should show a tooltip like 'Total revenue is $1000' the $ is column value. Is that possible to show the custom tooltips?

    when you do a vertical or horizontal chart definately when you point the cursor at the end defaultly will show the total amount.Yes you can manipulate the chart as you want by editing it and show the tooltip.

  • TOOLTIP FOR BUSSINESS GRAPHICS

    hi Experts,
    I am using Bussiness Graphics UI Element in Webdyn Pro
    chart type is Lines
    i want to display tool tip value wehenever i place mouse over point in graph
    my conext structure is
    --series
    points
    ---valuex
    ---value y
    i am getting ploted line graph
    if i set tooltip for point as---series.point.x
    its not displaying the tool tip
    r there any coding we need to do
    pls can anybody clear my doubt
    r there any setting we need to make in chart designer
    or any event for mouse over
    thanks

    hi,
    In that case, create an extra context attribute in that node, and dynamically assign values(text that you wanted to display as tooltip) to it.
    Then, map that context with the series element.
    Enable the "label" of the businessGraphics from the chart designer.
    The result will be that, although u will not get tooltip, but in the labels, you can display what you wanted.
    Regards,
    Hanoz

Maybe you are looking for

  • Routine for multiple selection in infopackage???

    hello guys I thought of creating one routine for Multiple selections aT Infopackage level....in Selections screen in infopackage,I found one option 'Use Conversion routine' with a check box and it is inactive.....Is it here I need to write my routine

  • BAPI for creation of condition records  MEK1 tcode

    Hi,     Any one used to upload condition records data for MEK1 transaction code. Please give me reply any once knows. Thanks in advance Shaik Basha

  • Problem with Epson Photo 3170 Scanner

    Hi, I bought a new Apple and installed Mac OS X 10.6.8 and my epson photo 3170 scanner is not working. I read here that my scanner is supported -> http://support.apple.com/kb/HT3669#epson I did Software update and downloaded the latest version, but s

  • Posting of Loan - Payment and recovery from Employees

    Dear All, We have done the configuration for Loans. Its working fine. Now we want to post the amount to FI to the concerned Employees Account to track the payment and recovery.. How do we do this... What are the steps, process, configurations?? Pls l

  • HP Simplepass 2012 need to uninstall and reinstall

    The program will no longer ask for finger swipe. always asks for windows master password. Does not even ask for that on some websites such as facebook. Also will not log on to windows with finger swpe. What is the best way to uninstall and the instal