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!

Scatter chart with different markers styles

ouadazAug 28 2013 — edited Sep 1 2013

Hello,

I am using Oracle Apex 4.

i have created a scatter chart with three series

i want to use different marker style for each serie :

the first is circle

the second is across

the third is square.

Any suggestions please.

Thanx..

Comments

r035198x
Your getStuff version that takes a class object won't work because 1.) It can't be automatically converted to JSON and 2.) The method itself has not been marked as resource method with an appropriate Consumes content type. You don't really need to try to write custom marshallers for class type to use because you don't need to pass in class types when using rest. It defeats the whole purpose of having completely decoupled client and server. Remember your clients don't have to be Java at all with rest.
The common standard here is to expose /{entityName} as the path that gets all entities of type entity name.
1002901
Thanks for the information!

Anyway, you can be more specific with your explanation... I'm still lost on this.

Thanks,
Robert
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 29 2013
Added on Aug 28 2013
1 comment
191 views