-
Notifications
You must be signed in to change notification settings - Fork 43
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
front: synchronize speed space and space curves slopes charts #6031
front: synchronize speed space and space curves slopes charts #6031
Conversation
f330672
to
a4c5ab5
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #6031 +/- ##
============================================
- Coverage 26.51% 26.49% -0.02%
Complexity 2117 2117
============================================
Files 930 931 +1
Lines 122743 122844 +101
Branches 2669 2670 +1
============================================
+ Hits 32543 32549 +6
- Misses 88623 88717 +94
- Partials 1577 1578 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bb0cc58
to
5d8c547
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.
Almost good ! :)
front/src/modules/simulationResult/components/SpeedSpaceChart/SpeedSpaceChart.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpeedSpaceChart/SpeedSpaceChart.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpeedSpaceChart/SpeedSpaceChart.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpeedSpaceChart/SpeedSpaceChart.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM ✅ 🎉
d3204d5
to
8e2ac5a
Compare
import * as d3 from 'd3'; | ||
import { defineLinear } from './ChartHelpers'; | ||
|
||
const getScaleDomainFromValues = (values: number[]) => { |
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.
is it not just d3.extent ?
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.
why do you need +100 ?
Closes #5824