# Part of the Insights project Doc section: https://docs.google.com/document/d/1L2gAchD5IrI545p_iVAMdh6DSnJJcusG90oO-5MH3x0/edit?tab=t.0#heading=h.xunbx014amy2 # Feature Description <!-- Describe the section of the doc that this issue is covering, along with any relevant screenshots --> Add `view:pie` to FE query language - Add pie to constants - [src/CONST/index.ts](https://github.com/Expensify/App/blob/9c1b8c3bb077c0cc934a9dac304141a5137334b6/src/CONST/index.ts#L6972-L6979) - Add PIE: 'pie' to CONST.SEARCH.VIEW - Update type definitions - [src/components/Search/types.ts](https://github.com/Expensify/App/blob/9c1b8c3bb077c0cc934a9dac304141a5137334b6/src/components/Search/types.ts#L234-L244) - Update view type to include 'pie' option: view?: 'table' | 'bar' | 'line' | 'pie' - # Manual Test Steps # Automated Tests
Part of the Insights project
Doc section: https://docs.google.com/document/d/1L2gAchD5IrI545p_iVAMdh6DSnJJcusG90oO-5MH3x0/edit?tab=t.0#heading=h.xunbx014amy2
Feature Description
Add
view:pieto FE query languageManual Test Steps
Automated Tests