0.0.26 • Published 4 years ago

nativescript-chart v0.0.26

Weekly downloads
26
License
Apache-2.0
Repository
-
Last release
4 years ago

Your Plugin Name

Experimental plugin to draw charts using nativescript-canvas. It is a direct JS port of MPAndroidChart

The main goal was to prevent the need for marshalling all datasets. This is extremelly heavy, costly and uncessary!

The demo_vue app show the power of the future plugin:

  • It is the fastest drawing library in comparaison to nativescript-ui-chart and nativescript-mpchart. This is due to:
    • do not marshal or recreate any subset of the data sets. Directly uses the provided array.
    • can share the same data array beetween multiple datasets
    • still use the power of native arrays to NOT marshal arrays of positions while drawing lines with nativescript-canvas
  • Same JS codebase for iOS and Android. Makes maintaining the library very easy.
  • smaller apps size because no native libs or no native framework. All done with the power of {N}
0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago