Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex 5.1 and jet. How change background color of chart

David PujolJan 22 2017 — edited Mar 4 2017

I'm building a combine chart and I need to fix the background color of chart.

I'm new in oJet and javascript. In ojChart documentation I've seen that I can use plotArea.backgroundColor option for achiving this, but, I don't know put the correct code in my callback function chart. Can somebody help me and show me a example code in a example callback function?

function( options ) {

........

   return options;

}

A lot of thanks

This post has been answered by Hilary Farrell-Oracle on Jan 23 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2017
Added on Jan 22 2017
2 comments
1,087 views