When I import some custom JS libraries, I get the error in the picture I attached. I can't seem to make it go away and it seems like Kibana is trying to load the script before the library is loaded which is causing this error. Any way to get around this? It isn't a nice error to pop up and it happens everytime I sign in.
I get the error when I use either of the following two in the javascript box:
And then further down in the javascript box I have:
after_render: function() { $("#chartContainer").CanvasJSChart(options);}
I think this is where the error is
When I import some custom JS libraries, I get the error in the picture I attached. I can't seem to make it go away and it seems like Kibana is trying to load the script before the library is loaded which is causing this error. Any way to get around this? It isn't a nice error to pop up and it happens everytime I sign in.
I get the error when I use either of the following two in the javascript box:
or
And then further down in the javascript box I have:
after_render: function() { $("#chartContainer").CanvasJSChart(options);}
I think this is where the error isAny idea what I can do?
@PhaedrusTheGreek