B4J Question Any library of bar graphs for WebApp?

Omar Moreno

Member
Licensed User
Longtime User
Hi everyone.

I am creating bar charts for a WebApp, but I am not doing well in PDF.

What library can you recommend that allows its use on Webapp?

Thanks for your help.
 

Omar Moreno

Member
Licensed User
Longtime User

Thanks Tchart, the graphics look good, I have already downloaded the "js" and "css".
Now I just have to practice.


Thanks Erel, they also look good, but if possible you would have the same example
using class modules of type Server Websocket and not Server Handler.
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
Just to add I started with Google Charts and they work fine but my web app is designed to work on premise with (sometimes) no internet connection - and according to Googles license you aren't allowed to bundle the Google Charts API (JS/CSS etc) to work offline.

This is the main reason I went with Chart JS.

They are very similar but Google has more chart options.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
An example is attached.

firefox_r6QfKOY8pr.png
 

Attachments

  • Charts_WebSocket.zip
    6.4 KB · Views: 135
Upvote 0

Omar Moreno

Member
Licensed User
Longtime User
Excellent now I have graphs for environments without internet with Chartjs and Google Charts service for environments with internet.

Thanks again, Tchart, Erel.
 
Upvote 0
Top