Jump to content
JChartFX Community
  • 0

new cx.FieldUsage fields to apply style


notzippy@gmail.com

Question

It would be nice if you could add new FieldUsage field to control the color display of a series or the tag, this would be way easier then getting it after the fact...  Example

        dataSourceSettings: {

            fields: [
 { name: "Value", usage: cfx.FieldUsage.Value }, 
 { name: "Label", usage: cfx.FieldUsage.Label},
 { name: "Color", usage: cfx.FieldUsage.Color}, // Apply color directly to the point !
 { name: "Tag", usage: cfx.FieldUsage.Tag},     // if using jChartFX CSS
]

 

errors.zip

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...