Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

The color from the Color field is not applied in the pie chart. #86

Closed
NikitaShchienko opened this issue Apr 2, 2021 · 0 comments
Closed
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@NikitaShchienko
Copy link
Contributor

Test case:
1 - Create Chart report.

Example:
Report Bands: Root -> cars

Groovy Dataset:

return [
    ['name': 'Reno', 'count': 12, 'color':'#FF0000'],
    ['name': 'Lexus', 'count': 22, 'color':'#00FF00']
    ]

Template:

image

2 - Add field for chart color
3 - Run report

AR: Chart does not change color

image

@NikitaShchienko NikitaShchienko added the type: bug Something isn't working label Apr 2, 2021
@NikitaShchienko NikitaShchienko added this to the 1.0.0 milestone Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants