https://github.com/jdiehl/mx-area-chart
https://github.com/jdiehl/mx-area-chart
mendix
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdiehl/mx-area-chart
- Owner: jdiehl
- License: other
- Created: 2023-05-24T14:02:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T08:19:10.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:33:33.728Z (11 months ago)
- Topics: mendix
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AreaChart
[My widget description]
## Features
[feature highlights]
## Usage
[step by step instructions]
## Demo project
[link to sandbox]
## Issues, suggestions and feature requests
[link to GitHub issues]
## Development and contribution
1. Install NPM package dependencies by using: `npm install`. If you use NPM v7.x.x, which can be checked by executing `npm -v`, execute: `npm install --legacy-peer-deps`.
1. Run `npm start` to watch for code changes. On every change:
- the widget will be bundled;
- the bundle will be included in a `dist` folder in the root directory of the project;
- the bundle will be included in the `deployment` and `widgets` folder of the Mendix test project.
[specify contribution]