Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dominikfeininger opened this issue May 24, 2022 · 0 comments

Comments

@dominikfeininger
Copy link

dominikfeininger commented May 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant