-
Notifications
You must be signed in to change notification settings - Fork 892
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
[D&D] Fixes time series for new chart types #2309
Conversation
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 the TODO comment still valid? Otherwise, looks good!
export const getPipelineParams = (): BuildPipelineParams => { | ||
const timeFilter = getTimeFilter(); | ||
return { | ||
// TODO: this will blow up for time x dimensions |
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.
Isn't this what the PR fixes?
import { VislibRootState } from '../common/types'; | ||
import { getValueAxes } from '../common/get_value_axes'; | ||
import { VislibRootState, getValueAxes, getPipelineParams } from '../common'; |
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.
nice
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
e2ea2aa
to
cc000f5
Compare
Removed the TODO :) |
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #2309 +/- ##
==========================================
- Coverage 66.55% 66.55% -0.01%
==========================================
Files 3169 3170 +1
Lines 60313 60316 +3
Branches 9182 9181 -1
==========================================
+ Hits 40141 40142 +1
- Misses 17979 17981 +2
Partials 2193 2193
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* fixes time series for new chart types Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * moves translate to source string Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> (cherry picked from commit 93f6872)
* fixes time series for new chart types Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * moves translate to source string Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
* fixes time series for new chart types * moves translate to source string Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> (cherry picked from commit 93f6872) Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
* fixes time series for new chart types Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * moves translate to source string Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> (cherry picked from commit 93f6872)
* fixes time series for new chart types Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * moves translate to source string Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
Signed-off-by: Ashwin Pc ashwinpc@amazon.com
Description
Fixes rendering timeseries for the bar, line and area charts.
Issues Resolved
#2307
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr