https://github.com/kemokemo/d3liquidgaugeapp
D3 Liquid Fill Gauge Demo on the Ionic app
https://github.com/kemokemo/d3liquidgaugeapp
ionic ionic-apps ionic3
Last synced: about 1 month ago
JSON representation
D3 Liquid Fill Gauge Demo on the Ionic app
- Host: GitHub
- URL: https://github.com/kemokemo/d3liquidgaugeapp
- Owner: kemokemo
- License: bsd-3-clause
- Created: 2018-04-05T14:54:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T01:00:35.000Z (about 7 years ago)
- Last Synced: 2025-04-12T15:59:09.646Z (about 1 year ago)
- Topics: ionic, ionic-apps, ionic3
- Language: TypeScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# D3 Liquid Fill Gauge Demo on the Ionic app
A simple ionic app of the [ngx-d3-liquid-fill-gauge](https://github.com/adedayo/ngx-d3-liquid-fill-gauge).

## How to run
### Prerequisites
Please install the ionic Ver. 3.2.X or later and the cordova.
```sh
$ npm install -g ionic@latest
$ npm install -g cordova
```
### Clone and serve
```sh
$ git clone https://github.com/kemokemo/d3LiquidGaugeApp
$ cd d3LiquidGaugeApp
$ ionic serve
```
## Dependencies
* [ngx-d3-liquid-fill-gauge](https://github.com/adedayo/ngx-d3-liquid-fill-gauge)
* [D3](https://github.com/d3/d3)
## License
[BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)