Clear radarchart
Function: Clear Radar Chart
This function allows you to instantly remove all data from a specific Radar Chart displayed on your application page. It's useful for resetting a chart, preparing it for new data, or simply clearing its contents.
Input
- UI element (PART, required): The specific Radar Chart component on your application page that you wish to clear. This input tells the system exactly which chart to modify.
Output
This action does not produce any direct output. Instead, it directly modifies the specified Radar Chart on your page by removing all its data.
Execution Flow
Real-Life Examples
Here are some practical ways you can use the "Clear Radar Chart" function in your application:
-
Example 1: Resetting a Sales Performance Chart
- Scenario: You have a dashboard displaying sales performance metrics in a Radar Chart, and you want to reset it to show data for a new reporting period.
- Inputs:
- UI element:
Sales Performance Radar Chart(a specific Radar Chart on your dashboard)
- UI element:
- Result: The "Sales Performance Radar Chart" on the dashboard will instantly become empty, ready for new sales data to be loaded or displayed.
-
Example 2: Preparing a New Project Overview
- Scenario: You use a Radar Chart to visualize key metrics for different projects. When starting a new project, you want to clear the chart of previous project data.
- Inputs:
- UI element:
Project Status Radar Chart(a Radar Chart used to visualize project metrics)
- UI element:
- Result: The "Project Status Radar Chart" will be cleared of all previous project data, providing a clean slate for displaying information about the new project.
-
Example 3: Clearing a User Feedback Analysis Chart
- Scenario: Your application includes a Radar Chart that analyzes user feedback categories. After reviewing the current feedback, you want to clear the chart to prepare for analyzing new submissions.
- Inputs:
- UI element:
User Feedback Trends Radar Chart(a Radar Chart displaying feedback categories)
- UI element:
- Result: The "User Feedback Trends Radar Chart" will have all its data points removed, allowing for a fresh analysis of new feedback submissions without old data interfering.