funnel-graph-js icon indicating copy to clipboard operation
funnel-graph-js copied to clipboard

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

Open dominikfeininger opened this issue 2 years ago • 0 comments

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

dominikfeininger avatar May 24 '22 20:05 dominikfeininger