Releases: riatelab/magrit
v2.2.5
-
Modify the option to control whether the class summary chart is displayed in the layer settings modal (fixes #149).
-
Added missing options in the layer settings modal:
- to change the color of proportional symbols in the “positive values / negative values” coloring mode,
- to control the display of the scatterplot of linear regression results (as for the chart of class summaries, following fix of #149).
v2.2.4
v2.2.3
-
Fixes the standard deviation calculation in the classification panel (both for class calculation with the “Standard deviation” method and for the display of standard deviations on the chart).
-
Changes the way class boundaries fall for “Fisher-Jenks” classification (they now fall on the midpoint between data values rather than on the values themselves).
v2.2.2
v2.2.1
-
Add some d3-geo projections that were missing (Conic Conformal, Conic Equal-Area, Conic Equidistant, Gnomonic, Transverse Mercator).
-
Improve the component for defining standard parallels for projections that support this parameter.
-
Fix the redrawing of the map (wasn't happening) when changing the standard parallel(s) of a projection.
v2.2.0
- New: Add the translation of the interface in Spanish (thanks to @cvbrandoe).
v2.1.3
v2.1.2
-
Add the possibility of creating graduated links (size according to class after classification) in addition to proportional links and fixed-size links (the option was indicated as existing in the documentation but was not proposed in the interface).
-
Add a minimum size for proportional links (to ease the visualization of links with very small values).
-
Fix the option to manually move proportional symbols after the “avoid overlapping symbols” option has been enabled then disabled (fixes #147).
-
Don't propose to move proportional symbols while the "avoid overlapping symbols" is enabled (fixes #147).
v2.1.1
v2.1.0
-
Add a new portrayal type: "Waffle map" (Fixes #132).
-
Add support for importing zipped datasets (zip files containing a single dataset or multiple datasets).
-
Fix filtering empty lines on CSV datasets for which the line separator is
\r\n
. -
Fix buttons in FormulaInput component when the field name is also a sql function name (such as
count
orsum
). -
Update FAQ in documentation.