recharts v1.0.0-beta.8 Release Notes

Release Date: 2018-01-09 // about 6 years ago
  • feat

    • โž• Add props useTranslate3d to control whether use translate3d or translate in
    • โž• Add props verticalFill and horizontalFill in <CartesianGrid /> to show grid background
    • โž• Add visibleTicksCount in props of customized tick of <CartesianAxis />

    ๐Ÿ›  fix

    • Replace lodash _.get with simple Array.prototype.find
    • Prevent texts from being selected when dragging the brush
    • โž• Add try...catch... when getTotalLength is called by a svg path to fix IE bug