We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a07016 commit 6982ff0Copy full SHA for 6982ff0
src/pages/resultsView/survival/SurvivalUtil.tsx
@@ -4,7 +4,6 @@ import _ from 'lodash';
4
import { ClinicalAttribute } from 'cbioportal-ts-api-client';
5
import { Dictionary } from 'lodash';
6
import { calculateLogConfidenceIntervals } from './SurvivalHelper';
7
-import { getTextWidth } from 'cbioportal-frontend-commons';
8
9
export type ScatterData = {
10
x: number;
@@ -754,6 +753,5 @@ export function calculateLabelWidth(
754
753
document.body.appendChild(tempElement);
755
const labelWidth = tempElement.offsetWidth;
756
document.body.removeChild(tempElement);
757
- console.log(labelWidth);
758
return labelWidth;
759
}
0 commit comments