-
Notifications
You must be signed in to change notification settings - Fork 46
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
Migrate enableinteractivity to typescript #5258
Migrate enableinteractivity to typescript #5258
Conversation
2bd4392
to
14d9130
Compare
1d3a30c
to
a24e78d
Compare
Codecov Report
@@ Coverage Diff @@
## dev #5258 +/- ##
============================================
+ Coverage 19.48% 19.62% +0.13%
Complexity 2322 2322
============================================
Files 878 879 +1
Lines 105486 105471 -15
Branches 2544 2566 +22
============================================
+ Hits 20553 20697 +144
+ Misses 83452 83271 -181
- Partials 1481 1503 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
|
2f7b7e0
to
16168ec
Compare
febcb3e
to
a2b9378
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some small comments
front/src/modules/simulationResult/components/ChartHelpers/ChartHelpers.ts
Show resolved
Hide resolved
front/src/modules/simulationResult/components/ChartHelpers/ChartHelpers.ts
Show resolved
Hide resolved
front/src/modules/simulationResult/components/ChartHelpers/enableInteractivity.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/ChartHelpers/enableInteractivity.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/ChartHelpers/enableInteractivity.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpaceTimeChart/createChart.ts
Outdated
Show resolved
Hide resolved
bb02c51
to
158a0bb
Compare
done @alexandredamiron
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Find a small bug on the SpaceTimeChart while testing
Co-authored-by: clarani <[email protected]> Co-authored-by: SarahBellaha <[email protected]>
158a0bb
to
e7e92a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the bug is solved ! Nice job 🎉
closes #5156