Skip to content

v0.6

Compare
Choose a tag to compare
@FrancoisGuillem FrancoisGuillem released this 30 Jan 10:45
· 717 commits to master since this release

BREAKING CHANGES:

  • productionStack has been renamed prodStack.

NEW FEATURES:

  • plotMap() can now use pie charts, bar charts and polar area charts to represent multiple variables.
  • plotMap() can now represent average values on the whole period instead of representing only a single time step.
  • plotMap() can now display labels on areas. This feature is still experimental for now and will be improved in next versions.
  • It is now possible to choose which variables are displayed in popups in maps created with plotMap().
  • It is now possible to manually set break points for color scales in maps through parameter "options" of plotMap.
  • plot() method for antaresDataTable can now output monotone, density and cumulated distribution.
  • There is now a plot() method for antaresDataList objects.
  • It is now possible to register custom production stack aliases with function setProdStackAlias. New aliases are then available in prodStack().