Clear indicators of radarchart
Function: Clear indicators of radarchart
This action allows you to quickly remove all data points, also known as "indicators," from a specific Radar Chart displayed on your application page. This is useful for resetting a chart, preparing it for new data, or simply clearing its visual content.
Input
- UI element
- Description: The specific Radar Chart on your page whose indicators you want to remove.
- Type: UI element (specifically a Radar Chart)
- Required: Yes
Output
This action does not produce any direct output values. Instead, it modifies the specified Radar Chart directly by clearing its indicators.
Execution Flow
Real-Life Examples
Here are some practical ways you can use the "Clear indicators of radarchart" action in your application:
Example 1: Resetting a Performance Review Chart
Imagine you have a Radar Chart displaying an employee's performance metrics (e.g., communication, teamwork, technical skills). After a review period, you want to clear the chart to prepare for the next period's data entry.
- Inputs:
- UI element:
EmployeePerformanceChart(your Radar Chart component)
- UI element:
- Result: The
EmployeePerformanceCharton your page will instantly become empty, with all previous performance indicators removed, ready for new data.
Example 2: Clearing a Survey Results Chart
You've built a survey application where users rate different product features on a Radar Chart. After a user submits their feedback, you want to clear the chart on the screen so the next user sees a blank chart.
- Inputs:
- UI element:
ProductFeatureSurveyChart(your Radar Chart component)
- UI element:
- Result: The
ProductFeatureSurveyChartwill be cleared of all previously displayed survey ratings, presenting a clean slate for the next survey submission.
Example 3: Removing Temporary Comparison Data
You have a dashboard that allows users to compare different product specifications using a Radar Chart. When a user deselects a product from the comparison, you want to clear its data from the chart.
- Inputs:
- UI element:
ProductComparisonChart(your Radar Chart component)
- UI element:
- Result: The
ProductComparisonChartwill have its current comparison indicators removed, allowing the user to select new products for comparison without old data interfering.