ng2-vizabi
Native Angular2 directive for Vizabi component.
Vizabi is a framework for building visual data exploration tools freely provided by Gapminder. WARNING: Vizabi is in alpha. Don't expect too much!
Quick start
- A recommended way to install ng2-vizabi is through npm package manager using the following command:
npm i ng2-vizabi --save
Alternatively, you can download it in a ZIP file.
- More information regarding using of ng2-vizabi is located in
demo and demo sources.
API
Properties
readerModuleObject
(?any
) - object (separate module that contains method to get reader's object); undefined by defaultreaderGetMethod
(?string
) - method name (to get reader's object) in readerModuleObject
; undefined by defaultreaderParams
(?Array<any>
) - parameters for readerGetMethod
; undefined by defaultreaderName
(?string
) - reader's name; undefined by defaultmodel
(any
) - model for current Vizabi
instancemodelHash
(?string
) - hash (url encoded) with extra data for model
; undefined by defaulttranslations
(any
) - translations for current Vizabi
instancechartType
(string
) - chart type for current Vizabi
instance
Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
License
The MIT License (see the LICENSE file for the full text)