You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
domain: custom domain should not filter data (#1181) (76e8dca), closes #1129
value_labels: zero as a valid value for textBorder and borderWidth (#1182) (a64f333)
annotation tooltip display when remounting specs (#1167) (8408600)
render nodeLabel formatted text into the nodes (#1173) (b44bdff)
Features
axis: allow pixel domain padding for y axes (#1145) (7c1fa8e)
apply value formatter to the default legend item label (#1190) (71474a5)
tooltip: stickTo vertical middle of the cursor (#1163) (380363b), closes #1108
wordcloud: click and over events on text (#1180) (196fb6a), closes #1156
BREAKING CHANGES
value_labels: the textBorder of ValueFillDefinition is now optional or a number only
axis:domain.padding now only takes a number value. If you are using a percent-based padding such as '10%' please set domain.padding to 0.1 and domain.paddingUnit to DomainPaddingUnit.DomainRatio.
axis:yScaleToDataExtent is removed in favor of domain.fit. The functionality is the
same.