Skip to content

Commit b3b915a

Browse files
committed
Merge branch 'vue3-migration-2492' of https://github.com/FAIRsharing/fairsharing.github.io into vue3-migration-2492
2 parents c06a787 + 34f7fb6 commit b3b915a

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

documentation/html/components_Ontologies_OntologySunburst.vue.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 class="page-title">Source: components/Ontologies/OntologySunburst.vue</h1>
9292
<article>
9393
<pre
9494
class="sunlight-highlight-javascript linenums">&lt;template>
95-
&lt;highcharts v-if="!loadingData" :options="sunburstOptions" class="mt-6" />
95+
&lt;highcharts v-if="!loadingData" :options="sunburstOptions" />
9696
&lt;/template>
9797

9898
&lt;script>
@@ -134,10 +134,16 @@ <h1 class="page-title">Source: components/Ontologies/OntologySunburst.vue</h1>
134134
borderColor: "#DD7920",
135135
backgroundColor: "#F9F9F9",
136136
height: "100%",
137+
style: {
138+
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
139+
},
140+
},
141+
breadcrumbs: {
142+
enabled: false,
137143
},
138144
title: {
139145
text: "Subject Browser",
140-
style: { color: "#DD7920", fontSize: "26px" },
146+
style: { color: "#DD7920", fontSize: "26px", fontWeight: 500 },
141147
},
142148
subtitle: {
143149
text:
@@ -384,6 +390,11 @@ <h1 class="page-title">Source: components/Ontologies/OntologySunburst.vue</h1>
384390
text-align: justify;
385391
font-size: 20px;
386392
}
393+
394+
.highcharts-breadcrumbs-group,
395+
.highcharts-button-traverse-up {
396+
display: none !important;
397+
}
387398
&lt;/style>
388399
</pre>
389400
</article>

documentation/html/quicksearch.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)