Skip to content

Is it possible to control position of the legend? #2

@Qvatra

Description

@Qvatra

I want to use barchart with legend at right side. is it possible to control position of the legend?

my current workaround is :
setTimeout(() => {
$($('svg')[0]).css({ float: 'right' });
}, 0);

here interesting is that it doesn't work without timeout... P.S: I don't use angular

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