Charts not displaying correctly | cnathe | 2018-09-04 09:54 |
Status: Closed | ||
Hi Bront, Also, are you loading / listing the dependencies in a related xml file or in the JS code? If from an xml file, I believe you'll want to make sure that the following is included: <dependency path="vis/vis"/>. If from the JS code, try using the LABKEY.requiresVisualization helper as that should pull in all necessary files instead of having to list them out individually. Thanks, |
||