Appearance Fern Canopy · system
Go to TreeSeed

Form Elements / Allocation

DynamicPieAllocationInput

Interactive pie allocation form value editor.

All components
Component frame
Planning 30.0%Acting 60.0%Optimization 10.0%
%
%
%

Current State

{
  "allocation": [
    {
      "id": "planning",
      "name": "Planning",
      "percentage": 30
    },
    {
      "id": "acting",
      "name": "Acting",
      "percentage": 60
    },
    {
      "id": "optimization",
      "name": "Optimization",
      "percentage": 10
    }
  ],
  "validity": {
    "valid": true,
    "total": 100,
    "errors": []
  }
}

Submission

null