JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
587 stars 82 forks source link

e_graph_gl settings? #522

Closed PatrickvanZalm closed 1 year ago

PatrickvanZalm commented 1 year ago

Dear John & Co,

First of all thank you for the wonderful work here. We are using it to visualize biological data and the interactivity is such a big help!!

I was building a graph-visualization using e_graph where the settings nicely connect to the original echarts settings as on the Apache website. I ran into some issues with larger graphs, so I of course change to e_graph_gl, but here the settings do not seem to work anymore.

I tried to dig a bit in the source code but it seems webGL is used for the e_graph_gl instead of apache Echarts? Where would I find the possible settings for e_graph_gl? I'm a bit lost with regards to what is used in the backend for e_graph_gl.

JohnCoene commented 1 year ago

Hi Patrick,

Great to hear!

The options are here https://echarts.apache.org/en/option-gl.html#series-graphGL.type. Let me know if things still do now work after going through those.

Best,

John

On Thu, May 11, 2023 at 10:37 AM Patrick W. van Zalm < @.***> wrote:

Dear John & Co,

First of all thank you for the wonderful work here. We are using it to visualize biological data and the interactivity is such a big help!!

I was building a graph-visualization using e_graph where the settings nicely connect to the original echarts settings as on the Apache website. I ran into some issues with larger graphs, so I of course change to e_graph_gl, but here the settings do not seem to work anymore.

I tried to dig a bit in the source code but it seems webGL is used for the e_graph_gl instead of apache Echarts? Where would I find the possible settings for e_graph_gl? I'm a bit lost with regards to what is used in the backend for e_graph_gl.

— Reply to this email directly, view it on GitHub https://github.com/JohnCoene/echarts4r/issues/522, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3YRRAFTLZQDGRZ6DKWHETXFSQMRANCNFSM6AAAAAAX5ZDQKY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- John Coene john-coene.com opifex.org +41797073321

PatrickvanZalm commented 1 year ago

Wonderful, exactly what I was looking for.

Thank you! Patrick