obiee chart 11.1.1.9 — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

obiee chart 11.1.1.9

Received Response
21
Views
5
Comments
Alex1
Alex1 Rank 4 - Community Specialist

Hello experts,

I have a requeriment to do in a chart:

I have this type of chart: stacked bars:

pastedImage_0.png

My requeriment is have a total in top of bar: like this:

pastedImage_1.png

I tried to create a line bar stacked combo but labels not work because is overwrite:

pastedImage_2.png

Also I tried to stacked total bar with total and fill with white colour but is not OK for my customer, must stay in top of the bar.

pastedImage_4.png

Any help?

Thanks!

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Since OBI renders things dynamically the linebar combo is about as close as you can get. The scales would be the only thing which would allow a distance between the the sum of A+B....because OBI obviously places the sum otherwise at the precise A+B point. Because that's its value!

    This isn't Powerpoint where you push around things based on pixels.

    If your client wants something non-standard and insists on it then write it in D3 or one of the other charting engines.

    tl;dr - this is "requirement" isn't a requirement but a wish based on doing whatever they want in Excel/Powerpoint

  • Alex1
    Alex1 Rank 4 - Community Specialist

    Ok, @Christian Berg, I understand you. Anyway I don't understant behaviour of linebar and bar. linebar has data labes top of the bar.

    The other hand, bar chart has data labels inside. I thought to setup some xml to get this but I supose that is not possible...

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Ok imagine this:

    A = 10, B = 20.

    You put them stacked. That makes...30. So B ends and 30 in terms of rendering.

    C = A + B = 10 + 20 = 30.

    You put that on the line side. So C gets rendered at 30. Which means on yhe level where B ends on the stacked side.

    30 = 30 so it overlaps. Logical I would say, no?

    So for C not to overlap you would have to change the scaling for the line side of the chart so that the number appears more detached.

    That said this is just visual cheating  and has nothing to do with analytical data rendering.

  • Alex1
    Alex1 Rank 4 - Community Specialist

    Ok, Christian you are right. Thanks for your help

    Is anybody has any idea to get better performance in chart please help me.

    Thanks

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Write it in D3 or do it in Excel.