Skip to content

Commit

Permalink
Merge 2.x to main for #122 and #150 (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: vamsi-amazon <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Marcel Kalai <[email protected]>
Co-authored-by: vamsi-amazon <[email protected]>
Co-authored-by: Eric Wei <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Derek Ho <[email protected]>
Co-authored-by: Sayali Gaikawad <[email protected]>
Co-authored-by: Rupal Mahajan <[email protected]>
Co-authored-by: Shenoy Pratik <[email protected]>
Co-authored-by: Marcel Kalai <[email protected]>
  • Loading branch information
9 people authored Jan 10, 2023
1 parent c8ecfa1 commit 3ab45f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gantt-chart/public/components/gantt_chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function GanttChart({
const rawStartTime: number = getStartTime(document);
// subtract with start time of earliest trace to get relative start time
const startTime: number = rawStartTime - minStartTime;
const duration: number = _.get(document, visParams.durationField);
const duration: number = Number(_.get(document, visParams.durationField));
maxEndTime = Math.max(maxEndTime, rawStartTime + duration);

const label: string = _.get(document, visParams.labelField);
Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ react-plotly.js@^2.4.0:
resolved "https://registry.yarnpkg.com/react-plotly.js/-/react-plotly.js-2.5.1.tgz#11182bf599ef11a0dbfcd171c6f5645535a2b486"
integrity sha512-Oya14whSHvPsYXdI0nHOGs1pZhMzV2edV7HAW1xFHD58Y73m/LbG2Encvyz1tztL0vfjph0JNhiwO8cGBJnlhg==
dependencies:
prop-types "^15.7.2"
prop-types "^15.8.1"

readable-stream@^2.2.2:
version "2.3.7"
Expand Down

0 comments on commit 3ab45f5

Please sign in to comment.