SteffenMahler
SteffenMahler
Hi @hippodribble > The EndRun method may conflict with fyne.Window's ShowAndRun. Then try this: ``` func main() { width := 500 height := 500 blue := color.RGBA{0, 0, 255, 255}...
You can write your own renderer as described in this blog: https://blog.cubieserver.de/2020/how-to-render-standalone-html-snippets-with-go-echarts/ It helped me a lot to work nicely with revel and go-echarts.
@dhui @xianchaoyu Could you please be so kind to restart the pipeline. Only the linter had failed. Maybe the PR is as good as done? It would be really great...
Hi @maxnilz, thank you for forcing the restart of the pipeline. After that I took a look into the linter problem.  Means, since options is not used for creating...