recharts v1.0.0-beta.7 Release Notes

Release Date: 2017-12-21 // over 6 years ago
  • feat

    • โž• Add props allowDuplicatedCategory to XAxis, YAxis, PolarAngleAxis, PolarRadiusAxis, to remove duplicated category when type="category"
    • โž• Add props id in <Area />, <Bar />, <Line />, <Scatter />, <Label />, <LabelList /> for SSR
    • ๐Ÿ‘Œ Support specify domain of category type axis when allowDuplicatedCategory is false, add cooresponding "xAis", "yAxis", "zAxis" to the props or customized shape of Scatter

    ๐Ÿ›  fix

    • โšก๏ธ Fx sanketartAngle and endAngle of RadarChart diagram not re-rendering when updating data prop
    • ๐Ÿ›  Fix animation of AreaChart when baseLine is NaN / undefined
    • ๐Ÿ›  Fix default startAngle and endAngle of RadarChart
    • ๐Ÿ‘ฏ Use cloneElement to create Legend