Re: [web2py] Dashboard library for Web2py performance/recommendation python vs. js

2020-11-17 Thread Jon Subscripted
Thanks for your advice Christian :-) Libre de virus. www.avast.com

Re: [web2py] Dashboard library for Web2py performance/recommendation python vs. js

2020-11-17 Thread Christian Varas
I would recommend to use a client side chart (JavaScript) because is less load to the server. The one that I use often is ChartJS is easy to configure and really nice looking. For a dashboard I use this 2 templates: Paper dashboard and AdminLTE. Cheers. Chris. El El mar, 17 de nov. de 2020 a

[web2py] Dashboard library for Web2py performance/recommendation python vs. js

2020-11-17 Thread Jon Subscripted
Hi everyone, I need to implement a dashboard and some charts in my webapp. And honestly I'm a little bit lost and overwhelmed. >From a Web2py perspective which is the best approach? a) a python based solution (e.g. plotly) b) a JS based solution My app is hosted in Pythonanywhere. Is there any