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

Feat/piechart #168

Open
wants to merge 35 commits into
base: dev
Choose a base branch
from
Open

Feat/piechart #168

wants to merge 35 commits into from

Commits on Jun 3, 2022

  1. Ajout class Pie

    Tanguy-DES committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e2280d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Start with piechart

    Tanguy-DES committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d83ec07 View commit details
    Browse the repository at this point in the history
  2. feat(piechart): first piechart drawing

    Tanguy-DES committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d5b2e4b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. feat(piechart): add colors to piechart

    Tanguy-DES committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b4514ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    e21e984 View commit details
    Browse the repository at this point in the history
  2. feat(piechart):partial code cleaning

    Tanguy-DES committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    949df9c View commit details
    Browse the repository at this point in the history
  3. feat(piechart):fix a git mistake with branches

    Tanguy-DES committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8427fef View commit details
    Browse the repository at this point in the history
  4. feat(piechart):fixing last diff in core.py

    Tanguy-DES committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e21259e View commit details
    Browse the repository at this point in the history
  5. feat(piechart):remove ' /' line 931

    Tanguy-DES committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ad59106 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. feat(piechart):add parts selection on click

    Tanguy-DES committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6c494e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c83b56 View commit details
    Browse the repository at this point in the history
  3. feat(piechart):initialize pieparts path when instantiating when creat…

    …ing parts
    Tanguy-DES committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    38ebcb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. feat(piechart):some code cleaning

    Tanguy-DES committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1937904 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. feat(piechart): fix mistakes following the first 6 comments on this p…

    …ull request
    Tanguy-DES committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4675ede View commit details
    Browse the repository at this point in the history
  2. feat(piechart): fix the 5 following remarks of the PR

    Tanguy-DES committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    cd1864f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f81acc View commit details
    Browse the repository at this point in the history
  4. feat(piechart): take last PR remarks into account

    Tanguy-DES committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e3371ec View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    84fe419 View commit details
    Browse the repository at this point in the history
  2. feat(piechart): modifications following PR remarks

    Tanguy-DES committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8bf219a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. feat(piechart): Changes following the PR review

    Tanguy-DES committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    006de63 View commit details
    Browse the repository at this point in the history
  2. feat(piechart): Put color:string='' in the constructor of PieParts fo…

    …r practical reasons
    Tanguy-DES committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3cea6f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    174b386 View commit details
    Browse the repository at this point in the history
  2. feat(piechart): add commit to branch and reset latest_selected_points…

    … to Point2D
    Tanguy-DES committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    0413f2f View commit details
    Browse the repository at this point in the history
  3. feat(piechart): Undo color_to_plot_data as a Map

    Tanguy-DES committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    87d5ef6 View commit details
    Browse the repository at this point in the history
  4. feat(piechart): Changes following second PR

    Tanguy-DES committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    10772ba View commit details
    Browse the repository at this point in the history
  5. feat(piechart): DataSample and DataSamples type definition and some c…

    …hanges following the PR review
    Tanguy-DES committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    34cdd69 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. feat(piechart): Changes in drawPieChart

    Tanguy-DES committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7a5f0e6 View commit details
    Browse the repository at this point in the history
  2. feat(piechart): Change multiple_plot.py file

    Tanguy-DES committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    54091b1 View commit details
    Browse the repository at this point in the history
  3. feat(piechart): Call definePieParts in PieChart constructor and not a…

    …nymore PlotPieChart's one and change radius to have a standard PieChart instantiated in plots with a .transform(matrix)
    Tanguy-DES committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0ecc993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c7c296 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge branch 'dev' into feat/piechart

    Tanguy-DES committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b4bc6e2 View commit details
    Browse the repository at this point in the history
  2. merge since 6 months, possible fails

    Tanguy-DES committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ce09723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9896338 View commit details
    Browse the repository at this point in the history
  4. feat(piechart): add tests

    Tanguy-DES committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2187adf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. feat(piechart): pylint

    Tanguy-DES committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f8f4b8a View commit details
    Browse the repository at this point in the history