GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
560 stars 125 forks source link

Make the use of position: relative in the plotly_dash template optional #473

Open delsim opened 1 year ago

delsim commented 1 year ago

The plotly_dash template tag hard codes some css parameters. As raised in #471 there are some use cases where this is not desirable.

The template tag could be extended with additional arguments to make some of these parameters optional whilst maintaining backwards compatibility.