Skip to content

Commit

Permalink
make default linechart height smaller on timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Dec 6, 2024
1 parent 56be7a4 commit d8f18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cbioportal-clinical-timeline/src/lib/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import _ from 'lodash';
import { COLOR_ATTRIBUTE_KEY } from '../renderHelpers';

export const TIMELINE_TRACK_HEIGHT = 20;
export const TIMELINE_LINE_CHART_TRACK_HEIGHT = 100; // TODO: dynamic?
export const TIMELINE_LINE_CHART_TRACK_HEIGHT = 50; // TODO: dynamic?
export const REMOVE_FOR_DOWNLOAD_CLASSNAME = 'tl-remove-for-download';

export function getTrackHeight(track: TimelineTrackSpecification) {
Expand Down

0 comments on commit d8f18ea

Please sign in to comment.