Mark Gibbs
Mark Gibbs
Monkey-patch the dash json conversion to add in lazy evaluation of text for Django. Addresses #404
Changes in Django for major version 4 need to be accommodated in Dash. This is a placeholder for this work.
Dash 2.0 introduced a new decorator `@callback` This appears to be ignored by the current implementation of `django-plotly-dash` and we should investigate and then (if possible) support this form of...
The documentation currently refers to v4 bootstrap. Ideally it should be updated in conjunction with resolving #482.
From #467 it looks like dash added some more values to the callback context as noted in the [dash documentation](https://dash.plotly.com/advanced-callbacks#determining-which-input-has-fired-with-dash.callback_context) If possible, these could be added to the callback context...
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...
Some of the FAQ entries are out of date, such as minimum version of other packages. They should be updated.