Description

Implement a tabbed interface and a detailed stats chart for the Pokémon details page. The chart should display base stats and ability-modified stats, allowing users to select different abilities to see how they affect the Pokémon's stats.

Expected Behavior

Visualization Requirements

The chart should:

  1. Show base stats as blue bars
  2. Show ability-modified stats as purple bars
  3. Calculate and display the total stat changes
  4. Provide tooltips explaining:

For example, if a Pokémon with 100 Attack has "Huge Power":

Technical Requirements

Tab Implementation