• Announce: ticklEcharts 3.1 released

    From Nicolas Robert@21:1/5 to All on Sat Mar 4 06:36:50 2023
    Version 3.1 of ticklEcharts, Tcl wrapper for Apache ECharts(https://echarts.apache.org/en/index.html) has been released.

    Apache ECharts is easy-to-use, highly interactive and highly performant javascript visualization library.

    ticklEcharts feature highlights :
    - Support 20+ popular charts (2D + 3D).
    - Easy to use and highly configurable.
    - More than 160+ examples written in Tcl (from Apache Echarts examples).

    See https://github.com/nico-robert/ticklecharts for more information and downloads.

    Best regards,
    Nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Sat Mar 4 18:05:04 2023
    Am 04.03.2023 um 15:36 schrieb Nicolas Robert:
    Version 3.1 of ticklEcharts, Tcl wrapper for Apache ECharts(https://echarts.apache.org/en/index.html) has been released.

    Apache ECharts is easy-to-use, highly interactive and highly performant javascript visualization library.

    ticklEcharts feature highlights :
    - Support 20+ popular charts (2D + 3D).
    - Easy to use and highly configurable.
    - More than 160+ examples written in Tcl (from Apache Echarts examples).

    See https://github.com/nico-robert/ticklecharts for more information and downloads.

    Best regards,
    Nicolas

    Wow, Nicolas, that looks really awesome!
    Thank you,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alexandru@21:1/5 to Nicolas Robert on Sat Mar 4 10:41:12 2023
    Nicolas Robert schrieb am Samstag, 4. März 2023 um 15:36:53 UTC+1:
    Version 3.1 of ticklEcharts, Tcl wrapper for Apache ECharts(https://echarts.apache.org/en/index.html) has been released.

    Apache ECharts is easy-to-use, highly interactive and highly performant javascript visualization library.

    ticklEcharts feature highlights :
    - Support 20+ popular charts (2D + 3D).
    - Easy to use and highly configurable.
    - More than 160+ examples written in Tcl (from Apache Echarts examples).

    See https://github.com/nico-robert/ticklecharts for more information and downloads.

    Best regards,
    Nicolas

    Amazing work!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ashok@21:1/5 to Nicolas Robert on Tue Mar 7 08:40:55 2023
    Good stuff!

    Just a note - the Releases page still contains only 2.9.2.

    /Ashok

    On 3/4/2023 8:06 PM, Nicolas Robert wrote:
    Version 3.1 of ticklEcharts, Tcl wrapper for Apache ECharts(https://echarts.apache.org/en/index.html) has been released.

    Apache ECharts is easy-to-use, highly interactive and highly performant javascript visualization library.

    ticklEcharts feature highlights :
    - Support 20+ popular charts (2D + 3D).
    - Easy to use and highly configurable.
    - More than 160+ examples written in Tcl (from Apache Echarts examples).

    See https://github.com/nico-robert/ticklecharts for more information and downloads.

    Best regards,
    Nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Werner@21:1/5 to All on Wed Mar 8 01:16:27 2023
    Nicolas,

    cool stuff! I wonder if it is feasible to mash it up with TSB,
    see the Tcl'ers Wiki at https://wiki.tcl-lang.org/page/Taygete+Scrap+Book

    BR,
    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Wed Mar 8 19:08:38 2023
    Am 08.03.2023 um 18:57 schrieb Nicolas Robert:
    Le mercredi 8 mars 2023 à 10:16:30 UTC+1, Christian Werner a écrit :
    Nicolas,

    cool stuff! I wonder if it is feasible to mash it up with TSB,
    see the Tcl'ers Wiki at https://wiki.tcl-lang.org/page/Taygete+Scrap+Book

    BR,
    Christian

    Christian ,
    I don't know this package. I can try.
    I tried a little before I wrote my message.
    For now I just sourced the 'TSB.kit' file to see the demos.
    If you are the author, can tell me how to download it ?
    This link (https://www.androwish.org/home/dir?name=undroid/twv) is the right one ?
    Do you have any documentation ? I can’t find the EuroTcl 2019 presentation.

    Nicolas

    Ps : And thank you all for the kind words !

    Slides: https://ssl.webpack.de/www.eurotcl.eu/presentations/EuroTcl2019-Werner-Goodies.pdf

    www.eurotcl.eu has all information about the past events.

    Enjoy,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Werner@21:1/5 to All on Wed Mar 8 10:13:20 2023
    Nicolas,

    the TSB.kit linked on the wiki page is the runtime for the 3 main platforms. For the source code, see the androwish.org folder named .../undroid/twv for the webview
    stuff and .../undroid/tsb for the high level (Tcl + JS + examples) stuff. Maybe you can
    take the subpackage ASCIImath as a starting point and borrow ideas on how to load the
    required JS code into the webview. The EuroTcl2019 presentation is in https://www.androwish.org/home/dir?ci=tip&name=misc
    and AFAIK a video from EuroTcl2019 is on the youtube Tcl channel.
    However, since summer 2019 I didn't much further development in that direction and my
    brain memory isn't in good condition, either.

    Good luck,
    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas Robert@21:1/5 to All on Wed Mar 8 09:57:08 2023
    Le mercredi 8 mars 2023 à 10:16:30 UTC+1, Christian Werner a écrit :
    Nicolas,

    cool stuff! I wonder if it is feasible to mash it up with TSB,
    see the Tcl'ers Wiki at https://wiki.tcl-lang.org/page/Taygete+Scrap+Book

    BR,
    Christian

    Christian ,
    I don't know this package. I can try.
    I tried a little before I wrote my message.
    For now I just sourced the 'TSB.kit' file to see the demos.
    If you are the author, can tell me how to download it ?
    This link (https://www.androwish.org/home/dir?name=undroid/twv) is the right one ?
    Do you have any documentation ? I can’t find the EuroTcl 2019 presentation.

    Nicolas

    Ps : And thank you all for the kind words !

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas Robert@21:1/5 to All on Mon Mar 13 12:04:31 2023
    Le mercredi 8 mars 2023 à 19:13:22 UTC+1, Christian Werner a écrit :
    Nicolas,

    the TSB.kit linked on the wiki page is the runtime for the 3 main platforms. For the source code, see the androwish.org folder named .../undroid/twv for the webview
    stuff and .../undroid/tsb for the high level (Tcl + JS + examples) stuff. Maybe you can
    take the subpackage ASCIImath as a starting point and borrow ideas on how to load the
    required JS code into the webview. The EuroTcl2019 presentation is in https://www.androwish.org/home/dir?ci=tip&name=misc
    and AFAIK a video from EuroTcl2019 is on the youtube Tcl channel.
    However, since summer 2019 I didn't much further development in that direction and my
    brain memory isn't in good condition, either.

    Good luck,
    Christian

    Christian ,
    Below the link :
    https://fromsmash.com/TSBecharts

    This is just a basic example, but it works...
    I modified your tsb.tcl file a little bit according to my needs (I added two Javascript functions, I think it would not be necessary, but for a simple demo it is suitable) and I added a method on my side.
    It would take a little more work on my side... and a few questions to ask you, but the exercise was fun ! Thank you.

    Watch the video and happy viewing!

    Nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Werner@21:1/5 to All on Mon Mar 13 14:20:15 2023
    Nicolas,

    Watch the video and happy viewing!

    Wow! Great! Please make a patch and append it to a ticket on www.androwish.org And please if your time permits, add your snippet to the TSB page on the Tcl'ers wiki.

    Thank you,
    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)