A tutorial app built with Ionic Framework to learn D3.js with Typescript
|
|
|
---|
I made this app while learning D3.js. But while I had in mind that my goal was to use it in an Ionic app, I realized there was some differences compared to a classical use. Mainly because of Typescript.
If you're in this case, you need to install TypeScript type definitions. So syntax may be different than a simple usage of D3.js.
I propose to share my work to make you save time while learning.
I think these examples could also be appropriated if you already are in and advanced step of your learning but stuck on some points.
Most of these examples are based on Dashing D3.js tutorials adapted in Typescript 2 for Ionic 3.
Of course you need node and npm.
Please also be sure you installed Ionic and Cordova:
npm install -g ionic cordova
To verify your system is ok run ionic info
.
Install the app by running:
git clone git@github.com:proustibat/d3js-ionic.git
cd d3js-ionic
ionic cordova prepare
This should prompt you if you want to install npm packages, answer yes
. If it's not the case, run npm install
;
Run the app:
// in the browser with livereload
ionic serve -l
// or on a device
ionic cordova run android --device
ionic cordova run ios --device
Code documentation is available here
- Please use commitizen if you wanna contribute to the project and create a pull request ( run
git cz
instead ofgit commit
) - Quality code status is available on Sonarcloud
- CI with Travis
- Issue Tracker: https://github.com/proustibat/d3js-ionic/issues
- Source Code: https://github.com/proustibat/d3js-ionic
If you are having issues, questions or any suggestions, please let me know: proustibat@gmail.com / twitter/@proustibat
The project is licensed under the GNU Affero General Public License v3.0 license
How simple or complicated the control flow of the application is.
Issues in this domain mark code that will be more difficult to update competently than it should
Effort to fix all maintainability issues. The measure is stored in minutes. An 8-hour day is assumed when values are shown in days. (The value of the cost to develop a line of code is 0.06 days)
Issues in this domain mark code where you will get behavior other than what was expected.