I am looking for a GUI tool that can be deployed through a web application to end users. Users should be able to create charts from the given Pandas Data frame as per their requirements using point and click methods without coding.
I came across Pandas-GUI that matches my requirements but I am not sure if it can be served to other users through a web application. Is there any similar packages available for web platforms?
My Application is created using Django Framework and Data frame is generated in the application backend. My users neither have python installed on their computers, nor know how to code.