diff --git a/frontend/src/assets/__tests__/BRCA1Transcripts.json b/frontend/src/assets/__tests__/BRCA1Transcripts.json new file mode 100644 index 00000000..be13442f --- /dev/null +++ b/frontend/src/assets/__tests__/BRCA1Transcripts.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78007f8bab23d77eb0ddb8d67641e0962a0af6cf5b4fb490a4a3f8a9b2e4a86 +size 143647 diff --git a/frontend/src/components/ClinVarFreqPlot.vue b/frontend/src/components/ClinVarFreqPlot.vue index 04d7a0f0..6a477fab 100644 --- a/frontend/src/components/ClinVarFreqPlot.vue +++ b/frontend/src/components/ClinVarFreqPlot.vue @@ -128,7 +128,6 @@ const vegaEncoding = { :encoding="vegaEncoding" :mark="false" :layer="vegaLayer" - :width="800" :height="300" renderer="svg" /> diff --git a/frontend/src/components/GtexGenePlot.vue b/frontend/src/components/GtexGenePlot.vue index cadcc994..a28a9947 100644 --- a/frontend/src/components/GtexGenePlot.vue +++ b/frontend/src/components/GtexGenePlot.vue @@ -180,7 +180,6 @@ const vegaLayer = [ :encoding="vegaEncoding" :layer="vegaLayer" :mark="false" - :width="1000" :height="300" renderer="svg" /> diff --git a/frontend/src/components/SvDetails/SvGenes.vue b/frontend/src/components/SvDetails/SvGenes.vue index aa95de1c..54a0a050 100644 --- a/frontend/src/components/SvDetails/SvGenes.vue +++ b/frontend/src/components/SvDetails/SvGenes.vue @@ -133,7 +133,7 @@ const onRowClicked = (event: Event, { item }: { item: GeneInfo }): void => {