Skip to content

Commit e74bb1f

Browse files
authored
fix: broken readme list
1 parent c3db2b6 commit e74bb1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,11 @@ In short, these are the benefits of rewriting library into a NativeScript plugin
131131
Originally, the main goal was to prevent the need for marshalling all datasets. This is extremely heavy, costly and unnecessary!
132132

133133
Upon running demo samples, one can conclude it is the fastest drawing library, in comparison to ```nativescript-ui-chart``` and ```nativescript-mpchart```.
134+
134135
That is because:
135-
- It does not marshal or recreate any subset of the data sets, but directly uses the provided array instead.
136-
- It can share the same data array between multiple datasets
137-
- It can still use the power of native arrays to NOT marshal arrays of positions while drawing lines with ```@nativescript-community/ui-canvas```
136+
* It does not marshal or recreate any subset of the data sets, but directly uses the provided array instead.
137+
* It can share the same data array between multiple datasets
138+
* It can still use the power of native arrays to NOT marshal arrays of positions while drawing lines with ```@nativescript-community/ui-canvas```
138139

139140
## Documentation
140141

0 commit comments

Comments
 (0)