Pivot chart - filters width

Hello,

Filters width reduced when there is no extra space in Pivot component. Pivot Chart should do the same trick, but it doesn’t (http://snag.gy/DaWD1.jpg).

How one can fix that?

Thank you

Hello,

Filters in pivot chart have fixed width. You can decrease the label width and filter width if it’s necessary:

view: "pivot-chart",
filterLabelWidth: 75,
filterWidth: 150,

Can I set width dynamically?

Here is the updated pivotchart.js

https://s3.amazonaws.com/uploads.hipchat.com/15721/708944/JqP2BJqpovTHjyT/pivotchart.zip

The width will be set automatically for filter controls with it.

Thank you so much, Maria. It works like a charm.