Skip to content

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

License

Notifications You must be signed in to change notification settings

nativescript-community/ui-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 13, 2020
4335aa4 · Jan 13, 2020

History

37 Commits
Dec 28, 2019
Dec 28, 2019
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Dec 28, 2019
Jan 13, 2020
Dec 28, 2019
Jan 13, 2020
Jan 11, 2020
Dec 28, 2019
Dec 28, 2019
Jan 13, 2020
Jan 13, 2020
Dec 28, 2019
Jan 11, 2020
Dec 28, 2019

Repository files navigation

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}

About

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages