Releases: ghtmtt/DataPlotly
Releases · ghtmtt/DataPlotly
4.3.2
4.3.1
- Fix regression when loading projects
4.3.0
- New radar plot type thanks to @soaubier Oslandia
- Fix error with title thanks to @florianneukirchen
- Add help link to help menu and metadata thanks to @Gustry
4.2.0
- 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
4.1.0
4.0.3
4.0.2
4.0.1
Fix bar width (#321) * set the initial value to Auto, clearValue to Auto and tooltip * tweak the bar width value to pass to plotly * add changelog info * bump new release and minimum QGIS version * no more 3.22 in docker
4.0.0
3.9.2
More Processing (#302) * add icon and remove some useless methods and strings * add Processing test for scatterplot * update changelog * update copy info (thanks Etienne :) ) * lint * add pandas to the requirement testing packages * fix test with self.maxDiff * use json instead of html for test, too unpredictable * remove useless function * try another test approach