ReadonlyaxisThe hexadecimal color code for the chart axes
ReadonlyaxisThe axis thickness, in pixels
ReadonlycolorizeDetermine how to colorize data points with the gradient
ReadonlycurveDefines the curve parameters to render on Pumpchart
Readonlypump: { maxFlow: number; maxHead: number }The pump performance curve parameters at 100% pump speed
ReadonlymaxFlow: numberThe maximum flow rate at zero head
ReadonlymaxHead: numberThe maximum head at zero flow (shut-off head)
Readonlysystem: { friction: number; static: number }The system curve parameters: sys(q) = static + friction * q^2
Readonlyfriction: numberThe coefficient of friction (dynamic head loss) of the system
Readonlystatic: numberStatic head loss in the system, which is defined by the elevation difference between the inlet and outlet of the system, and is theoretically zero for closed systems
ReadonlyflipDetermine whether to flip the gradient
ReadonlyfontThe font used in this chart.
Readonlyname: stringThe name of the font family.
Readonlysize: numberThe size of the font, in pixels.
ReadonlygradientThe gradient name for plotting time-series data
ReadonlyhighlightThe hexadecimal color code for data highlighting on click
ReadonlypaddingThe padding of Pumpchart, in pixels.
ReadonlypumpThe hexadecimal color code for the pump performance curve(s)
ReadonlysizeThe outer size of this chart, in pixels.
ReadonlyspecificThe specific gravity of the process fluid used in the system (relative to pure water, at 1g/cm3)
ReadonlyspeedValues for speed in the units specified, used to generate pump performance curves
Readonlymax: numberThe maximum pump speed
Readonlyoperation: numberThe speed of optimal operation
Readonlysteps: number[]The intermediate performance curves to generate for different pump speeds
ReadonlysystemThe hexadecimal color code for the system curve
ReadonlytextThe hexadecimal color code for the axes labels
ReadonlytimestampTimestamps for colorizing time-series data
Readonlystart: numberThe starting timestamp
Readonlystop: numberThe ending timestamp
ReadonlyunitsUnits for various quantities
Configuration options for Pumpchart.