|
|
@ -23,32 +23,32 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.title { |
|
|
|
{{ id }}.title { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.title }}; |
|
|
|
font-size: {{ font_sizes.title }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.legends .legend text { |
|
|
|
{{ id }}.legends .legend text { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.legend }}; |
|
|
|
font-size: {{ font_sizes.legend }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.axis text { |
|
|
|
{{ id }}.axis text { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.label }}; |
|
|
|
font-size: {{ font_sizes.label }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.axis text.major { |
|
|
|
{{ id }}.axis text.major { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.major_label }}; |
|
|
|
font-size: {{ font_sizes.major_label }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.series text { |
|
|
|
{{ id }}.series text { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.value }}; |
|
|
|
font-size: {{ font_sizes.value }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
{{ id }}.tooltip text { |
|
|
|
{{ id }}.tooltip text { |
|
|
|
font-family: monospace; |
|
|
|
font-family: {{ style.font_family }}; |
|
|
|
font-size: {{ font_sizes.tooltip }}; |
|
|
|
font-size: {{ font_sizes.tooltip }}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|