Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend: convert chart.tsx component #2728

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2024

  1. frontend: convert chart.tsx component

    Convert the Chart class component in chart.tsx to a functional
    component.
    NicolaLS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7265142 View commit details
    Browse the repository at this point in the history
  2. frotnend: refactor chart initialization

    Refactor the charti initialization after the refactor to a functional
    component so that it only initializes the chart when required and cleans
    everything up properly when the component unmounts or the chart is
    removed to re-initialize it. SQUASH in last commit
    NicolaLS committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    107bb6b View commit details
    Browse the repository at this point in the history