-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency fl_chart to ^0.70.0 #42
base: master
Are you sure you want to change the base?
Conversation
416ade7
to
9dee57d
Compare
9dee57d
to
875e796
Compare
875e796
to
cc36a31
Compare
cc36a31
to
477f58e
Compare
477f58e
to
3618c05
Compare
3618c05
to
c1629e4
Compare
c1629e4
to
5228e07
Compare
5228e07
to
ae48bb6
Compare
ae48bb6
to
5188846
Compare
5188846
to
8361f5b
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pubspec.lock
|
8361f5b
to
cae6ed6
Compare
cae6ed6
to
c44dc83
Compare
c44dc83
to
9945b9b
Compare
9945b9b
to
8d82306
Compare
8d82306
to
fc437cc
Compare
fc437cc
to
41dceda
Compare
41dceda
to
7e0f3fb
Compare
7e0f3fb
to
d722aeb
Compare
|
d722aeb
to
4d0932b
Compare
This PR contains the following updates:
^0.12.2
->^0.70.0
Release Notes
imaNNeo/fl_chart (fl_chart)
v0.70.0
Compare Source
FlTransformationConfig
class. You can now enable scaling and panning forLineChart
,BarChart
andScatterChart
using this classbar_chart_data_extensions_test.dart
,gradient_extension_test.dart
and fixed a typo inbar_chart_data.dart
BarChart
is not const anymore due to adding an assert to check if transformations are allowed depending on theBarChartData.alignment
property (read more here)v0.69.2
Compare Source
v0.69.1
Compare Source
duration
andcurve
properties, #1618swapAnimationDuration
andswapAnimationCurve
properties to usecurve
andduration
instead to keep the consistency over the project, #1618v0.69.0
Compare Source
v0.68.0
Compare Source
titleSunbeamLayout
inside the BarChartData to allow the user to customize the layout of the title sunbeamv0.67.0
Compare Source
getTooltipColor
which provides more customizability), checkout the full migration guide here.v0.66.2
Compare Source
v0.66.1
Compare Source
v0.66.0
Compare Source
dotPainter
property to ScatterSpot to allow customizing the dot painter, #568color
andradius
properties from ScatterSpot (usedotPainter
instead), #568strokeWidth
to 0.0master
tomain
v0.65.0
Compare Source
toY
(or positivefromY
) in BarChart'sminY
andmaxY
calculations, #1470v0.64.0
Compare Source
v0.63.0
Compare Source
sectionsSpace
whenPath.combine()
does not work (it's flutter engine issue), #955v0.62.0
Compare Source
v0.61.0
Compare Source
color
orgradient
property in the BarChartRodData and BackgroundBarChartRodData, #1121.drawBehindEverything
property default totrue
in AxisTitles class, #1097.0
instead of-0
in some edge-cases in the default titlestooltipHorizontalAlignment
andtooltipHorizontalOffset
property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].v0.60.0
Compare Source
longPressDuration
optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.pubspec.yaml
to support new pub.dev feature. Read more about it here and here.pubspec.yaml
(I just renamed my username)positionPercentageOffset
optional property to RadarChartTitle to allow individual title positioningv0.55.2
Compare Source
As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran
They shut the Internet down to do that. That’s why I cannot maintain this library for a while.
Now we need your help, please be our voice by spreading news in your media to support us
Search these hashtags:
#MahsaAmini
مهسا_امینی
OpIran
Also, this article might help.
v0.55.1
Compare Source
v0.55.0
Compare Source
tooltipBorder
property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData], #692.angle
and now returns a RadarChartTitle instead of a simplestring
. (Read our Migration Guide to learn more about it)v0.51.0
Compare Source
SideTitleWidget
to help you use it in [SideTitles.getTitlesWidget]. It's a wrapper around your widget. It keeps your providedchild
widget close to the chart. It hasangle
andspace
properties to handle margin and rotation. There is aaxisSide
property that you should fill, it has provided to you in the MetaData object. Check the below sample:v0.50.6
Compare Source
v0.50.5
Compare Source
v0.50.4
Compare Source
v0.50.3
Compare Source
isStrokeJoinRound
property in LineChartBarData.chartRendererKey
property to the LineChart, BarChart, and ScatterChart. We pass it directly to our chart renderers that are responsible to render the chart itself (without anything around it like titles), #987.v0.50.1
Compare Source
v0.50.0
Compare Source
This release has some breaking changes. So please check out the migration guide here
String
. For example, you can pass an Icon widget as a title, #183. Check below samples:FlTitlesData
,AxisTitles
, andSideTitles
are changed. Because we are using a new system which allows you to pass any Flutter Widget as a title instead of passingstring
,textStyle
,textAlign
,rotation
, ... (Read our Migration Guide)colors
property renamed tocolor
to keep only one solid color. And now we have agradient
field instead ofcolorStops
,gradientFrom
andgradientTo
in following classes: BarChartRodData, BackgroundBarChartRodData, BarAreaData, BetweenBarsData, LineChartBarData. (Read our Migration Guide to learn more about it)v0.46.0
Compare Source
nullSpots
in fromLine and toLine, #912.fromY
andtoY
properties in BarChartRodData It means you can have a negative and a positive bar chart at the same X location. #334, #875. Check BarChartSample5 and [BarChartSample6](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/bar_chart.md#sample-6-source-code.y
property totoY
in BarChartRodData and BackgroundBarChartRodData due to the above feature.v0.45.1
Compare Source
FlSpot.nullSpot
at the first of list bug, #912.scatterLabelSettings
property in ScatterChart which lets you to add titles on the spots, #902.v0.45.0
Compare Source
clipData
implementation in ScatterChart and LineChart, #897.baselineX
andbaselineY
property in our axis-based charts, It fixes a problem aboutinterval
which mentioned in #893 (check this sample.distanceCalculator
toLineTouchData
which is used to calculate the distance between spots and touch events, #716, #261, #892LineTouchResponse
response now contains a list ofTouchLineBarSpot
instead ofLineBarSpot
. They are ordered based on their distance to the touch event and also contain that distance.v0.41.0
Compare Source
textAlign
property in the SideTitles, #784.v0.40.6
Compare Source
v0.40.5
Compare Source
v0.40.2
Compare Source
v0.40.1
Compare Source
v0.40.0
Compare Source
centerRadius = double.infinity
problem, #747.c(FlTouchEvent event, BaseTouchResponse? response)
which FlTouchEvent determines which touch/pointer event happened (such asFlTapUpEvent
,FlPanUpdateEvent
, ...), and BaseTouchResponse gives us the chart response.touchInput
andclickHappened
properties anymore. Use FlTouchEvent provided in the callback instead oftouchInput
. Checkevent is FlTapUpEvent
to detect touch events instead of checkingclickHappened
;longPress
touch events. check FlTouchEvent to see all kind of supported touch/pointer events (which can beFlLongPressStart
,FlLongPressMoveUpdate
,FlLongPressEnd
, ...). Also you can check out touch handling doc, #649.mouseCursorResolver
callback in touchData classes such as LineTouchData and BarTouchData. You can change the MouseCursor based on the provided FlTouchEvent and touchResponse using this callback. (We have used this feature in PieChartSample2)ScatterChart
default touchHandling crashBarChartAlignment.spaceEvenly
asalignment
property of BarChartData by defaulttextStyle
of ScatterTooltipItem is now nullable and optional.bottomMargin
is also optional (default is zero). So both are named parameters now.ScatterChart
.fl_chart
and resolve more issues. Now you can buy me a coffee!v0.36.4
Compare Source
borderSide
property in BarChartRodData and BarChartRodStackItem to draw strokes around each bar and rod stack items, #714.getTextStyles
callback now give you acontext
andvalue
(previously it was only avalue
).colorStops
calculation which used in gradient colors, #732.v0.36.3
Compare Source
borderSide
property in PieChartSectionData to draw strokes around each section, #606.v0.36.2
Compare Source
onMouseExit
event in all charts.rotateAngle
property in LineTouchTooltipData, BarTouchTooltipData, ScatterTouchTooltipData, #260, #679.v0.36.1
Compare Source
0.36.0
, we had to revert 2nd change of0.36.0
)lineIndex
property from (ShowingTooltipIndicators)[https://github.com/imaNNeoFighT/fl_chart/blob/main/repo_files/documentations/line_chart.md#showingtooltipindicators].v0.36.0
Compare Source
interval
is working correctly in bottomTitles in the BarChart, #648.spotsIndices
instead ofshowingSpots
in ShowingTooltipIndicators.v0.35.0
Compare Source
children
property in the LineTooltipItem, BarTooltipItem and ScatterTooltipItem which accepts a list of TextSpan. It allows you to have more customized texts inside the tooltip. See BarChartSample1 and ScatterSample2, #72, #294.getTouchLineStart
andgetTouchLineEnd
in LineTouchData to give more customizability over showing the touch lines. see SampleLineChart9.sectionsSpace
in PieChart for the web.FlDotCrossPainter
which extendsFlDotPainter
to paint X marks on line chart spots.textDirection
property in LineTooltipItem, BarTooltipItem and ScatterTooltipItem. It allows you to support rtl languages in tooltips.textDirection
property in SideTitles class, #531. It allows you to support rtl languages in side titles.textDirection
property in AxisTitles class. It allows you to support rtl languages in axis titles.borderData: FlBorderData(show: true)
.0
value on PieChartSectionData.value anymore, instead remove it from list.fullHeightTouchLine
property from LineTouchData. Now you can have a full line with following snippet:v0.30.0
Compare Source
textAlign
property in the BarTooltipItem, LineTooltipItem, and ScatterTooltipItem, default isTextAlign.center
.direction
property in the BarTouchTooltipData, and LineTouchTooltipData to specify the position of the tooltip (can beauto
,top
,bottom
), default isauto
.swapAnimationCurve
property to all chart widgets which handles the built-in animation Curve, #436.tooltipBottomMargin
totooltipMargin
property in the BarTouchTooltipData, and LineTouchTooltipDatadouble.infinity
in PieChartData .centerSpaceRadius, #584.v0.20.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.