Releases: synw/django-chartflo
Releases · synw/django-chartflo
0.5.2
Fixes + add navbar ordering (migration needed for an upgrade)
0.5
Feature release: major rewrite of the dashboards engine:
- Use Bulma css
- Use Vuejs
- Simplify dashboard creation process
- Unbloat
0.4.7
Maintenance release: fix problem with sequences save
0.4.6
Bugfix release: fix the collectstatic management command error
0.4.4
Note : a migration is required to upgrade
- Add public dashboards option
- Add the sequence widget
0.4.3
Maintenance release + add spinner while waiting for pages to load
0.4.2
Maintenance release: fixes and minor improvements
0.4.1
New method: load_data
that accepts a Django queryset, a dictionary, a list or a Pandas dataframe
0.4
Warning: api change due to refactoring