Hello!
I am building a modular dashboard that contains graphs from SyncFusion. The graphs vary in size, and the user can adjust the parent box that contains the graph. The graphs live in Bootstrap 3 columns ("col-md-6", "col-md-4").
I'm having the problem that whenever I specify the width as a percentage (etc: "{ width: "90%" }), the graph appears blank and I receive this error whenever the mouse is over the graph's bounding box: "Uncaught TypeError: can't access property "X", this.model.m_AreaBounds is undefined"
If I set the width to a fixed pixel size or do not specify it at all, it works normally. The height works regardless if it is a percent, pixel, or unspecified.
Libraries used:
- Bootstrap 3
- SyncFusion
I've attached the full code.
Attachment:
Copy_134e06a6.zip