Hello Developers,
My question is related to the Editor webpage
<https://echarts.apache.org/examples/en/editor.html>. It has a
magnificent Share button which compresses source code into a URL. I
looked at the page source and found "getSharableURL", but the code is
minified and hard to read.
Is there a chance to get the actual source code from you?
The reason is - I have an ECharts add-on GitHub library
<https://github.com/helgasoft/echarty>. There is already a function to
export ECharts source code. I would like to add a compressor to provide
a final URL for your Editor, avoiding copy/paste.
Using ECharts everyday and loving it!
Larry