Skip to content

Commit c3db2b6

Browse files
authored
chore: More corrections
1 parent e9ce7ce commit c3db2b6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,13 @@ In short, these are the benefits of rewriting library into a NativeScript plugin
128128
* Same codebase for Android and iOS. Makes maintaining the library very easy.
129129
* Smaller apps size because there are no native libs or native frameworks to consume space. All done with the power of {N}
130130

131-
Originally, the main goal was to prevent the need for marshalling all datasets. This is extremelly heavy, costly and unnecessary!
131+
Originally, the main goal was to prevent the need for marshalling all datasets. This is extremely heavy, costly and unnecessary!
132132

133-
Demo samples manifest the power of 'ui-chart' plugin:
134-
135-
* It is the fastest drawing library, in comparison to ```nativescript-ui-chart``` and ```nativescript-mpchart```. This is due to:
136-
- do not marshal or recreate any subset of the data sets. Directly uses the provided array.
137-
- can share the same data array between multiple datasets
138-
- still use the power of native arrays to NOT marshal arrays of positions while drawing lines with ```@nativescript-community/ui-canvas```
133+
Upon running demo samples, one can conclude it is the fastest drawing library, in comparison to ```nativescript-ui-chart``` and ```nativescript-mpchart```.
134+
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```
139138

140139
## Documentation
141140

0 commit comments

Comments
 (0)