https://github.com/chdh/function-curve-viewer
A function curve viewer widget / web component
https://github.com/chdh/function-curve-viewer
curve function viewer web-component
Last synced: about 1 year ago
JSON representation
A function curve viewer widget / web component
- Host: GitHub
- URL: https://github.com/chdh/function-curve-viewer
- Owner: chdh
- License: mit
- Created: 2018-02-25T23:08:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T03:48:25.000Z (over 3 years ago)
- Last Synced: 2024-10-31T05:35:24.405Z (over 1 year ago)
- Topics: curve, function, viewer, web-component
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# function-curve-viewer
This package implements a function curve viewer that runs within a HTML page in the web browser.
It can be used in widget mode (with a HTML canvas element) or as a [web component](https://en.wikipedia.org/wiki/Web_Components) (HTML custom element).
NPM package: [function-curve-viewer](https://www.npmjs.com/package/function-curve-viewer)
Online demo: [www.source-code.biz/snippets/typescript/functionCurveViewer](https://www.source-code.biz/snippets/typescript/functionCurveViewer)
Examples of how to use it: [github.com/chdh/function-curve-viewer/tree/master/examples](https://github.com/chdh/function-curve-viewer/tree/master/examples)