An open API service indexing awesome lists of open source software.

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

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)