Skip to content

Releases: imaNNeo/fl_chart

0.9.2

19 Apr 22:36
Compare
Choose a tag to compare

0.9.0

10 Apr 00:57
Compare
Choose a tag to compare
  • Added strokeWidth, getStrokeColor, getDotColor in the FlDotData, also removed dotColor from it (you should use getDotColor instead, it gives you more customizability), now we have more customizability on FlDotData, check line_chart_sample3, and line_chart_sample5, #233, #99, #274.
  • Added equatable library to solve some equation issues.
  • Implemented negative values feature for the BarChart, #106, #103.
  • add Equatable for all models, it leads to have a better performance.
  • Fixed a minor touch bug in the BarChart.
  • Fixed ScatterChart built-in touch behaviour.
  • Fixed drawing grid lines bug, #280.
  • Implemented FlDotData.getDotColor in a proper way, it returns a color based on the LineChartBarData color, #274, #282.
  • Updated LineChartData.showingTooltipIndicators field type to list of ShowingTooltipIndicators to have a clean naming.

0.8.7

23 Mar 16:32
Compare
Choose a tag to compare
  • Added show property in the VerticalLineLabel and set default to false, #256.
  • Fixed bug, when the screen size is square, #258.

0.8.6

21 Mar 10:37
Compare
Choose a tag to compare
  • Fixed exception on extraLinesData, #251.
  • Show extra lines value with 1 floating-point.
  • Implemented multi-section lines in LineChart, check this issue (#26) and this merge request (#252)

0.8.5

16 Mar 11:31
Compare
Choose a tag to compare
  • Added fitInsideHorizontally and fitInsideVertically in ScatterTouchTooltipData
  • Fixed clipToBorder functionality basdd on the border sides.

0.8.4-test1

16 Mar 07:53
Compare
Choose a tag to compare
  • Improved documentations

0.8.4

14 Mar 22:03
2912478
Compare
Choose a tag to compare
  • Added preventCurveOvershootingThreshold in LineChartBarData for applying prevent overshooting algorithm, #193.
  • Fixed clipToBorder bug in the LineChartData, #228, #214.
  • Removed unused enableNormalTouch property from all charts TouchData.
  • Implemented ImageAnnotations feature (added image, and sizedPicture in the VerticalLine, and the HorizontalLine, check this sample for more information.
  • BREAKING CHANGE-> changed fitInsideTheChart to fitInsideHorizontally and added fitInsideVertically to support both sides, #225.

0.8.3

06 Mar 21:53
9d842c5
Compare
Choose a tag to compare
  • prevent to set BorderRadius with numbers larger than (width / 2), fixed #200.
  • added fitInsideTheChart property inside BarTouchTooltipData and LineTouchTooltipData to force tooltip draw inside the chart (shift it to the chart), fixed #159.

0.8.2

28 Feb 17:58
cd61502
Compare
Choose a tag to compare

0.8.1

08 Feb 06:55
Compare
Choose a tag to compare
  • yaaay, added some basic unit tests
  • skipped the first and the last grid lines from drawing, #174.
  • prevent to draw touchedSpotDot if show is false, #180.
  • improved paint order, more details in #175.
  • added possibility to set double.nan in centerSpaceRadius for the PieChart to let it to be calculated according to the view size, fixed #179.