v1.4.28 #766
Abhinandan-Kushwaha
announced in
Announcements
v1.4.28
#766
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 1.4.28
✨ Features added-
Added the prop
referenceLinesOverChartContent
to Line and Area charts (earlier available for Bar charts only). See zIndex with referenceLine is not working #761Added support for external Labels in Pie and Donut charts. See Feature Request #763
It uses the below props-
showExternalLabels
(boolean)labelLineConfig
(object of LabelLineConfig type)externalLabelComponent
(svg component for label, a callback function with 2 parameters- item and index)The
labelLineConfig
prop is an object ofLabelLineConfig
type described below-🔨 Refactor
Renamed the
extraRadiusForFocused
toextraRadius
in Pie and Donut charts.This discussion was created from the release v1.4.28.
Beta Was this translation helpful? Give feedback.
All reactions