- Fix loading of the plugin when used with
qgis_process
, contribution from @Gustry - Fix incomplete plots when used with atlas, thanks to @nyalldawson
- Fix DataType in pie charts, contribution to @jdugge
- Fix loading of the plugin when the Pandas library is not found, contribution from @Gustry
- fix bug with old projects (second part) thanks to @jdlom
- fix bug with old projects thanks to @jdlom
- tweak the bar width values, useful with time series
- minimum QGIS version to 3.28 LTR
- multiple plot docks thanks to @jdlom
- add a pie hole parameter to have donuts like charts thanks to @jdlom
- test added for Processing
- Processing algorithm refactored using plotly.express (scatter plot)
- fix stacktrace when removing all the plots from the layout
- fix signal not updating the fields in the data defined buttons automatically
- Add custom function to have plot color the same as map color
- Fix #237 add data-driven color to Polar Plot marker color. Kudos to @jmonticolo
- Fix "Build a generic plot" processing algorithm. Kudos to @agiudiceandrea
- Customize font for plot title and plot axis. Kudos to @giliam
- Support for Python 3.10
- bugfix
- [feature] expose DataPlotly on QGIS Server for a GetPrint request kudos to @Gustry
- bugfix
- [feature] histogram and pie chart bar and slices with same color of category! kudos to @jdugge
- [feature] plot background transparent in layouts!
- [feature] Multi Plot in layout composer! Ultra kudos to @SGroe
- [bugfix] Fix layout composer issue with many plots (ref #207). Thanks to the Italian Community for testing
- [bugfix] Fix categorical bar plot wrong behavior
- [bugfix] code cleaning
- [bugfix] Fix loading old projects
- [feature] get labels within the plot itself
- [bugfix] Native datetime support! thanks @jdugge
- [bugfix] Fix histogram selection
- [bugfix] better loading project part 2
- [bugfix] fix violin plot bug
- [bugfix] better loading project handling
- [feature] more data defined options available (in layout customization). Thanks @SGroe
- [feature] X and Y axis bounds limits. Thanks @SGroe
- [feature] add box plot within violin plots
- [feature] renaming of plugin metadata to better search. Thanks @Gustry
- [bugfix] Box plot not working when no group is selected
- [bugfix] Data-defined property overrides do not work in layout
- [feature] total refactoring of the code
- [feature] plots also in print composer
- [feature] atlas based plots
- [feature] chance to save/load configuration file of plot setting
- [feature] plot settings saved together with the project
- [feature] more datadefined properties
- [feature] show only selected/visible/filtered features
- [feature] unit tests and continuous integration
- [feature] tweaks polar plots, thanks @josephholler
- [feature] UI tweaks, thanks @nyalldawson
- [fix] typos in UI (thanks @leonmvd and @nyalldawson)
- [fix] better python packages imports (thanks @nyalldawson)
- [feature] DataPlotly is updated with plotly 3.3 version
- [feature] wheel zoom! Give it a try
- [feature] Edit plot title and X/Y labels in place
- [feature] Spanish translation. Special thanks to Luca Bellani
- [bugfix] always open English manual if locale not translated
- [feature] new Violin plots!
- [feature] new Polar plot layout!
- [feature] better default color choice
- [bugfix] correct interaction with pie plot
- update plotly.js to v 1.34.0
- [bugfix] correct saving html plot
- [bugfixing] adaptation for new API
- [feature] update plotly.js to v 1.33.1
- [feature] multiple selection with Shift + selection tool
- [feature] DataPlotly as Processing provider, thanks to Michaël Douchin of 3Liz