All releases
Patch Changes
-
feat: Support passing
FormatConfig(ex.{ type: '...', options: { ... } }) anywhereFormatTypeis supported to simplify custom formatting (ex.variant) (#521) -
feat: Support passing
PeriodTypeCodestrings for simplified date formatting and reduce imports. Example:format={PeriodType.Day}is nowformat="day". Also supported with config object for passing additional options (ex.format={{ type: 'day', options: { variant: 'long' } }}). Supported for allformatprops include Axis, Labels, Legend and Tooltip. (#521)