generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixing and resizing DetailsPage and Mydashboard page #137
Labels
Comments
@ScoutAtlas In which branch does this occur? How did it occur? It doesn't happen in the current main branch for me. |
ScoutAtlas
changed the title
PieChart class causes chart to overlap with table
Fix overlapping on DetailsPage
Jun 30, 2021
IremToroslu
changed the title
Fix overlapping on DetailsPage
Fixing and resizing DetailsPage and Mydashboard pages
Jun 30, 2021
manifau
added a commit
that referenced
this issue
Jun 30, 2021
manifau
added a commit
that referenced
this issue
Jun 30, 2021
IremToroslu
added a commit
that referenced
this issue
Jul 1, 2021
regarding the #137 card components resized and reconfigured. Welcome bar resized as well as the subscribe bar. Co-authored-by: Mani Anand <mani.anand@fau.de>
IremToroslu
added a commit
that referenced
this issue
Jul 1, 2021
regarding the #137 sign up button color changed. Also the text style changed on the related section. Co-authored-by: Mani Anand <mani.anand@fau.de>
IremToroslu
added a commit
that referenced
this issue
Jul 1, 2021
regarding the #137 card components resized and new mini card components added. Co-authored-by: Mani Anand <mani.anand@fau.de>
MichaelScheiderer
changed the title
Fixing and resizing DetailsPage and Mydashboard pages
Fixing and resizing DetailsPage and Mydashboard page
Jul 2, 2021
Merged
IremToroslu
added a commit
that referenced
this issue
Jul 3, 2021
regarding the #137 Top 4 card components resized andtext field added. Card/grid components resized
IremToroslu
added a commit
that referenced
this issue
Jul 4, 2021
Waldleufer
added a commit
that referenced
this issue
Jul 5, 2021
manifau
added a commit
that referenced
this issue
Jul 5, 2021
manifau
added a commit
that referenced
this issue
Jul 5, 2021
Regarding #137, making the look realistic
IremToroslu
added a commit
that referenced
this issue
Jul 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
return ( <div className='ChartItems' id='chart'> <ReactApexChart options={options} series={series} type='donut' /> </div>
Description
The class ChartItems causes PieChart to overlap
The text was updated successfully, but these errors were encountered: