Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options for customising Donut and Pie Charts #13554

Open
mikesealey opened this issue Apr 24, 2024 · 1 comment
Open

More options for customising Donut and Pie Charts #13554

mikesealey opened this issue Apr 24, 2024 · 1 comment
Labels

Comments

@mikesealey
Copy link
Collaborator

mikesealey commented Apr 24, 2024

Describe the feature request
Currently, the only customisation available for colours on pie charts and donut charts is to choose 5 colours that will be assigned in a repeating pattern across all segments of the chart.

Consider adding a setting to allow a column in the table to be selected for the colour, assigning a colour for that specific row.
Screenshot 2024-04-24 at 10 02 23

Please also consider adding a code-option to allow a user to set a colour based on specific values from the data provider

if ($("New Data Provider.Rows.number") > 50){
  return "red"
} else if ($("New Data Provider.Rows.number") > 25)) {
  return "orange"
} else {
  return "green"
}

or

if ($("New Data Provider.Rows.task") === "unassigned"){
  return "grey"
}

This feature request is a result of discussion 13534

@mikesealey mikesealey added the enhancement New feature or request label Apr 24, 2024
Copy link

linear bot commented Apr 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants