https://github.com/iniceice88/oxyplot-js
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Keywords
Repository
Basic Info
- Host: GitHub
- Owner: iniceice88
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://iniceice88.github.io/oxyplot-js/
- Size: 13.1 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
OxyPlot is a cross-platform plotting library for .NET
This repo has completely translated OxyPlot.Net into TypeScript, as well as almost all examples! Now you can use OxyPlot in web browsers and Node.js environments.
Get Started
Install
```bash npm install oxyplot-js npm install oxyplot-js-renderers
for pdf renderer:
npm install oxyplot-js-renderers-pdf
```
How to use
html
<canvas
id="canvasPlotView"
style="width: 800px; height: 600px"
/>
`
```ts import { CanvasPlotView } from 'oxyplot-js-renderers' import { LineJoin, LineSeries, newDataPoint, OxyColors, PlotModel, RectangleAnnotation } from 'oxyplot-js'
const canvas = document.getElementById('canvasPlotView')! as HTMLCanvasElement const plotView = new CanvasPlotView(canvas)
const model: PlotModel = new PlotModel({ title: 'LineSeries' })
const ls = new LineSeries({ color: OxyColors.Black, strokeThickness: 6.0, lineJoin: LineJoin.Round, }) ls.points.push(newDataPoint(0, 0)) ls.points.push(newDataPoint(100, 100)) model.series.push(ls)
model.annotations.push( new RectangleAnnotation({ minimumX: 40, maximumX: 60, textRotation: 90, text: 'Orange', fill: '#FFAC1C', toolTip: 'Orange RectangleAnnotation', }), )
plotView.model = model ```
Owner
- Name: inice
- Login: iniceice88
- Kind: user
- Repositories: 1
- Profile: https://github.com/iniceice88
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| libin | l****6@1****m | 54 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- npm 44 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 18
- Total maintainers: 1
npmjs.org: oxyplot-js-renderers-pdf
pdf renderers for oxyplot-js
- Homepage: https://github.com/iniceice88/oxyplot-js
- License: MIT
-
Latest release: 2.1.2013
published over 1 year ago
Rankings
Maintainers (1)
npmjs.org: oxyplot-js-renderers
canvas and svg renderers for oxyplot-js
- Homepage: https://github.com/iniceice88/oxyplot-js
- License: MIT
-
Latest release: 2.1.2013
published over 1 year ago
Rankings
Maintainers (1)
npmjs.org: oxyplot-js
oxyplot for javascript
- Homepage: https://github.com/iniceice88/oxyplot-js
- License: MIT
-
Latest release: 2.1.2013
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- @typescript-eslint/eslint-plugin ^5.59.0 development
- @typescript-eslint/parser ^5.59.0 development
- eslint ^8.38.0 development
- eslint-config-prettier ^8.8.0 development
- eslint-plugin-prettier ^4.2.1 development
- prettier ^2.8.7 development
- typescript ^5.3.3 development
- vite ^4.3.0 development
- @vitejs/plugin-vue ^4.5.2 development
- @vue/eslint-config-prettier ^8.0.0 development
- @vue/eslint-config-typescript ^12.0.0 development
- eslint ^8.56.0 development
- eslint-plugin-vue ^9.19.2 development
- typescript ^5.3.3 development
- vite ^5.0.8 development
- vue-tsc ^1.8.25 development
- @headlessui/tailwindcss ^0.2.0
- @headlessui/vue ^1.7.16
- @heroicons/vue ^2.1.1
- autoprefixer ^10.4.16
- dayjs ^1.11.10
- image-js ^0.35.5
- jspdf ^2.5.1
- oxyplot-js workspace:*
- postcss ^8.4.32
- tailwindcss ^3.4.0
- vue ^3.3.11
- xmlbuilder2 ^3.1.1
- @rushstack/eslint-patch ^1.3.3 development
- @tsconfig/node18 ^18.2.2 development
- @types/jsdom ^21.1.6 development
- @types/node ^18.19.2 development
- eslint ^8.49.0 development
- jsdom ^23.0.1 development
- npm-run-all2 ^6.1.1 development
- prettier ^3.0.3 development
- typescript ~5.2.0 development
- vite ^5.0.7 development
- vite-plugin-dts ^3.7.0 development
- vitest ^1.0.1 development
- dayjs ^1.11.10
- image-js ^0.35.5
- xmlbuilder2 ^3.1.1
- @rushstack/eslint-patch ^1.3.3 development
- @tsconfig/node18 ^18.2.2 development
- @types/jsdom ^21.1.6 development
- @types/node ^18.19.2 development
- eslint ^8.49.0 development
- jspdf ^2.5.1 development
- oxyplot-js workspace:* development
- prettier ^3.0.3 development
- typescript ^5.3.3 development
- vite ^5.1.4 development
- vite-plugin-dts ^3.7.3 development
- vitest ^1.3.1 development