Ask AI
Skip to main content

Clear dataset of radarchart

Function: Clear dataset of radarchart

This action allows you to instantly remove all data points from a specific dataset within a Radar Chart UI element on your application page. This is useful for resetting the chart, preparing it for new data, or simply clearing outdated information.

Input

  • UI element: The specific Radar Chart component on your page that contains the dataset you wish to clear.
  • Code: A unique identifier (text) for the specific dataset within the Radar Chart that you want to clear. Each dataset in a Radar Chart typically has a unique code or name.

Output

This action does not return any direct output values. Instead, its effect is visible directly on your application page: the specified dataset within the chosen Radar Chart will have all its data points removed, making it appear empty or reset.

Execution Flow

Real-Life Examples

Here are some scenarios where you might use the "Clear dataset of radarchart" action:

  1. Resetting a User Performance Chart:

    • Scenario: You have a dashboard showing a user's performance metrics (e.g., "Skill Levels" dataset) on a radar chart. After a user completes a training module, you want to clear their previous performance data to show progress from a fresh start.
    • Inputs:
      • UI element: User_Performance_Radar_Chart
      • Code: Skill_Levels
    • Result: The "Skill Levels" dataset on the User_Performance_Radar_Chart will become empty, ready for new performance data to be added.
  2. Preparing a Product Comparison Chart:

    • Scenario: On an e-commerce site, users can compare product features using a radar chart. When a user clicks a "Clear Comparison" button, you want to remove the data for the currently displayed products to allow them to select new ones.
    • Inputs:
      • UI element: Product_Comparison_Chart
      • Code: Product_A_Features
    • Result: The Product_A_Features dataset within the Product_Comparison_Chart will be cleared, visually removing one of the products from the comparison. You would likely repeat this for other product datasets as well.
  3. Clearing a Survey Results Chart for a New Survey Round:

    • Scenario: You use a radar chart to visualize the results of a customer satisfaction survey (e.g., "Customer_Feedback" dataset). Before launching a new round of the survey, you need to clear the previous results from the chart.
    • Inputs:
      • UI element: Customer_Survey_Radar_Chart
      • Code: Customer_Feedback
    • Result: All data points representing the Customer_Feedback from the previous survey round will be removed from the Customer_Survey_Radar_Chart, preparing it for the new data.