You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does CircosJS has resize chart method/functionality?. I would like to resize the chart according to the window resize. Is there anything which is in built already?. If not, please let me know if anyone has done anything similar. Thanks.
The text was updated successfully, but these errors were encountered:
I tried doing the same. The only issue was layout regions are not getting displayed properly if we change the height and width of the chart (tried changing inner radius and outer radius of the config too).
Layout regions on the right hand side are getting hidden and the layout regions are not positioned in center in with the new width and height.
@nicgirault I was able to achieve the functionality almost close to auto resize with window using by subscribing to windows resize event and changing the inner radius and outer radius.
Hi,
Does CircosJS has resize chart method/functionality?. I would like to resize the chart according to the window resize. Is there anything which is in built already?. If not, please let me know if anyone has done anything similar. Thanks.
The text was updated successfully, but these errors were encountered: