Marco
Marco
My two cents: works fine using the new `embed` feature in `go v1.16`, like this ```go import ( "bytes" "embed" "image" "log" _ "image/png" "github.com/hajimehoshi/ebiten/v2" ) //go:embed assets/* var assetsFolder...
In the Xonomy.xml2js function, it checks only the child.nodeType 1 or 3 (element or text). The CDATA type is 4, so just add the relative check: ``` if(child.nodeType==1) { //element...
Nope, sorry. I've used another charts library