Clear indicators of radarchart
Function: Clear indicators of radarchart
This function helps you reset or clear all the data indicators displayed on a specific Radar Chart in your application. This is useful when you want to remove existing data points from the chart, perhaps before loading new ones or to simply show an empty chart.
Input
- UI element (PART, required): This is the specific Radar Chart component on your page that you want to clear. You need to select the Radar Chart UI element from your application's design. This action will remove all data indicators currently displayed on this chart.
Output
(No explicit output is returned by this function. It performs an action directly on the UI element.)
Execution Flow
Real-Life Examples
-
Resetting a chart before new data load
- Inputs:
- UI element:
MySalesPerformanceRadar
- UI element:
- Result: The
MySalesPerformanceRadarchart on the page will become empty, with all its previous data indicators removed, ready for new sales data to be displayed.
- Inputs:
-
Clearing a chart when a user clicks a "Clear" button
- Inputs:
- UI element:
CustomerFeedbackRadar
- UI element:
- Result: When a user clicks a "Clear Chart" button, the
CustomerFeedbackRadarchart will instantly clear all its displayed feedback indicators, providing a clean slate.
- Inputs:
-
Initializing a chart to be empty on page load
- Inputs:
- UI element:
ProjectProgressOverview
- UI element:
- Result: When the page loads, the
ProjectProgressOverviewchart will initially appear empty, without any indicators, until specific project data is explicitly loaded into it by another action.
- Inputs: