v37.0.0
37.0.0 (2021-10-05)
Bug Fixes
- debug: add predictable axis labels sorting order (#1418) (60fbe7a)
- deps: update dependency @elastic/eui to ^38.1.0 (#1409) (4ffd018)
- deps: update dependency @elastic/eui to ^38.2.0 (#1416) (34707c3)
Code Refactoring
BREAKING CHANGES
DEFAULT_CHART_MARGINS,DEFAULT_GEOMETRY_STYLES,DEFAULT_CHART_PADDINGandDEFAULT_MISSING_COLORare no longer exposed as part of the API- The public type varieties for domains are discontinued, in favor of retaining the single
DomainRangeexport, which now has a mandatory{min: number, max: number}. The developer can supplyNaNwhere a finite min, max or both aren't defined (ie. in place of former effectiveundefined). In addition, some console.warn punctuations changed
Co-authored-by: Marco Vettorello vettorello.marco@gmail.com
Co-authored-by: Nick Partridge nick.ryan.partridge@gmail.com