I am using GC V2. However I am not connecting it to a particular device. I am building a boundary plot calculator and a component I need to use is a graph. I have had difficulty using the GC components directly so I have been trying to implement an application by brute forcing with traditional html/css/js.
This following is my index.gui file
I get this output through GUI composer.
However through a non GUI Composer and executing the html directly I get a correct output
I've noticed that GUI composer doesn't enjoy any sort of graphical component that's not a native GC component. For example, when i try to use a standard <img> tag in html, it doesn't load up in GC. Help me understand why and the work around for this?