Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIP Charts need to be enhanced

Charts have gridlines but in our requirement we need to prepare chart without gridlines.
Comments
-
Please provide contact of PLM to discuss on this requirement from customer. This feature is related to subscriber monthly billing invoice template and customer is siting this issue as a go-live blocker. We need to discuss details with PLM and communicate to customer on the way forward.
0 -
The following code hides the chart grid -
<O1MajorTick visible="false"/>
<X1MajorTick visible="false"/>
<Y1MajorTick visible="false"/>
<Y2MajorTick visible="false"/>
Documentation:
0