Inventory TraceGraph
Overview
The Inventory TraceGraph component is a custom Perspective component that provides a visual representation of inventory movements over time. It displays a graph that shows the quantity of inventory at different points in time, allowing users to easily track changes in inventory levels.
Props
The Inventory TraceGraph component has the following props:
Prop Name | Type | Description | Input/Output |
---|---|---|---|
initialNodeId | string | The ID of the initial node to display in the graph. | Input |
initialDepth | number | The initial depth of the graph to display. | Input |
initialDirection | string | The initial direction of the graph to display. Can be "in" or "out". | Input |