Django draggable and droppable charts

Hi, do you know if I can create django python charts that is draggable and resizable without using any JS library and framework ?

No. Django runs exclusively in the server, not on your browser. Strictly speaking, Django has no control over what happens in the browser.

Any active UI components in a standard browser must be provided via JavaScript.

1 Like

Thank you very much for the replied ! Understood !