Skip to content

Releases: ghtmtt/DataPlotly

4.3.2

10 Oct 13:45

Choose a tag to compare

  • Minor bug fixing thanks to @soaubier Oslandia

  • Fix regression when loading projects

4.3.1

08 Jul 05:42

Choose a tag to compare

  • Fix regression when loading projects

4.3.0

07 Jul 11:23

Choose a tag to compare

4.2.0

24 Oct 13:23

Choose a tag to compare

  • 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

15 Nov 14:39

Choose a tag to compare

  • Fix loading of the plugin when the Pandas library is not found, contribution from @Gustry

4.0.3

27 Jun 14:24

Choose a tag to compare

  • fix bug with old projects (second part) thanks to @jdlom

4.0.2

26 Jun 08:24

Choose a tag to compare

  • fix bug with old projects thanks to @jdlom

4.0.1

12 May 11:58
aa4bf76

Choose a tag to compare

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

17 Apr 09:47

Choose a tag to compare

  • multiple plot docks thanks to @jdlom
  • add a pie hole parameter to have donuts like charts thanks to @jdlom

3.9.2

30 Aug 06:43
d0ad3f4

Choose a tag to compare

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