Skip to content

0.70.1

Latest
Compare
Choose a tag to compare
@imaNNeo imaNNeo released this 06 Jan 21:16
  • FEATURE (by @Peetee06) Add panEnabled and scaleEnabled properties in the TransformationController, #1818
  • FEATURE (by @mitulagr2) Add renderPriority feature in our ScatterSpot, #1545
  • FEATURE (by @imaNNeo) Add rotationQuarterTurns property in our Axis-Based charts (such as LineChart, BarChart and ScatterChart). It allows you to rotate the chart 90 degrees (clockwise) in each turn. For example you can have Horizontal Bar Charts by setting rotationQuarterTurns to 1 (which rotates the chart 90 degrees clockwise). It works exactly like RotatesBox widget, #113
  • FEATURE (by @soraef) Add isMinValueAtCenter property in the RadarChart to allow the user to set the minimum value at the center of the chart, #1351, #1442