Charts not displaying correctly

LabKey Support Forum (Inactive)
Charts not displaying correctly bront  2018-09-04 10:14
Status: Closed
 

Hi Cory,

I am not seeing any console errors, and I am loading dependencies via JS in a wiki page.

Is this how I should be using the requiresVisualization helper?

LABKEY.requiresScript(javaScriptFiles, function() {

LABKEY.requiresVisualization(function() {
    
    Ext4.onReady(function() {
        
    })
    
})

});

It seems to be loading the vis library (see attachment), but no changes to the charts on the page.

Thanks for your help.

bront