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!

Change font-size of chart

AlexAugsApr 18 2018 — edited Apr 18 2018

Hello everybody,

does anybody know how to change the font-size of a chart.

pastedImage_0.png

I want to change the font-size of the numbers for example 596, or 698 and so on

I found the attributes

pastedImage_1.png

But I'm not able to change them.

I tried it with JQuery:

$("#Menge").find("text").css("font-size", "10px");

That works in the console but it don't work with Dynamic Action Page Load or Refresh Region.

I tried it with the Apex Help:

pastedImage_2.png

But I don't know how to change the font-size. Only change color of the line works but that's also really easy to do that in the setup.

I found the jet chart doku but I didn't find anything about font-size.

Is there not a "easy" way to change the font-size? Has anybody an idea?

Greets

Alex

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2018
Added on Apr 18 2018
6 comments
927 views