FunctionPlotter

An interactive 2D function plotter with pan, zoom, and support for multiple equations. Enter expressions like x^2 or 2*x+1 and see them graphed in real time.

Installation

npx dafink-ui add function-plotter

Demo

Props

NameTypeDefaultDescription
initialEquationsstring[]['2*x + 1', 'x^2']Equations to plot on mount. Supports +, -, *, /, ^, and Math.* functions.
heightnumber400Canvas height in pixels. Width fills the container.
classNamestring''Additional classes on the root wrapper.