Skip to content

Width and Height of the funnel graph other than default does not render correct #34

@dominikfeininger

Description

@dominikfeininger

It's working perfectly without defining any width and height.

The goal is to display the graph about 1/3 the original size. Using this code

this._recrutingFunnel = new FunnelGraph({
    container: '#funnel',
    direction: 'vertical',
    gradientDirection: 'vertical',
    height: 133,
    width: 100,
    data: this._data,
    displayPercent: true
})

image

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