Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
obiee chart 11.1.1.9

Hello experts,
I have a requeriment to do in a chart:
I have this type of chart: stacked bars:
My requeriment is have a total in top of bar: like this:
I tried to create a line bar stacked combo but labels not work because is overwrite:
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.
Any help?
Thanks!
Answers
-
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
0 -
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...
0 -
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.
0 -
Ok, Christian you are right. Thanks for your help
Is anybody has any idea to get better performance in chart please help me.
Thanks
0 -
Write it in D3 or do it in Excel.
0