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 4a6b357 commit 2f3e6eeCopy full SHA for 2f3e6ee
CONTRIBUTING.md
@@ -39,7 +39,7 @@ In case you couldn't find any issue, it's better to create an issue to explain w
39
We have a *_chart_painter.dart class per each chart type. It draws elements into the Canvas.
40
We made the CanvasWrapper class, because we wanted to test draw functions.
41
CanvasWrapper class holds a canvas and all draw functions proxies through it.
42
-You should use it for drawing on the canvas,Instead of directly accessing the canvas.
+You should use it for drawing on the canvas, Instead of directly accessing the canvas.
43
It makes draw functions testable.
44
45
<img src="https://github.com/imaNNeo/fl_chart/raw/main/repo_files/images/architecture/fl_chart_architecture.jpg" />
0 commit comments