Ask AI
Skip to main content

Clear dataset of radarchart

Function: Clear dataset of radarchart

This action helps you remove all data points from a specific dataset within a Radar Chart on your application page. This is useful when you want to reset the chart or prepare it for new data without removing the chart itself.

Input,

  • UI element (PART): The specific Radar Chart on your page that you want to modify. You'll select this chart directly from your application's design interface.
  • Code (STRING): A unique identifier (code) for the specific dataset within the chosen Radar Chart that you wish to clear. This code helps the system pinpoint exactly which data series to empty.

Output,

This action does not produce any direct output. It modifies the specified Radar Chart directly on your application page.

Execution Flow,

Real-Life Examples,

  1. Scenario: Resetting a "Monthly Sales" dataset in a "Performance Overview" Radar Chart.

    • Inputs:
      • UI element: Performance Overview Radar Chart
      • Code: MonthlySales
    • Result: The "Monthly Sales" dataset within the "Performance Overview Radar Chart" will have all its data points removed, appearing empty and ready for new sales figures.
  2. Scenario: Clearing a "Team Skills" dataset in a "Project Team Skills" Radar Chart before loading new team member data.

    • Inputs:
      • UI element: Project Team Skills Radar Chart
      • Code: TeamSkills
    • Result: The "Team Skills" dataset in the "Project Team Skills Radar Chart" will be emptied, allowing you to add a fresh set of skill data for the current team.
  3. Scenario: Removing a "Customer Feedback" dataset from a "Product Feedback" Radar Chart after a new feedback cycle begins.

    • Inputs:
      • UI element: Product Feedback Radar Chart
      • Code: CustomerFeedback
    • Result: The "Customer Feedback" dataset in the "Product Feedback Radar Chart" will be cleared, effectively removing all previous feedback data points and preparing the chart for the new cycle's input.