Skip to content

Feature request: parametrize options #6

@MBlistein

Description

@MBlistein

I really like this solution, thanks for that!
It would be great if rectangle options could be parameterized for use similar to the options of a regular bar chart, e.g.:

options: {
    elements: {
        rectangle: {
	    text: {
                display: false,
                textColor: 'rgba(0, 0, 0, 1),
            },
            borderWidth: 2,
            barThickness: 10
        }
    }                 
}

Metadata

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