Skip to content
Snippets Groups Projects
Commit dde25f79 authored by Cee Nell's avatar Cee Nell
Browse files

bold headers

parent 38f8222b
No related branches found
No related tags found
1 merge request!66Add Spanish translation
......@@ -134,7 +134,7 @@ h3{
padding-top: 0.5em;
padding-bottom: .25em;
font-family: $Dosis;
font-weight: 400;
font-weight: 600;
color: var(--color-text);
@media screen and (max-width: 750px) {
font-size: 2.5rem;
......
......@@ -224,7 +224,7 @@ function createBeeswarmChart() {
.attr("font-weight", 700)
.attr("transform", `translate(${margin.left}, ${margin.top / 2})`)
.text(t('text.components.chartText.bubbleYlabelMax'));
console.log(t('text.components.chartText'))
svg.append('text')
.attr("class", "yLabel")
.attr("text-anchor", "left")
......@@ -331,7 +331,7 @@ function handleMouseOver(event, d) {
/// Select the tooltip element
const tooltip = d3.select('#tooltip');
const tooltipTemplate = "{determinant} {appeared} {count} {studyLabel}" // construct tempalte of tooltip sentence
const tooltipTemplate = "{determinant} {appeared} {count} {studyLabel}"
function getTranslatedDeterminant(d) {
return isSpanish ? d.determinant_es : d.determinant_wrapped;
......@@ -415,7 +415,6 @@ function handleMouseOver(event, d) {
.style('stroke', dimensionColors[d.dimension.replace(' ', '')]);
d3.select('#text2').select(`#${patternId} path`)
//.style('fill', `url(#pattern-stripe)`)
.attr('stroke', dimensionColors[d.dimension.replace(' ', '')]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment