DekEn

อัปเดต 2026-09-07

Interactive results charting (Plotly.js)

zoomable flow/velocity/envelope charts

Solved network results — flow, velocity, pressure envelopes — render as interactive Plotly.js charts you can zoom, pan, and hover for an exact value, instead of only reading a static results table.

เมื่อไรจึงใช้
  • You need to read an exact value at a specific point along a pipe or time step
  • You're comparing an envelope (min/max over a transient run) and want to zoom into the interesting region
  • You want to screenshot a chart for a report rather than a raw table of numbers
คำนวณอย่างไร

Wraps the solved per-node/per-pipe series in Plotly.js chart components rendered client-side, so the same JSON result payload that populates the results table also drives the chart — no separate export/re-plot step.

ข้อควรระวัง
noteCharts read whatever result set is currently loaded — re-run the solve first if you've changed an input and the chart still shows the previous curve.