Skip to content

Minimal slice width for "Stacked, horizontal, 100%" #514

@robsontenorio

Description

@robsontenorio

Codepen

https://codepen.io/anon/pen/yrpwmb

Captura de Tela 2019-04-16 às 23 49 42

Explanation

When the numerical series has very disproportionate values the chart get "truncated". Is there any options to keep a minimal width for each slice in order to keep this "percentual" properly inside the bars? Thanks for your time!

           series: [{
                name: 'TO DO',
                data: [600]
            },{
                name: 'DOING',
                data: [25]
            },{
                name: 'DONE',
                data: [10]
            }],  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions