Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 222 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
BIP Charts need to be enhanced

User_858JU
Rank 1 - Community Starter
Charts have gridlines but in our requirement we need to prepare chart without gridlines.
5
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