We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e00483 commit 89dc092Copy full SHA for 89dc092
README.md
@@ -171,6 +171,20 @@ new Sparkline(
171
172
---
173
174
+### Smoothing
175
+
176
+```dart
177
+new Sparkline(
178
+ data: data,
179
+ useCubicSmoothing: true,
180
+ cubicSmoothingFactor: 0.2,
181
+),
182
+```
183
184
+
185
186
+---
187
188
### Todo:
189
190
- [x] simple sparkline
@@ -186,7 +200,7 @@ new Sparkline(
200
- [ ] baseline
201
- [x] different fill modes [above/below/none]
202
- [x] fix edge points overflowing by offsetting by lineWidth
-- [ ] better corner rounding
203
+- [x] better corner rounding
204
- [ ] axis labels
191
205
- [x] gradient shader on line paint
192
206
- [x] gradient shader on fill paint
screenshots/example_cubic_smoothing.png
24.2 KB
0 commit comments