Chart Polar

Hello,
Here is a first approach to using graphics in addition to those offered by Glide.
I used an open source library:

there is another chart model than the one in the demo.

WARNING: to integrate the graphic, I use the webview component, so you must have a pro package for this to work in publication !!!

YC link
https://Graph-URI.manun2.repl.co

6 Likes

Great! I believe Quickchart does not have something like this. They’re also built on top of chart.js.

1 Like

Hi @ThinhDinh
I watched Quickchart and the Polar is available.
Except that for me it’s free and it’s interactive :stuck_out_tongue_closed_eyes: :stuck_out_tongue_closed_eyes: :joy: :stuck_out_tongue_winking_eye: :stuck_out_tongue_winking_eye: :partying_face: :partying_face: :partying_face: :stuck_out_tongue_closed_eyes: :rofl:
(it seems to me that Quickchart returns an image)

2 Likes

Interactive is a big jump, and I love the animation as well. If you know well enough about chart.js then this can be the start to many great things chart-wise in Glide

1 Like

I discover a little this library.
I wanted to make a Gantt chart but that seems to limit with this solution.

1 Like

After this thread,

I made a version with as parameter the configuration of the graph according to the ChatJs directives.
It is possible to adjust the dimension of the chart
(thanks to @ThinhDinh for it’s constructive idea.)

YC link
https://Chart.manun2.repl.co

3 Likes