We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
See example at: https://codesandbox.io/s/angular-gantt-resizable-desjyd?file=/package.json
Step 1: Set "fusioncharts": "3.16.0", in package.json. -> If you resize the browser preview pane, both charts will correctly resize their width.
"fusioncharts": "3.16.0",
package.json
Step 2: Set "fusioncharts": "3.19.0", in package.json. -> If you resize the browser preview pane, the Gantt chart doesn't resize.
"fusioncharts": "3.19.0",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See example at:
https://codesandbox.io/s/angular-gantt-resizable-desjyd?file=/package.json
Step 1: Set
"fusioncharts": "3.16.0",
inpackage.json
.-> If you resize the browser preview pane, both charts will correctly resize their width.
Step 2: Set
"fusioncharts": "3.19.0",
inpackage.json
.-> If you resize the browser preview pane, the Gantt chart doesn't resize.
The text was updated successfully, but these errors were encountered: