Skip to content

Not able to customise style of the bars #10

Open
@bhuvana-abhisheg

Description

Hi.. am trying to use your package. In my project i need to display different bar colors depending on the data. My code is as below. But its not working. can u pls suggest how to implement this.

style={{
data: {
fill: ({ trained }) => {
console.log('inside trained...',trained)
trained === 1 ? 'green'
: trained === 2 ? 'orange'
: 'grey'
}
}
}}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions