Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/hint-generic-chart-prototypes
https://github.com/mrc-ide/hint-generic-chart-prototypes
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrc-ide/hint-generic-chart-prototypes
- Owner: mrc-ide
- Created: 2021-06-28T15:55:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T17:36:22.000Z (over 3 years ago)
- Last Synced: 2024-11-06T02:32:38.016Z (2 months ago)
- Language: TypeScript
- Size: 374 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hint-generic-chart-prototypes
This application provides a partial prototype of a possible approach to generic chart provision in HINT.
See [this article](https://mrc-ide.myjetbrains.com/youtrack/articles/mrc-A-45/Implementation-approach-for-Charts)
for a fuller discussion of this feature, and [here](https://mrc-ide.myjetbrains.com/youtrack/articles/mrc-A-45/Implementation-approach-for-Charts#prototype) for notes on the prototype.The prototype is a partial implementation of the 'Time series' charts shown in slides 7 and 8 of the [mockups](https://imperiallondon.sharepoint.com/:p:/r/sites/HIVInferenceGroup-WP/_layouts/15/Doc.aspx?sourcedoc=%7B4502961F-1CE4-471F-9839-09526D9B59CF%7D&file=naomi%202021%20mockups.pptx&action=edit&mobileredirect=true&cid=6373b168-089b-4eae-9408-bf8586baa2f3).
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).