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 ]
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.
Question
notzippy@gmail.com
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
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.