diff --git a/build.gradle.kts b/build.gradle.kts index c0284dc04..4dc9c3203 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,8 @@ val published = listOf( "kandy-echarts", "kandy-lets-plot", "kandy-geo", - "kandy-util" + "kandy-util", + "kandy-samples-utils" ) configure(subprojects.filter { it.name in published }) { diff --git a/docs/cfg/buildprofiles.xml b/docs/cfg/buildprofiles.xml index be4c72f16..76ca1de19 100644 --- a/docs/cfg/buildprofiles.xml +++ b/docs/cfg/buildprofiles.xml @@ -7,7 +7,7 @@ true https://github.com/Kotlin/kandy/edit/main/docs/ - + include-head.html https://kotlin.github.io/kandy/ false webmaster@jetbrains.com diff --git a/docs/cfg/include-head.html b/docs/cfg/include-head.html new file mode 100644 index 000000000..c5c5b3039 --- /dev/null +++ b/docs/cfg/include-head.html @@ -0,0 +1 @@ + diff --git a/docs/cfg/static/custom.js b/docs/cfg/static/custom.js new file mode 100644 index 000000000..5de1a722f --- /dev/null +++ b/docs/cfg/static/custom.js @@ -0,0 +1,67 @@ +window.addEventListener('load', () => { + function updateIframeThemes(theme) { + const iframes = document.querySelectorAll('iframe'); + + iframes.forEach((iframe) => { + if (iframe.contentWindow && iframe.contentWindow.document) { + iframe.contentWindow.document.documentElement.setAttribute('theme', theme); + } + }); + } + + function observeHtmlClassChanges() { + const htmlElement = document.documentElement; + + const observer = new MutationObserver((mutations) => { + mutations.forEach((mutation) => { + if (mutation.type === 'attributes' && mutation.attributeName === 'class') { + const theme = htmlElement.classList.contains('theme-light') ? 'light' : 'dark'; + updateIframeThemes(theme); + } + }); + }); + + observer.observe(htmlElement, { attributes: true }); + } + + window.addEventListener('message', (event) => { + if (event.data.type === 'iframeHeight') { + document.querySelectorAll('iframe').forEach((iframe) => { + if (iframe.contentWindow === event.source) { + iframe.style.height = event.data.height + 'px'; + } + }); + } + }); + + function observeIframe(iframe) { + const theme = document.documentElement.classList.contains('theme-light') ? 'light' : 'dark'; + + function sendTheme() { + iframe.contentDocument.documentElement.setAttribute('theme', theme); + } + + iframe.addEventListener('load', sendTheme); + if (iframe.contentDocument.readyState === 'complete') sendTheme(); + } + + document.querySelectorAll('iframe').forEach(observeIframe); + + const bodyObserver = new MutationObserver((mutations) => { + mutations.forEach((mutation) => { + mutation.addedNodes.forEach((node) => { + if (node.tagName === 'IFRAME') observeIframe(node); + else if (node.querySelectorAll) { + node.querySelectorAll('iframe').forEach(observeIframe); + } + }); + }); + }); + + bodyObserver.observe(document.body, { childList: true, subtree: true }); + + observeHtmlClassChanges(); + + const initialTheme = document.documentElement.classList.contains('theme-light') ? 'light' : 'dark'; + updateIframeThemes(initialTheme); +}); diff --git a/docs/images/guides/geoGuide/electionResultsPlotByParty.svg b/docs/images/guides/geoGuide/electionResultsPlotByParty.svg index 0377ac94a..7ff23bf98 100644 --- a/docs/images/guides/geoGuide/electionResultsPlotByParty.svg +++ b/docs/images/guides/geoGuide/electionResultsPlotByParty.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg b/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg index 009cb501f..fbbe3d562 100644 --- a/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg +++ b/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesAdjusted.svg b/docs/images/guides/geoGuide/usaStatesAdjusted.svg index e5aa13666..34c767471 100644 --- a/docs/images/guides/geoGuide/usaStatesAdjusted.svg +++ b/docs/images/guides/geoGuide/usaStatesAdjusted.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -387,7 +387,7 @@ font-size: 13.0px; - + @@ -527,6 +527,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg b/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg index 92fae2132..cd7f047ee 100644 --- a/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -505,7 +505,7 @@ font-size: 13.0px; - + @@ -527,6 +527,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg b/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg index 6d20e7b24..ca77d4021 100644 --- a/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg +++ b/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -371,7 +371,7 @@ font-size: 13.0px; - + @@ -495,6 +495,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg b/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg index 0f27c8370..f0cb96b41 100644 --- a/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -473,7 +473,7 @@ font-size: 13.0px; - + @@ -495,6 +495,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg index 0a67238ee..164176032 100644 --- a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg +++ b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -395,7 +395,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg index 40a803690..24ee5acf3 100644 --- a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -541,7 +541,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg index 277e7c4fb..66f7f585e 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -395,7 +395,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg index 4c7b362a6..a016c9e5d 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -541,7 +541,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg index 00d877ded..809017f3b 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -395,7 +395,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg index 4985ce476..aca75ed83 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -541,7 +541,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg index 0976d1915..e17de33a1 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg index 84ddec048..4d0477a77 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -337,7 +337,7 @@ font-size: 13.0px; - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg index 9a09dad68..adb73cde6 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -165,7 +165,7 @@ font-size: 13.0px; - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -484,6 +484,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg index ece165500..a3c204ae9 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -258,7 +258,7 @@ font-size: 13.0px; - + @@ -462,7 +462,7 @@ font-size: 13.0px; - + @@ -484,6 +484,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg index f9626bb9a..7f676efbc 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -383,7 +383,7 @@ font-size: 13.0px; - + @@ -507,6 +507,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg index ecf12550a..49c86e28a 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -485,7 +485,7 @@ font-size: 13.0px; - + @@ -507,6 +507,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg b/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg index 721cbc3f2..61776a5b2 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -375,13 +375,13 @@ font-size: 13.0px; - + - + @@ -505,6 +505,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg index f53056a17..132295054 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -477,13 +477,13 @@ font-size: 13.0px; - + - + @@ -505,6 +505,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg index d86bd3ffa..6c6e17547 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -426,13 +426,13 @@ font-size: 13.0px; - + - + @@ -556,6 +556,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg index e173f1113..836086933 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -528,13 +528,13 @@ font-size: 13.0px; - + - + @@ -556,6 +556,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg index 7a86efc68..b33c26e63 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -471,13 +471,13 @@ font-size: 13.0px; - + - + @@ -601,6 +601,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg index d6b24a439..047399dcc 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -573,13 +573,13 @@ font-size: 13.0px; - + - + @@ -601,6 +601,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg index 2a4d844f8..9dfbba5d0 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -385,19 +385,19 @@ font-size: 13.0px; - + - + - + @@ -521,6 +521,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg index d1e52bf32..b0b013799 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -487,19 +487,19 @@ font-size: 13.0px; - + - + - + @@ -521,6 +521,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg b/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg index 277e7c4fb..66f7f585e 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -395,7 +395,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg index 4c7b362a6..a016c9e5d 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -541,7 +541,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg index 748dc4002..42adfdd9a 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -431,13 +431,13 @@ font-size: 13.0px; - + - + @@ -605,6 +605,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg index 4e8f3c6b9..c7c4fd521 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -577,13 +577,13 @@ font-size: 13.0px; - + - + @@ -605,6 +605,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg index 0f425e4ad..651c7b874 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -7739,13 +7739,13 @@ font-size: 13.0px; - + - + @@ -7899,6 +7899,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg index 2593bdf92..2e114623e 100644 --- a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg +++ b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -7871,13 +7871,13 @@ font-size: 13.0px; - + - + @@ -7899,6 +7899,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg index b0fd2a088..4fb69b296 100644 --- a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg +++ b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -229,7 +229,7 @@ font-size: 13.0px; - + @@ -435,6 +435,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg index dca77f735..40e5047e0 100644 --- a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg +++ b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -371,7 +371,7 @@ font-size: 13.0px; - + @@ -413,7 +413,7 @@ font-size: 13.0px; - + @@ -435,6 +435,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg index 6d20e7b24..ca77d4021 100644 --- a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg +++ b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -371,7 +371,7 @@ font-size: 13.0px; - + @@ -495,6 +495,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg index 0f27c8370..f0cb96b41 100644 --- a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg +++ b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -473,7 +473,7 @@ font-size: 13.0px; - + @@ -495,6 +495,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg b/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg index ab755f52c..7fb346f52 100644 --- a/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg +++ b/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -179,6 +179,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg b/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg index 52b79477e..d6386751a 100644 --- a/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg +++ b/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -179,6 +179,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg index 7cfe3d89c..9dcc47a9d 100644 --- a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg +++ b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -231,13 +231,13 @@ font-size: 13.0px; - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg index afeb1dabe..9c6603a75 100644 --- a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -351,13 +351,13 @@ font-size: 13.0px; - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsCrossbars.svg b/docs/images/guides/geoms/guideErrorBarsCrossbars.svg index 12f74f008..7284e0fc8 100644 --- a/docs/images/guides/geoms/guideErrorBarsCrossbars.svg +++ b/docs/images/guides/geoms/guideErrorBarsCrossbars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -425,6 +425,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg b/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg index 7eeb174b1..dce203c68 100644 --- a/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -324,7 +324,7 @@ font-size: 13.0px; - + @@ -356,7 +356,7 @@ font-size: 13.0px; - + @@ -425,6 +425,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsLineRanges.svg b/docs/images/guides/geoms/guideErrorBarsLineRanges.svg index 6705d8175..301c886c9 100644 --- a/docs/images/guides/geoms/guideErrorBarsLineRanges.svg +++ b/docs/images/guides/geoms/guideErrorBarsLineRanges.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -201,13 +201,13 @@ font-size: 13.0px; - + - + @@ -400,6 +400,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg index b3d548fe6..e2e58e706 100644 --- a/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -321,13 +321,13 @@ font-size: 13.0px; - + - + @@ -400,6 +400,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsOnBars.svg b/docs/images/guides/geoms/guideErrorBarsOnBars.svg index e925da416..064f82be9 100644 --- a/docs/images/guides/geoms/guideErrorBarsOnBars.svg +++ b/docs/images/guides/geoms/guideErrorBarsOnBars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -403,13 +403,13 @@ font-size: 13.0px; - + - + @@ -474,6 +474,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg b/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg index c76296544..498f69fff 100644 --- a/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -403,13 +403,13 @@ font-size: 13.0px; - + - + @@ -474,6 +474,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsPointRanges.svg b/docs/images/guides/geoms/guideErrorBarsPointRanges.svg index 0e775766c..99d73276c 100644 --- a/docs/images/guides/geoms/guideErrorBarsPointRanges.svg +++ b/docs/images/guides/geoms/guideErrorBarsPointRanges.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -231,13 +231,13 @@ font-size: 13.0px; - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg index 6a0a1f51e..2fdc27cd5 100644 --- a/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -351,13 +351,13 @@ font-size: 13.0px; - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLines.svg b/docs/images/guides/geoms/guideErrorBarsWithLines.svg index e70837d18..8fb0de2a7 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLines.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLines.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -251,19 +251,19 @@ font-size: 13.0px; - + - + - + @@ -483,6 +483,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg index 701aff0cb..13484b091 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -251,19 +251,19 @@ font-size: 13.0px; - + - + - + @@ -483,6 +483,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg index 3b87e7feb..f6b2604ed 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -302,7 +302,7 @@ font-size: 13.0px; - + @@ -380,19 +380,19 @@ font-size: 13.0px; - + - + - + @@ -483,6 +483,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg index 91c512642..32dae5343 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -302,7 +302,7 @@ font-size: 13.0px; - + @@ -380,19 +380,19 @@ font-size: 13.0px; - + - + - + @@ -472,6 +472,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg index 941bd1915..27e66d295 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -302,7 +302,7 @@ font-size: 13.0px; - + @@ -380,19 +380,19 @@ font-size: 13.0px; - + - + - + @@ -472,6 +472,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg index 9127527b0..80c052db9 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -251,19 +251,19 @@ font-size: 13.0px; - + - + - + @@ -467,6 +467,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg index fa8d2b4b7..f525f2bb6 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -302,7 +302,7 @@ font-size: 13.0px; - + @@ -380,19 +380,19 @@ font-size: 13.0px; - + - + - + @@ -467,6 +467,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg index 290dfdef2..531fada9f 100644 --- a/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg +++ b/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -302,7 +302,7 @@ font-size: 13.0px; - + @@ -380,19 +380,19 @@ font-size: 13.0px; - + - + - + @@ -483,6 +483,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg b/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg index 8b8349ce3..1239f429e 100644 --- a/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg +++ b/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -574,6 +574,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg b/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg index 7a80d5c31..329cf730e 100644 --- a/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg +++ b/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -491,7 +491,7 @@ font-size: 13.0px; - + @@ -574,6 +574,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg index 8a1fb2770..1eb27c57c 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg index 15c1b4f3e..da41bad1d 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -301,7 +301,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg index 8a1fb2770..1eb27c57c 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg index 15c1b4f3e..da41bad1d 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -301,7 +301,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg index 030c71d07..e2ec73b37 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg index 4ff5b8e73..21e13ee8e 100644 --- a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg +++ b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -301,7 +301,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg index d11a16bf4..833315fdc 100644 --- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg +++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -271,117 +271,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx6 .plot-title { +#_sample_helper_static_id_prefix_6 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx6 .plot-subtitle { +#_sample_helper_static_id_prefix_6 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .plot-caption { +#_sample_helper_static_id_prefix_6 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .hyperlink-element { +#_sample_helper_static_id_prefix_6 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx6 .legend-title { +#_sample_helper_static_id_prefix_6 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .legend-item { +#_sample_helper_static_id_prefix_6 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-x { +#_sample_helper_static_id_prefix_6 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-x { +#_sample_helper_static_id_prefix_6 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-y { +#_sample_helper_static_id_prefix_6 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-y { +#_sample_helper_static_id_prefix_6 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-x { +#_sample_helper_static_id_prefix_6 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-y { +#_sample_helper_static_id_prefix_6 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -391,7 +391,7 @@ font-size: 13.0px; - + @@ -425,7 +425,7 @@ font-size: 13.0px; - + @@ -437,7 +437,7 @@ font-size: 13.0px; - + @@ -548,10 +548,10 @@ font-size: 13.0px; - + - + @@ -585,7 +585,7 @@ font-size: 13.0px; - + @@ -597,7 +597,7 @@ font-size: 13.0px; - + @@ -708,10 +708,10 @@ font-size: 13.0px; - + - + @@ -753,7 +753,7 @@ font-size: 13.0px; - + @@ -861,7 +861,7 @@ font-size: 13.0px; - + @@ -1003,7 +1003,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg index 5f4713149..6211b8cbf 100644 --- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg +++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -271,117 +271,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx6 .plot-title { +#_sample_helper_static_id_prefix_6 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx6 .plot-subtitle { +#_sample_helper_static_id_prefix_6 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .plot-caption { +#_sample_helper_static_id_prefix_6 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .hyperlink-element { +#_sample_helper_static_id_prefix_6 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx6 .legend-title { +#_sample_helper_static_id_prefix_6 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .legend-item { +#_sample_helper_static_id_prefix_6 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-x { +#_sample_helper_static_id_prefix_6 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-x { +#_sample_helper_static_id_prefix_6 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-y { +#_sample_helper_static_id_prefix_6 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-y { +#_sample_helper_static_id_prefix_6 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-x { +#_sample_helper_static_id_prefix_6 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-y { +#_sample_helper_static_id_prefix_6 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -391,7 +391,7 @@ font-size: 13.0px; - + @@ -509,7 +509,7 @@ font-size: 13.0px; - + @@ -521,7 +521,7 @@ font-size: 13.0px; - + @@ -548,10 +548,10 @@ font-size: 13.0px; - + - + @@ -669,7 +669,7 @@ font-size: 13.0px; - + @@ -681,7 +681,7 @@ font-size: 13.0px; - + @@ -708,10 +708,10 @@ font-size: 13.0px; - + - + @@ -873,7 +873,7 @@ font-size: 13.0px; - + @@ -981,7 +981,7 @@ font-size: 13.0px; - + @@ -1003,7 +1003,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesSmoothLinear.svg b/docs/images/guides/geoms/guideLinesSmoothLinear.svg index 9929ea9eb..43d18afe4 100644 --- a/docs/images/guides/geoms/guideLinesSmoothLinear.svg +++ b/docs/images/guides/geoms/guideLinesSmoothLinear.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -429,25 +429,25 @@ font-size: 13.0px; - + - + - + - + @@ -578,6 +578,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg b/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg index b9a93b78c..008a3d0f7 100644 --- a/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg +++ b/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -538,25 +538,25 @@ font-size: 13.0px; - + - + - + - + @@ -578,6 +578,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieBasicPieChart.svg b/docs/images/guides/geoms/guidePieBasicPieChart.svg index 85072e9c2..184de0e34 100644 --- a/docs/images/guides/geoms/guidePieBasicPieChart.svg +++ b/docs/images/guides/geoms/guidePieBasicPieChart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -255,7 +255,7 @@ font-size: 13.0px; - + @@ -532,6 +532,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg b/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg index 2d9022c5a..06d954024 100644 --- a/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg +++ b/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -437,7 +437,7 @@ font-size: 13.0px; - + @@ -532,6 +532,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg b/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg index 4c0d0d7ed..d4d95565e 100644 --- a/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg +++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -152,7 +152,7 @@ font-size: 13.0px; - + @@ -208,7 +208,7 @@ font-size: 13.0px; - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -308,117 +308,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -427,7 +427,7 @@ font-size: 13.0px; } - + @@ -445,7 +445,7 @@ font-size: 13.0px; - + @@ -501,7 +501,7 @@ font-size: 13.0px; - + @@ -586,7 +586,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg b/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg index 79c4765dc..eb019789c 100644 --- a/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg +++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -152,7 +152,7 @@ font-size: 13.0px; - + @@ -208,7 +208,7 @@ font-size: 13.0px; - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -308,117 +308,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -427,7 +427,7 @@ font-size: 13.0px; } - + @@ -445,7 +445,7 @@ font-size: 13.0px; - + @@ -501,7 +501,7 @@ font-size: 13.0px; - + @@ -586,7 +586,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieCustomizedPieChart.svg b/docs/images/guides/geoms/guidePieCustomizedPieChart.svg index d248a0123..8d6720c24 100644 --- a/docs/images/guides/geoms/guidePieCustomizedPieChart.svg +++ b/docs/images/guides/geoms/guidePieCustomizedPieChart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -300,6 +300,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg b/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg index cdeecad31..2466d1b94 100644 --- a/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg +++ b/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -300,6 +300,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieExplodePieChart.svg b/docs/images/guides/geoms/guidePieExplodePieChart.svg index cb1e730fe..2a7dc7f8b 100644 --- a/docs/images/guides/geoms/guidePieExplodePieChart.svg +++ b/docs/images/guides/geoms/guidePieExplodePieChart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg b/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg index 2e8aff13e..f55278c5e 100644 --- a/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg +++ b/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideRibbonPlot.svg b/docs/images/guides/geoms/guideRibbonPlot.svg index 15cf4faac..5a70e1b85 100644 --- a/docs/images/guides/geoms/guideRibbonPlot.svg +++ b/docs/images/guides/geoms/guideRibbonPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -340,6 +340,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideRibbonPlot_dark.svg b/docs/images/guides/geoms/guideRibbonPlot_dark.svg index 84010d93c..00105a7a7 100644 --- a/docs/images/guides/geoms/guideRibbonPlot_dark.svg +++ b/docs/images/guides/geoms/guideRibbonPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -318,7 +318,7 @@ font-size: 13.0px; - + @@ -340,6 +340,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterBasicScatterPlot.svg b/docs/images/guides/geoms/guideScatterBasicScatterPlot.svg index e2d9ac331..34fb4db15 100644 --- a/docs/images/guides/geoms/guideScatterBasicScatterPlot.svg +++ b/docs/images/guides/geoms/guideScatterBasicScatterPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -421,6 +421,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterBasicScatterPlot_dark.svg b/docs/images/guides/geoms/guideScatterBasicScatterPlot_dark.svg index ed9a1f784..323ff4020 100644 --- a/docs/images/guides/geoms/guideScatterBasicScatterPlot_dark.svg +++ b/docs/images/guides/geoms/guideScatterBasicScatterPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -367,7 +367,7 @@ font-size: 13.0px; - + @@ -399,7 +399,7 @@ font-size: 13.0px; - + @@ -421,6 +421,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterHandlingOverPlotting.svg b/docs/images/guides/geoms/guideScatterHandlingOverPlotting.svg index 0e72aeab3..a9ff9ec02 100644 --- a/docs/images/guides/geoms/guideScatterHandlingOverPlotting.svg +++ b/docs/images/guides/geoms/guideScatterHandlingOverPlotting.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -319,6 +319,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterHandlingOverPlotting_dark.svg b/docs/images/guides/geoms/guideScatterHandlingOverPlotting_dark.svg index bc69ecbc5..f31dc7f97 100644 --- a/docs/images/guides/geoms/guideScatterHandlingOverPlotting_dark.svg +++ b/docs/images/guides/geoms/guideScatterHandlingOverPlotting_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -265,7 +265,7 @@ font-size: 13.0px; - + @@ -297,7 +297,7 @@ font-size: 13.0px; - + @@ -319,6 +319,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol.svg b/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol.svg index 9d2a4aa15..538f75e61 100644 --- a/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol.svg +++ b/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -205,7 +205,7 @@ font-size: 13.0px; - + @@ -403,6 +403,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol_dark.svg b/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol_dark.svg index 845980323..fbef5f88f 100644 --- a/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol_dark.svg +++ b/docs/images/guides/geoms/guideScatterScatterPlotWithDiffSymbol_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -304,7 +304,7 @@ font-size: 13.0px; - + @@ -336,7 +336,7 @@ font-size: 13.0px; - + @@ -403,6 +403,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol.svg b/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol.svg index 01911ed4b..35de1abb9 100644 --- a/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol.svg +++ b/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -205,7 +205,7 @@ font-size: 13.0px; - + @@ -403,6 +403,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol_dark.svg b/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol_dark.svg index 61da6ae62..f5b3f1b3f 100644 --- a/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol_dark.svg +++ b/docs/images/guides/geoms/guideScatterScatterPlotWithOpenSymbol_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -304,7 +304,7 @@ font-size: 13.0px; - + @@ -336,7 +336,7 @@ font-size: 13.0px; - + @@ -403,6 +403,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelConfigureTooltips.svg b/docs/images/guides/layout/guideLabelConfigureTooltips.svg index 6060179b6..ea3881c42 100644 --- a/docs/images/guides/layout/guideLabelConfigureTooltips.svg +++ b/docs/images/guides/layout/guideLabelConfigureTooltips.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelConfigureTooltips_dark.svg b/docs/images/guides/layout/guideLabelConfigureTooltips_dark.svg index 736393734..f0ec3f44b 100644 --- a/docs/images/guides/layout/guideLabelConfigureTooltips_dark.svg +++ b/docs/images/guides/layout/guideLabelConfigureTooltips_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelDefaultPlot.svg b/docs/images/guides/layout/guideLabelDefaultPlot.svg index e0f4f4de9..aa04d2cfc 100644 --- a/docs/images/guides/layout/guideLabelDefaultPlot.svg +++ b/docs/images/guides/layout/guideLabelDefaultPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelDefaultPlot_dark.svg b/docs/images/guides/layout/guideLabelDefaultPlot_dark.svg index da00a2f2a..3e1fd04f1 100644 --- a/docs/images/guides/layout/guideLabelDefaultPlot_dark.svg +++ b/docs/images/guides/layout/guideLabelDefaultPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormatValueTooltip.svg b/docs/images/guides/layout/guideLabelFormatValueTooltip.svg index e0f4f4de9..aa04d2cfc 100644 --- a/docs/images/guides/layout/guideLabelFormatValueTooltip.svg +++ b/docs/images/guides/layout/guideLabelFormatValueTooltip.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormatValueTooltip_dark.svg b/docs/images/guides/layout/guideLabelFormatValueTooltip_dark.svg index da00a2f2a..3e1fd04f1 100644 --- a/docs/images/guides/layout/guideLabelFormatValueTooltip_dark.svg +++ b/docs/images/guides/layout/guideLabelFormatValueTooltip_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormattingBreaksManually.svg b/docs/images/guides/layout/guideLabelFormattingBreaksManually.svg index ee9e4787c..bf26ea62b 100644 --- a/docs/images/guides/layout/guideLabelFormattingBreaksManually.svg +++ b/docs/images/guides/layout/guideLabelFormattingBreaksManually.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -287,6 +287,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormattingBreaksManually_dark.svg b/docs/images/guides/layout/guideLabelFormattingBreaksManually_dark.svg index fde63909c..49fc4e203 100644 --- a/docs/images/guides/layout/guideLabelFormattingBreaksManually_dark.svg +++ b/docs/images/guides/layout/guideLabelFormattingBreaksManually_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -265,7 +265,7 @@ font-size: 13.0px; - + @@ -287,6 +287,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormattingXAndY.svg b/docs/images/guides/layout/guideLabelFormattingXAndY.svg index 6060179b6..ea3881c42 100644 --- a/docs/images/guides/layout/guideLabelFormattingXAndY.svg +++ b/docs/images/guides/layout/guideLabelFormattingXAndY.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelFormattingXAndY_dark.svg b/docs/images/guides/layout/guideLabelFormattingXAndY_dark.svg index 736393734..f0ec3f44b 100644 --- a/docs/images/guides/layout/guideLabelFormattingXAndY_dark.svg +++ b/docs/images/guides/layout/guideLabelFormattingXAndY_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -305,6 +305,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelMeanMarkLine.svg b/docs/images/guides/layout/guideLabelMeanMarkLine.svg index 73f834dd8..23bd4a341 100644 --- a/docs/images/guides/layout/guideLabelMeanMarkLine.svg +++ b/docs/images/guides/layout/guideLabelMeanMarkLine.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -192,19 +192,19 @@ font-size: 13.0px; - + - + - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLabelMeanMarkLine_dark.svg b/docs/images/guides/layout/guideLabelMeanMarkLine_dark.svg index ca1af2330..20a92156e 100644 --- a/docs/images/guides/layout/guideLabelMeanMarkLine_dark.svg +++ b/docs/images/guides/layout/guideLabelMeanMarkLine_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -296,19 +296,19 @@ font-size: 13.0px; - + - + - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisBottomLegend.svg b/docs/images/guides/layout/guideLegendAxisBottomLegend.svg index eb628a29f..9a3f8ee9f 100644 --- a/docs/images/guides/layout/guideLegendAxisBottomLegend.svg +++ b/docs/images/guides/layout/guideLegendAxisBottomLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -308,7 +308,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -824,6 +824,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisBottomLegend_dark.svg b/docs/images/guides/layout/guideLegendAxisBottomLegend_dark.svg index 4e3f0922c..59aaa584e 100644 --- a/docs/images/guides/layout/guideLegendAxisBottomLegend_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisBottomLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -308,7 +308,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -824,6 +824,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisConfigureLegend.svg b/docs/images/guides/layout/guideLegendAxisConfigureLegend.svg index f53e19ea2..f6b985f3d 100644 --- a/docs/images/guides/layout/guideLegendAxisConfigureLegend.svg +++ b/docs/images/guides/layout/guideLegendAxisConfigureLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisConfigureLegend_dark.svg b/docs/images/guides/layout/guideLegendAxisConfigureLegend_dark.svg index cec68e498..edeb14f1d 100644 --- a/docs/images/guides/layout/guideLegendAxisConfigureLegend_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisConfigureLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisContinuousLegend.svg b/docs/images/guides/layout/guideLegendAxisContinuousLegend.svg index 7ac7f3043..2a6ec663f 100644 --- a/docs/images/guides/layout/guideLegendAxisContinuousLegend.svg +++ b/docs/images/guides/layout/guideLegendAxisContinuousLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -716,6 +716,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisContinuousLegend_dark.svg b/docs/images/guides/layout/guideLegendAxisContinuousLegend_dark.svg index d038bfcd1..372077afb 100644 --- a/docs/images/guides/layout/guideLegendAxisContinuousLegend_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisContinuousLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -716,6 +716,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisDefaultLegend.svg b/docs/images/guides/layout/guideLegendAxisDefaultLegend.svg index 8baab3897..1726d429c 100644 --- a/docs/images/guides/layout/guideLegendAxisDefaultLegend.svg +++ b/docs/images/guides/layout/guideLegendAxisDefaultLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -799,6 +799,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisDefaultLegend_dark.svg b/docs/images/guides/layout/guideLegendAxisDefaultLegend_dark.svg index f62b7ab8d..9aa43d33c 100644 --- a/docs/images/guides/layout/guideLegendAxisDefaultLegend_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisDefaultLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -799,6 +799,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisFillingLegendCols.svg b/docs/images/guides/layout/guideLegendAxisFillingLegendCols.svg index d292439c2..62e639311 100644 --- a/docs/images/guides/layout/guideLegendAxisFillingLegendCols.svg +++ b/docs/images/guides/layout/guideLegendAxisFillingLegendCols.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -407,7 +407,7 @@ font-size: 13.0px; - + @@ -768,6 +768,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisFillingLegendCols_dark.svg b/docs/images/guides/layout/guideLegendAxisFillingLegendCols_dark.svg index 87a754ef0..d3e2384a9 100644 --- a/docs/images/guides/layout/guideLegendAxisFillingLegendCols_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisFillingLegendCols_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -242,7 +242,7 @@ font-size: 13.0px; - + @@ -488,7 +488,7 @@ font-size: 13.0px; - + @@ -768,6 +768,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection.svg b/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection.svg index e979787c9..b92479cca 100644 --- a/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection.svg +++ b/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection_dark.svg b/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection_dark.svg index 94bacf564..acda606e8 100644 --- a/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisLegendHorizontalDirection_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend.svg b/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend.svg index c0962b18c..26d5111b6 100644 --- a/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend.svg +++ b/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -407,7 +407,7 @@ font-size: 13.0px; - + @@ -768,6 +768,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend_dark.svg b/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend_dark.svg index c98208bcf..42305691e 100644 --- a/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend_dark.svg +++ b/docs/images/guides/layout/guideLegendAxisTwoColumnsLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -242,7 +242,7 @@ font-size: 13.0px; - + @@ -488,7 +488,7 @@ font-size: 13.0px; - + @@ -768,6 +768,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesAllPrepStyles.svg b/docs/images/guides/layout/guideStylesAllPrepStyles.svg index 73be328ef..a8557dee5 100644 --- a/docs/images/guides/layout/guideStylesAllPrepStyles.svg +++ b/docs/images/guides/layout/guideStylesAllPrepStyles.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -247,7 +247,7 @@ font-size: 13.0px; - + @@ -493,7 +493,7 @@ font-size: 13.0px; - + @@ -520,7 +520,7 @@ font-size: 13.0px; - + @@ -535,117 +535,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -654,7 +654,7 @@ font-size: 13.0px; } - + @@ -791,7 +791,7 @@ font-size: 13.0px; - + @@ -1037,7 +1037,7 @@ font-size: 13.0px; - + @@ -1066,7 +1066,7 @@ font-size: 13.0px; - + @@ -1081,117 +1081,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1200,7 +1200,7 @@ font-size: 13.0px; } - + @@ -1303,7 +1303,7 @@ font-size: 13.0px; - + @@ -1549,7 +1549,7 @@ font-size: 13.0px; - + @@ -1576,7 +1576,7 @@ font-size: 13.0px; - + @@ -1591,117 +1591,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1710,7 +1710,7 @@ font-size: 13.0px; } - + @@ -1847,7 +1847,7 @@ font-size: 13.0px; - + @@ -2093,7 +2093,7 @@ font-size: 13.0px; - + @@ -2122,7 +2122,7 @@ font-size: 13.0px; - + @@ -2137,117 +2137,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2256,7 +2256,7 @@ font-size: 13.0px; } - + @@ -2373,7 +2373,7 @@ font-size: 13.0px; - + @@ -2619,7 +2619,7 @@ font-size: 13.0px; - + @@ -2646,7 +2646,7 @@ font-size: 13.0px; - + @@ -2661,117 +2661,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2780,7 +2780,7 @@ font-size: 13.0px; } - + @@ -2921,7 +2921,7 @@ font-size: 13.0px; - + @@ -3167,7 +3167,7 @@ font-size: 13.0px; - + @@ -3196,7 +3196,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesAllPrepStyles_dark.svg b/docs/images/guides/layout/guideStylesAllPrepStyles_dark.svg index 0df87728f..4f9e382b9 100644 --- a/docs/images/guides/layout/guideStylesAllPrepStyles_dark.svg +++ b/docs/images/guides/layout/guideStylesAllPrepStyles_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -247,7 +247,7 @@ font-size: 13.0px; - + @@ -493,7 +493,7 @@ font-size: 13.0px; - + @@ -520,7 +520,7 @@ font-size: 13.0px; - + @@ -535,117 +535,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -654,7 +654,7 @@ font-size: 13.0px; } - + @@ -791,7 +791,7 @@ font-size: 13.0px; - + @@ -1037,7 +1037,7 @@ font-size: 13.0px; - + @@ -1066,7 +1066,7 @@ font-size: 13.0px; - + @@ -1081,117 +1081,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1200,7 +1200,7 @@ font-size: 13.0px; } - + @@ -1303,7 +1303,7 @@ font-size: 13.0px; - + @@ -1549,7 +1549,7 @@ font-size: 13.0px; - + @@ -1576,7 +1576,7 @@ font-size: 13.0px; - + @@ -1591,117 +1591,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1710,7 +1710,7 @@ font-size: 13.0px; } - + @@ -1847,7 +1847,7 @@ font-size: 13.0px; - + @@ -2093,7 +2093,7 @@ font-size: 13.0px; - + @@ -2122,7 +2122,7 @@ font-size: 13.0px; - + @@ -2137,117 +2137,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2256,7 +2256,7 @@ font-size: 13.0px; } - + @@ -2373,7 +2373,7 @@ font-size: 13.0px; - + @@ -2619,7 +2619,7 @@ font-size: 13.0px; - + @@ -2646,7 +2646,7 @@ font-size: 13.0px; - + @@ -2661,117 +2661,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2780,7 +2780,7 @@ font-size: 13.0px; } - + @@ -2921,7 +2921,7 @@ font-size: 13.0px; - + @@ -3167,7 +3167,7 @@ font-size: 13.0px; - + @@ -3196,7 +3196,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesAxisTooltip.svg b/docs/images/guides/layout/guideStylesAxisTooltip.svg index b70431e5a..581f777af 100644 --- a/docs/images/guides/layout/guideStylesAxisTooltip.svg +++ b/docs/images/guides/layout/guideStylesAxisTooltip.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -839,7 +839,7 @@ font-size: 13.0px; - + @@ -1085,7 +1085,7 @@ font-size: 13.0px; - + @@ -1112,7 +1112,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesAxisTooltip_dark.svg b/docs/images/guides/layout/guideStylesAxisTooltip_dark.svg index c3ddbe1fc..8d0d0f018 100644 --- a/docs/images/guides/layout/guideStylesAxisTooltip_dark.svg +++ b/docs/images/guides/layout/guideStylesAxisTooltip_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -839,7 +839,7 @@ font-size: 13.0px; - + @@ -1085,7 +1085,7 @@ font-size: 13.0px; - + @@ -1112,7 +1112,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBackgroundPanel.svg b/docs/images/guides/layout/guideStylesBackgroundPanel.svg index 6376a2686..fda3813f0 100644 --- a/docs/images/guides/layout/guideStylesBackgroundPanel.svg +++ b/docs/images/guides/layout/guideStylesBackgroundPanel.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -841,7 +841,7 @@ font-size: 13.0px; - + @@ -1087,7 +1087,7 @@ font-size: 13.0px; - + @@ -1116,7 +1116,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBackgroundPanel_dark.svg b/docs/images/guides/layout/guideStylesBackgroundPanel_dark.svg index d209eb422..7bd4a7ea8 100644 --- a/docs/images/guides/layout/guideStylesBackgroundPanel_dark.svg +++ b/docs/images/guides/layout/guideStylesBackgroundPanel_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -841,7 +841,7 @@ font-size: 13.0px; - + @@ -1087,7 +1087,7 @@ font-size: 13.0px; - + @@ -1116,7 +1116,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBarPlotWithoutStyle.svg b/docs/images/guides/layout/guideStylesBarPlotWithoutStyle.svg index 2c3c17951..8c1351548 100644 --- a/docs/images/guides/layout/guideStylesBarPlotWithoutStyle.svg +++ b/docs/images/guides/layout/guideStylesBarPlotWithoutStyle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -189,7 +189,7 @@ font-size: 13.0px; - + @@ -413,6 +413,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBarPlotWithoutStyle_dark.svg b/docs/images/guides/layout/guideStylesBarPlotWithoutStyle_dark.svg index e7b87297b..5f6c45598 100644 --- a/docs/images/guides/layout/guideStylesBarPlotWithoutStyle_dark.svg +++ b/docs/images/guides/layout/guideStylesBarPlotWithoutStyle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -413,6 +413,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBarsFacetGridX.svg b/docs/images/guides/layout/guideStylesBarsFacetGridX.svg index 004eeacd2..6be7de2c5 100644 --- a/docs/images/guides/layout/guideStylesBarsFacetGridX.svg +++ b/docs/images/guides/layout/guideStylesBarsFacetGridX.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -363,7 +363,7 @@ font-size: 13.0px; - + @@ -381,7 +381,7 @@ font-size: 13.0px; - + @@ -547,6 +547,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBarsFacetGridX_dark.svg b/docs/images/guides/layout/guideStylesBarsFacetGridX_dark.svg index 397b07aa1..886d795c3 100644 --- a/docs/images/guides/layout/guideStylesBarsFacetGridX_dark.svg +++ b/docs/images/guides/layout/guideStylesBarsFacetGridX_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -294,7 +294,7 @@ font-size: 13.0px; - + @@ -308,7 +308,7 @@ font-size: 13.0px; - + @@ -414,7 +414,7 @@ font-size: 13.0px; - + @@ -432,7 +432,7 @@ font-size: 13.0px; - + @@ -547,6 +547,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBlankAxis.svg b/docs/images/guides/layout/guideStylesBlankAxis.svg index d381d8647..e4a05792d 100644 --- a/docs/images/guides/layout/guideStylesBlankAxis.svg +++ b/docs/images/guides/layout/guideStylesBlankAxis.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -837,7 +837,7 @@ font-size: 13.0px; - + @@ -1083,7 +1083,7 @@ font-size: 13.0px; - + @@ -1110,7 +1110,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesBlankAxis_dark.svg b/docs/images/guides/layout/guideStylesBlankAxis_dark.svg index a3cc4d2df..ddf68915b 100644 --- a/docs/images/guides/layout/guideStylesBlankAxis_dark.svg +++ b/docs/images/guides/layout/guideStylesBlankAxis_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -837,7 +837,7 @@ font-size: 13.0px; - + @@ -1083,7 +1083,7 @@ font-size: 13.0px; - + @@ -1110,7 +1110,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesConfigureBackgroundGrid.svg b/docs/images/guides/layout/guideStylesConfigureBackgroundGrid.svg index 21eafbce8..cc10b6752 100644 --- a/docs/images/guides/layout/guideStylesConfigureBackgroundGrid.svg +++ b/docs/images/guides/layout/guideStylesConfigureBackgroundGrid.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -340,7 +340,7 @@ font-size: 13.0px; - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -485,7 +485,7 @@ font-size: 13.0px; - + @@ -500,117 +500,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -619,7 +619,7 @@ font-size: 13.0px; } - + @@ -825,7 +825,7 @@ font-size: 13.0px; - + @@ -843,7 +843,7 @@ font-size: 13.0px; - + @@ -970,7 +970,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesConfigureBackgroundGrid_dark.svg b/docs/images/guides/layout/guideStylesConfigureBackgroundGrid_dark.svg index dbfe3c59b..2642d411e 100644 --- a/docs/images/guides/layout/guideStylesConfigureBackgroundGrid_dark.svg +++ b/docs/images/guides/layout/guideStylesConfigureBackgroundGrid_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -340,7 +340,7 @@ font-size: 13.0px; - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -485,7 +485,7 @@ font-size: 13.0px; - + @@ -500,117 +500,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #2c7fb8; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -619,7 +619,7 @@ font-size: 13.0px; } - + @@ -825,7 +825,7 @@ font-size: 13.0px; - + @@ -843,7 +843,7 @@ font-size: 13.0px; - + @@ -970,7 +970,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesConfigureGridLine.svg b/docs/images/guides/layout/guideStylesConfigureGridLine.svg index 6dc39f183..95ea3bbec 100644 --- a/docs/images/guides/layout/guideStylesConfigureGridLine.svg +++ b/docs/images/guides/layout/guideStylesConfigureGridLine.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -839,7 +839,7 @@ font-size: 13.0px; - + @@ -1085,7 +1085,7 @@ font-size: 13.0px; - + @@ -1112,7 +1112,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesConfigureGridLine_dark.svg b/docs/images/guides/layout/guideStylesConfigureGridLine_dark.svg index ee27096f2..f143be1eb 100644 --- a/docs/images/guides/layout/guideStylesConfigureGridLine_dark.svg +++ b/docs/images/guides/layout/guideStylesConfigureGridLine_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -556,7 +556,7 @@ font-size: 13.0px; - + @@ -571,117 +571,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -690,7 +690,7 @@ font-size: 13.0px; } - + @@ -839,7 +839,7 @@ font-size: 13.0px; - + @@ -1085,7 +1085,7 @@ font-size: 13.0px; - + @@ -1112,7 +1112,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesCoordFlip.svg b/docs/images/guides/layout/guideStylesCoordFlip.svg index f89d9c088..5b02d3584 100644 --- a/docs/images/guides/layout/guideStylesCoordFlip.svg +++ b/docs/images/guides/layout/guideStylesCoordFlip.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -168,7 +168,7 @@ font-size: 13.0px; - + @@ -192,7 +192,7 @@ font-size: 13.0px; - + @@ -393,7 +393,7 @@ font-size: 13.0px; - + @@ -408,117 +408,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -527,7 +527,7 @@ font-size: 13.0px; } - + @@ -647,7 +647,7 @@ font-size: 13.0px; - + @@ -671,7 +671,7 @@ font-size: 13.0px; - + @@ -786,7 +786,7 @@ font-size: 13.0px; - + @@ -801,117 +801,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -920,7 +920,7 @@ font-size: 13.0px; } - + @@ -1040,7 +1040,7 @@ font-size: 13.0px; - + @@ -1064,7 +1064,7 @@ font-size: 13.0px; - + @@ -1179,7 +1179,7 @@ font-size: 13.0px; - + @@ -1194,117 +1194,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1313,7 +1313,7 @@ font-size: 13.0px; } - + @@ -1433,7 +1433,7 @@ font-size: 13.0px; - + @@ -1457,7 +1457,7 @@ font-size: 13.0px; - + @@ -1584,7 +1584,7 @@ font-size: 13.0px; - + @@ -1599,117 +1599,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1718,7 +1718,7 @@ font-size: 13.0px; } - + @@ -1838,7 +1838,7 @@ font-size: 13.0px; - + @@ -1862,7 +1862,7 @@ font-size: 13.0px; - + @@ -1977,7 +1977,7 @@ font-size: 13.0px; - + @@ -1992,117 +1992,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2111,7 +2111,7 @@ font-size: 13.0px; } - + @@ -2231,7 +2231,7 @@ font-size: 13.0px; - + @@ -2255,7 +2255,7 @@ font-size: 13.0px; - + @@ -2370,7 +2370,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesCoordFlip_dark.svg b/docs/images/guides/layout/guideStylesCoordFlip_dark.svg index 30e9bce07..f4b8d3e3f 100644 --- a/docs/images/guides/layout/guideStylesCoordFlip_dark.svg +++ b/docs/images/guides/layout/guideStylesCoordFlip_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -254,7 +254,7 @@ font-size: 13.0px; - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -393,7 +393,7 @@ font-size: 13.0px; - + @@ -408,117 +408,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -527,7 +527,7 @@ font-size: 13.0px; } - + @@ -647,7 +647,7 @@ font-size: 13.0px; - + @@ -671,7 +671,7 @@ font-size: 13.0px; - + @@ -786,7 +786,7 @@ font-size: 13.0px; - + @@ -801,117 +801,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -920,7 +920,7 @@ font-size: 13.0px; } - + @@ -1040,7 +1040,7 @@ font-size: 13.0px; - + @@ -1064,7 +1064,7 @@ font-size: 13.0px; - + @@ -1179,7 +1179,7 @@ font-size: 13.0px; - + @@ -1194,117 +1194,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1313,7 +1313,7 @@ font-size: 13.0px; } - + @@ -1433,7 +1433,7 @@ font-size: 13.0px; - + @@ -1457,7 +1457,7 @@ font-size: 13.0px; - + @@ -1584,7 +1584,7 @@ font-size: 13.0px; - + @@ -1599,117 +1599,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1718,7 +1718,7 @@ font-size: 13.0px; } - + @@ -1838,7 +1838,7 @@ font-size: 13.0px; - + @@ -1862,7 +1862,7 @@ font-size: 13.0px; - + @@ -1977,7 +1977,7 @@ font-size: 13.0px; - + @@ -1992,117 +1992,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2111,7 +2111,7 @@ font-size: 13.0px; } - + @@ -2231,7 +2231,7 @@ font-size: 13.0px; - + @@ -2255,7 +2255,7 @@ font-size: 13.0px; - + @@ -2370,7 +2370,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesCustomStyleForLegend.svg b/docs/images/guides/layout/guideStylesCustomStyleForLegend.svg index ecce49be9..9eda34663 100644 --- a/docs/images/guides/layout/guideStylesCustomStyleForLegend.svg +++ b/docs/images/guides/layout/guideStylesCustomStyleForLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -418,6 +418,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesCustomStyleForLegend_dark.svg b/docs/images/guides/layout/guideStylesCustomStyleForLegend_dark.svg index 9ebd005b8..0258e40ba 100644 --- a/docs/images/guides/layout/guideStylesCustomStyleForLegend_dark.svg +++ b/docs/images/guides/layout/guideStylesCustomStyleForLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -418,6 +418,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesOnTopXAxis.svg b/docs/images/guides/layout/guideStylesOnTopXAxis.svg index 1b65a7bb5..5616bdd5a 100644 --- a/docs/images/guides/layout/guideStylesOnTopXAxis.svg +++ b/docs/images/guides/layout/guideStylesOnTopXAxis.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -308,7 +308,7 @@ font-size: 13.0px; - + @@ -423,7 +423,7 @@ font-size: 13.0px; - + @@ -438,117 +438,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -557,7 +557,7 @@ font-size: 13.0px; } - + @@ -664,7 +664,7 @@ font-size: 13.0px; - + @@ -682,7 +682,7 @@ font-size: 13.0px; - + @@ -846,7 +846,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesOnTopXAxis_dark.svg b/docs/images/guides/layout/guideStylesOnTopXAxis_dark.svg index 67658eb09..cba7ffb66 100644 --- a/docs/images/guides/layout/guideStylesOnTopXAxis_dark.svg +++ b/docs/images/guides/layout/guideStylesOnTopXAxis_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -308,7 +308,7 @@ font-size: 13.0px; - + @@ -423,7 +423,7 @@ font-size: 13.0px; - + @@ -438,117 +438,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -557,7 +557,7 @@ font-size: 13.0px; } - + @@ -664,7 +664,7 @@ font-size: 13.0px; - + @@ -682,7 +682,7 @@ font-size: 13.0px; - + @@ -846,7 +846,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesOrangeCustomStyle.svg b/docs/images/guides/layout/guideStylesOrangeCustomStyle.svg index 116b073c2..d2b02e72e 100644 --- a/docs/images/guides/layout/guideStylesOrangeCustomStyle.svg +++ b/docs/images/guides/layout/guideStylesOrangeCustomStyle.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -301,7 +301,7 @@ font-size: 13.0px; - + @@ -547,7 +547,7 @@ font-size: 13.0px; - + @@ -576,7 +576,7 @@ font-size: 13.0px; - + @@ -591,117 +591,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -710,7 +710,7 @@ font-size: 13.0px; } - + @@ -831,7 +831,7 @@ font-size: 13.0px; - + @@ -849,7 +849,7 @@ font-size: 13.0px; - + @@ -976,7 +976,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesOrangeCustomStyle_dark.svg b/docs/images/guides/layout/guideStylesOrangeCustomStyle_dark.svg index 6a0b065df..e0221502b 100644 --- a/docs/images/guides/layout/guideStylesOrangeCustomStyle_dark.svg +++ b/docs/images/guides/layout/guideStylesOrangeCustomStyle_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -301,7 +301,7 @@ font-size: 13.0px; - + @@ -547,7 +547,7 @@ font-size: 13.0px; - + @@ -576,7 +576,7 @@ font-size: 13.0px; - + @@ -591,117 +591,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #7f2704; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #7f2704; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -710,7 +710,7 @@ font-size: 13.0px; } - + @@ -831,7 +831,7 @@ font-size: 13.0px; - + @@ -849,7 +849,7 @@ font-size: 13.0px; - + @@ -976,7 +976,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesPanelGrid.svg b/docs/images/guides/layout/guideStylesPanelGrid.svg index 6b6b55b35..85fb01bc4 100644 --- a/docs/images/guides/layout/guideStylesPanelGrid.svg +++ b/docs/images/guides/layout/guideStylesPanelGrid.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -360,7 +360,7 @@ font-size: 13.0px; - + @@ -375,117 +375,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -494,7 +494,7 @@ font-size: 13.0px; } - + @@ -607,7 +607,7 @@ font-size: 13.0px; - + @@ -853,7 +853,7 @@ font-size: 13.0px; - + @@ -880,7 +880,7 @@ font-size: 13.0px; - + @@ -895,117 +895,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1014,7 +1014,7 @@ font-size: 13.0px; } - + @@ -1145,7 +1145,7 @@ font-size: 13.0px; - + @@ -1391,7 +1391,7 @@ font-size: 13.0px; - + @@ -1421,7 +1421,7 @@ font-size: 13.0px; - + @@ -1436,117 +1436,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1555,7 +1555,7 @@ font-size: 13.0px; } - + @@ -1664,7 +1664,7 @@ font-size: 13.0px; - + @@ -1682,7 +1682,7 @@ font-size: 13.0px; - + @@ -1803,7 +1803,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesPanelGrid_dark.svg b/docs/images/guides/layout/guideStylesPanelGrid_dark.svg index ee0e1ba8b..82012b727 100644 --- a/docs/images/guides/layout/guideStylesPanelGrid_dark.svg +++ b/docs/images/guides/layout/guideStylesPanelGrid_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -360,7 +360,7 @@ font-size: 13.0px; - + @@ -375,117 +375,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -494,7 +494,7 @@ font-size: 13.0px; } - + @@ -607,7 +607,7 @@ font-size: 13.0px; - + @@ -853,7 +853,7 @@ font-size: 13.0px; - + @@ -880,7 +880,7 @@ font-size: 13.0px; - + @@ -895,117 +895,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1014,7 +1014,7 @@ font-size: 13.0px; } - + @@ -1145,7 +1145,7 @@ font-size: 13.0px; - + @@ -1391,7 +1391,7 @@ font-size: 13.0px; - + @@ -1421,7 +1421,7 @@ font-size: 13.0px; - + @@ -1436,117 +1436,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1555,7 +1555,7 @@ font-size: 13.0px; } - + @@ -1664,7 +1664,7 @@ font-size: 13.0px; - + @@ -1682,7 +1682,7 @@ font-size: 13.0px; - + @@ -1803,7 +1803,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesPointPlotWithoutStyle.svg b/docs/images/guides/layout/guideStylesPointPlotWithoutStyle.svg index 56e154599..af1e75174 100644 --- a/docs/images/guides/layout/guideStylesPointPlotWithoutStyle.svg +++ b/docs/images/guides/layout/guideStylesPointPlotWithoutStyle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -546,6 +546,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesPointPlotWithoutStyle_dark.svg b/docs/images/guides/layout/guideStylesPointPlotWithoutStyle_dark.svg index de2bd3d8b..bf1f0d46f 100644 --- a/docs/images/guides/layout/guideStylesPointPlotWithoutStyle_dark.svg +++ b/docs/images/guides/layout/guideStylesPointPlotWithoutStyle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -546,6 +546,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesStripBackground.svg b/docs/images/guides/layout/guideStylesStripBackground.svg index f4bee77a3..4c7a28c4a 100644 --- a/docs/images/guides/layout/guideStylesStripBackground.svg +++ b/docs/images/guides/layout/guideStylesStripBackground.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -418,7 +418,7 @@ font-size: 13.0px; - + @@ -436,7 +436,7 @@ font-size: 13.0px; - + @@ -570,7 +570,7 @@ font-size: 13.0px; - + @@ -585,117 +585,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx5 .plot-title { +#_sample_helper_static_id_prefix_5 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx5 .plot-subtitle { +#_sample_helper_static_id_prefix_5 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .plot-caption { +#_sample_helper_static_id_prefix_5 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .hyperlink-element { +#_sample_helper_static_id_prefix_5 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx5 .legend-title { +#_sample_helper_static_id_prefix_5 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .legend-item { +#_sample_helper_static_id_prefix_5 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-x { +#_sample_helper_static_id_prefix_5 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-x { +#_sample_helper_static_id_prefix_5 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-y { +#_sample_helper_static_id_prefix_5 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-y { +#_sample_helper_static_id_prefix_5 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-x { +#_sample_helper_static_id_prefix_5 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-y { +#_sample_helper_static_id_prefix_5 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -704,7 +704,7 @@ font-size: 13.0px; } - + @@ -824,7 +824,7 @@ font-size: 13.0px; - + @@ -838,7 +838,7 @@ font-size: 13.0px; - + @@ -936,7 +936,7 @@ font-size: 13.0px; - + @@ -954,7 +954,7 @@ font-size: 13.0px; - + @@ -1076,7 +1076,7 @@ font-size: 13.0px; - + @@ -1091,117 +1091,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx9 .plot-title { +#_sample_helper_static_id_prefix_9 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx9 .plot-subtitle { +#_sample_helper_static_id_prefix_9 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .plot-caption { +#_sample_helper_static_id_prefix_9 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .hyperlink-element { +#_sample_helper_static_id_prefix_9 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx9 .legend-title { +#_sample_helper_static_id_prefix_9 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .legend-item { +#_sample_helper_static_id_prefix_9 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-x { +#_sample_helper_static_id_prefix_9 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-x { +#_sample_helper_static_id_prefix_9 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-y { +#_sample_helper_static_id_prefix_9 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-y { +#_sample_helper_static_id_prefix_9 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-x { +#_sample_helper_static_id_prefix_9 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-y { +#_sample_helper_static_id_prefix_9 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1210,7 +1210,7 @@ font-size: 13.0px; } - + @@ -1330,7 +1330,7 @@ font-size: 13.0px; - + @@ -1344,7 +1344,7 @@ font-size: 13.0px; - + @@ -1440,7 +1440,7 @@ font-size: 13.0px; - + @@ -1458,7 +1458,7 @@ font-size: 13.0px; - + @@ -1578,7 +1578,7 @@ font-size: 13.0px; - + @@ -1593,117 +1593,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1712,7 +1712,7 @@ font-size: 13.0px; } - + @@ -1832,7 +1832,7 @@ font-size: 13.0px; - + @@ -1846,7 +1846,7 @@ font-size: 13.0px; - + @@ -1937,7 +1937,7 @@ font-size: 13.0px; - + @@ -1955,7 +1955,7 @@ font-size: 13.0px; - + @@ -2070,7 +2070,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesStripBackground_dark.svg b/docs/images/guides/layout/guideStylesStripBackground_dark.svg index 75ea0eccf..052b5d367 100644 --- a/docs/images/guides/layout/guideStylesStripBackground_dark.svg +++ b/docs/images/guides/layout/guideStylesStripBackground_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -418,7 +418,7 @@ font-size: 13.0px; - + @@ -436,7 +436,7 @@ font-size: 13.0px; - + @@ -570,7 +570,7 @@ font-size: 13.0px; - + @@ -585,117 +585,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx5 .plot-title { +#_sample_helper_static_id_prefix_5 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx5 .plot-subtitle { +#_sample_helper_static_id_prefix_5 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .plot-caption { +#_sample_helper_static_id_prefix_5 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .hyperlink-element { +#_sample_helper_static_id_prefix_5 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx5 .legend-title { +#_sample_helper_static_id_prefix_5 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .legend-item { +#_sample_helper_static_id_prefix_5 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-x { +#_sample_helper_static_id_prefix_5 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-x { +#_sample_helper_static_id_prefix_5 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-y { +#_sample_helper_static_id_prefix_5 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-y { +#_sample_helper_static_id_prefix_5 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-x { +#_sample_helper_static_id_prefix_5 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-y { +#_sample_helper_static_id_prefix_5 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -704,7 +704,7 @@ font-size: 13.0px; } - + @@ -824,7 +824,7 @@ font-size: 13.0px; - + @@ -838,7 +838,7 @@ font-size: 13.0px; - + @@ -936,7 +936,7 @@ font-size: 13.0px; - + @@ -954,7 +954,7 @@ font-size: 13.0px; - + @@ -1076,7 +1076,7 @@ font-size: 13.0px; - + @@ -1091,117 +1091,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx9 .plot-title { +#_sample_helper_static_id_prefix_9 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx9 .plot-subtitle { +#_sample_helper_static_id_prefix_9 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .plot-caption { +#_sample_helper_static_id_prefix_9 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .hyperlink-element { +#_sample_helper_static_id_prefix_9 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx9 .legend-title { +#_sample_helper_static_id_prefix_9 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .legend-item { +#_sample_helper_static_id_prefix_9 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-x { +#_sample_helper_static_id_prefix_9 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-x { +#_sample_helper_static_id_prefix_9 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-y { +#_sample_helper_static_id_prefix_9 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-y { +#_sample_helper_static_id_prefix_9 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-x { +#_sample_helper_static_id_prefix_9 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-y { +#_sample_helper_static_id_prefix_9 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1210,7 +1210,7 @@ font-size: 13.0px; } - + @@ -1330,7 +1330,7 @@ font-size: 13.0px; - + @@ -1344,7 +1344,7 @@ font-size: 13.0px; - + @@ -1440,7 +1440,7 @@ font-size: 13.0px; - + @@ -1458,7 +1458,7 @@ font-size: 13.0px; - + @@ -1578,7 +1578,7 @@ font-size: 13.0px; - + @@ -1593,117 +1593,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1712,7 +1712,7 @@ font-size: 13.0px; } - + @@ -1832,7 +1832,7 @@ font-size: 13.0px; - + @@ -1846,7 +1846,7 @@ font-size: 13.0px; - + @@ -1937,7 +1937,7 @@ font-size: 13.0px; - + @@ -1955,7 +1955,7 @@ font-size: 13.0px; - + @@ -2070,7 +2070,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTextLegendStrip.svg b/docs/images/guides/layout/guideStylesTextLegendStrip.svg index 53582c717..e0ff2d33c 100644 --- a/docs/images/guides/layout/guideStylesTextLegendStrip.svg +++ b/docs/images/guides/layout/guideStylesTextLegendStrip.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -254,7 +254,7 @@ font-size: 13.0px; - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -364,7 +364,7 @@ font-size: 13.0px; - + @@ -382,7 +382,7 @@ font-size: 13.0px; - + @@ -502,7 +502,7 @@ font-size: 13.0px; - + @@ -517,117 +517,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx5 .plot-title { +#_sample_helper_static_id_prefix_5 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx5 .plot-subtitle { +#_sample_helper_static_id_prefix_5 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .plot-caption { +#_sample_helper_static_id_prefix_5 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .hyperlink-element { +#_sample_helper_static_id_prefix_5 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx5 .legend-title { +#_sample_helper_static_id_prefix_5 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .legend-item { +#_sample_helper_static_id_prefix_5 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-x { +#_sample_helper_static_id_prefix_5 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-x { +#_sample_helper_static_id_prefix_5 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-y { +#_sample_helper_static_id_prefix_5 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-y { +#_sample_helper_static_id_prefix_5 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-x { +#_sample_helper_static_id_prefix_5 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-y { +#_sample_helper_static_id_prefix_5 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -636,7 +636,7 @@ font-size: 13.0px; } - + @@ -756,7 +756,7 @@ font-size: 13.0px; - + @@ -770,7 +770,7 @@ font-size: 13.0px; - + @@ -866,7 +866,7 @@ font-size: 13.0px; - + @@ -884,7 +884,7 @@ font-size: 13.0px; - + @@ -1004,7 +1004,7 @@ font-size: 13.0px; - + @@ -1019,117 +1019,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx9 .plot-title { +#_sample_helper_static_id_prefix_9 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx9 .plot-subtitle { +#_sample_helper_static_id_prefix_9 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .plot-caption { +#_sample_helper_static_id_prefix_9 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .hyperlink-element { +#_sample_helper_static_id_prefix_9 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx9 .legend-title { +#_sample_helper_static_id_prefix_9 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .legend-item { +#_sample_helper_static_id_prefix_9 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-x { +#_sample_helper_static_id_prefix_9 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-x { +#_sample_helper_static_id_prefix_9 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-y { +#_sample_helper_static_id_prefix_9 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-y { +#_sample_helper_static_id_prefix_9 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-x { +#_sample_helper_static_id_prefix_9 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-y { +#_sample_helper_static_id_prefix_9 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1138,7 +1138,7 @@ font-size: 13.0px; } - + @@ -1258,7 +1258,7 @@ font-size: 13.0px; - + @@ -1272,7 +1272,7 @@ font-size: 13.0px; - + @@ -1368,7 +1368,7 @@ font-size: 13.0px; - + @@ -1386,7 +1386,7 @@ font-size: 13.0px; - + @@ -1506,7 +1506,7 @@ font-size: 13.0px; - + @@ -1521,117 +1521,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1640,7 +1640,7 @@ font-size: 13.0px; } - + @@ -1760,7 +1760,7 @@ font-size: 13.0px; - + @@ -1774,7 +1774,7 @@ font-size: 13.0px; - + @@ -1870,7 +1870,7 @@ font-size: 13.0px; - + @@ -1888,7 +1888,7 @@ font-size: 13.0px; - + @@ -2008,7 +2008,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTextLegendStrip_dark.svg b/docs/images/guides/layout/guideStylesTextLegendStrip_dark.svg index c40bb93b8..efb8e151e 100644 --- a/docs/images/guides/layout/guideStylesTextLegendStrip_dark.svg +++ b/docs/images/guides/layout/guideStylesTextLegendStrip_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -254,7 +254,7 @@ font-size: 13.0px; - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -364,7 +364,7 @@ font-size: 13.0px; - + @@ -382,7 +382,7 @@ font-size: 13.0px; - + @@ -502,7 +502,7 @@ font-size: 13.0px; - + @@ -517,117 +517,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx5 .plot-title { +#_sample_helper_static_id_prefix_5 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx5 .plot-subtitle { +#_sample_helper_static_id_prefix_5 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .plot-caption { +#_sample_helper_static_id_prefix_5 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .hyperlink-element { +#_sample_helper_static_id_prefix_5 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx5 .legend-title { +#_sample_helper_static_id_prefix_5 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .legend-item { +#_sample_helper_static_id_prefix_5 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-x { +#_sample_helper_static_id_prefix_5 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-x { +#_sample_helper_static_id_prefix_5 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-title-y { +#_sample_helper_static_id_prefix_5 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx5 .axis-text-y { +#_sample_helper_static_id_prefix_5 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-x { +#_sample_helper_static_id_prefix_5 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .facet-strip-text-y { +#_sample_helper_static_id_prefix_5 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -636,7 +636,7 @@ font-size: 13.0px; } - + @@ -756,7 +756,7 @@ font-size: 13.0px; - + @@ -770,7 +770,7 @@ font-size: 13.0px; - + @@ -866,7 +866,7 @@ font-size: 13.0px; - + @@ -884,7 +884,7 @@ font-size: 13.0px; - + @@ -1004,7 +1004,7 @@ font-size: 13.0px; - + @@ -1019,117 +1019,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx9 .plot-title { +#_sample_helper_static_id_prefix_9 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx9 .plot-subtitle { +#_sample_helper_static_id_prefix_9 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .plot-caption { +#_sample_helper_static_id_prefix_9 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .hyperlink-element { +#_sample_helper_static_id_prefix_9 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx9 .legend-title { +#_sample_helper_static_id_prefix_9 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .legend-item { +#_sample_helper_static_id_prefix_9 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-x { +#_sample_helper_static_id_prefix_9 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-x { +#_sample_helper_static_id_prefix_9 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-title-y { +#_sample_helper_static_id_prefix_9 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx9 .axis-text-y { +#_sample_helper_static_id_prefix_9 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-x { +#_sample_helper_static_id_prefix_9 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .facet-strip-text-y { +#_sample_helper_static_id_prefix_9 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1138,7 +1138,7 @@ font-size: 13.0px; } - + @@ -1258,7 +1258,7 @@ font-size: 13.0px; - + @@ -1272,7 +1272,7 @@ font-size: 13.0px; - + @@ -1368,7 +1368,7 @@ font-size: 13.0px; - + @@ -1386,7 +1386,7 @@ font-size: 13.0px; - + @@ -1506,7 +1506,7 @@ font-size: 13.0px; - + @@ -1521,117 +1521,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1640,7 +1640,7 @@ font-size: 13.0px; } - + @@ -1760,7 +1760,7 @@ font-size: 13.0px; - + @@ -1774,7 +1774,7 @@ font-size: 13.0px; - + @@ -1870,7 +1870,7 @@ font-size: 13.0px; - + @@ -1888,7 +1888,7 @@ font-size: 13.0px; - + @@ -2008,7 +2008,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTextTitleLegend.svg b/docs/images/guides/layout/guideStylesTextTitleLegend.svg index 873fcbb2c..fee1bd961 100644 --- a/docs/images/guides/layout/guideStylesTextTitleLegend.svg +++ b/docs/images/guides/layout/guideStylesTextTitleLegend.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -378,7 +378,7 @@ font-size: 13.0px; - + @@ -393,117 +393,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -512,7 +512,7 @@ font-size: 13.0px; } - + @@ -623,7 +623,7 @@ font-size: 13.0px; - + @@ -641,7 +641,7 @@ font-size: 13.0px; - + @@ -756,7 +756,7 @@ font-size: 13.0px; - + @@ -771,117 +771,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -890,7 +890,7 @@ font-size: 13.0px; } - + @@ -1001,7 +1001,7 @@ font-size: 13.0px; - + @@ -1019,7 +1019,7 @@ font-size: 13.0px; - + @@ -1134,7 +1134,7 @@ font-size: 13.0px; - + @@ -1149,117 +1149,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1268,7 +1268,7 @@ font-size: 13.0px; } - + @@ -1379,7 +1379,7 @@ font-size: 13.0px; - + @@ -1397,7 +1397,7 @@ font-size: 13.0px; - + @@ -1512,7 +1512,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTextTitleLegend_dark.svg b/docs/images/guides/layout/guideStylesTextTitleLegend_dark.svg index 4dc5bfaa8..ba0f5ab6c 100644 --- a/docs/images/guides/layout/guideStylesTextTitleLegend_dark.svg +++ b/docs/images/guides/layout/guideStylesTextTitleLegend_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -378,7 +378,7 @@ font-size: 13.0px; - + @@ -393,117 +393,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #31a354; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -512,7 +512,7 @@ font-size: 13.0px; } - + @@ -623,7 +623,7 @@ font-size: 13.0px; - + @@ -641,7 +641,7 @@ font-size: 13.0px; - + @@ -756,7 +756,7 @@ font-size: 13.0px; - + @@ -771,117 +771,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -890,7 +890,7 @@ font-size: 13.0px; } - + @@ -1001,7 +1001,7 @@ font-size: 13.0px; - + @@ -1019,7 +1019,7 @@ font-size: 13.0px; - + @@ -1134,7 +1134,7 @@ font-size: 13.0px; - + @@ -1149,117 +1149,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #31a354; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1268,7 +1268,7 @@ font-size: 13.0px; } - + @@ -1379,7 +1379,7 @@ font-size: 13.0px; - + @@ -1397,7 +1397,7 @@ font-size: 13.0px; - + @@ -1512,7 +1512,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTooltipAndBackground.svg b/docs/images/guides/layout/guideStylesTooltipAndBackground.svg index 86fd4781f..05731fd5b 100644 --- a/docs/images/guides/layout/guideStylesTooltipAndBackground.svg +++ b/docs/images/guides/layout/guideStylesTooltipAndBackground.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -174,7 +174,7 @@ font-size: 13.0px; - + @@ -420,7 +420,7 @@ font-size: 13.0px; - + @@ -649,7 +649,7 @@ font-size: 13.0px; - + @@ -664,117 +664,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -783,7 +783,7 @@ font-size: 13.0px; } - + @@ -934,7 +934,7 @@ font-size: 13.0px; - + @@ -1180,7 +1180,7 @@ font-size: 13.0px; - + @@ -1312,7 +1312,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideStylesTooltipAndBackground_dark.svg b/docs/images/guides/layout/guideStylesTooltipAndBackground_dark.svg index 5017e6b63..baa536a9d 100644 --- a/docs/images/guides/layout/guideStylesTooltipAndBackground_dark.svg +++ b/docs/images/guides/layout/guideStylesTooltipAndBackground_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -529,7 +529,7 @@ font-size: 13.0px; - + @@ -649,7 +649,7 @@ font-size: 13.0px; - + @@ -664,117 +664,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -783,7 +783,7 @@ font-size: 13.0px; } - + @@ -934,7 +934,7 @@ font-size: 13.0px; - + @@ -1180,7 +1180,7 @@ font-size: 13.0px; - + @@ -1312,7 +1312,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleChangeColorAndFontFace.svg b/docs/images/guides/layout/guideTitleChangeColorAndFontFace.svg index e9221394a..03b1681a8 100644 --- a/docs/images/guides/layout/guideTitleChangeColorAndFontFace.svg +++ b/docs/images/guides/layout/guideTitleChangeColorAndFontFace.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: italic;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleChangeColorAndFontFace_dark.svg b/docs/images/guides/layout/guideTitleChangeColorAndFontFace_dark.svg index 84e6ad0b0..51eafc157 100644 --- a/docs/images/guides/layout/guideTitleChangeColorAndFontFace_dark.svg +++ b/docs/images/guides/layout/guideTitleChangeColorAndFontFace_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: italic;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: italic;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleChangeTitlesColor.svg b/docs/images/guides/layout/guideTitleChangeTitlesColor.svg index b5e4c4490..f47d92cf7 100644 --- a/docs/images/guides/layout/guideTitleChangeTitlesColor.svg +++ b/docs/images/guides/layout/guideTitleChangeTitlesColor.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleChangeTitlesColor_dark.svg b/docs/images/guides/layout/guideTitleChangeTitlesColor_dark.svg index 86b3dc320..24926628f 100644 --- a/docs/images/guides/layout/guideTitleChangeTitlesColor_dark.svg +++ b/docs/images/guides/layout/guideTitleChangeTitlesColor_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexLegendBottom.svg b/docs/images/guides/layout/guideTitleComplexLegendBottom.svg index 02740eeda..31a2413b0 100644 --- a/docs/images/guides/layout/guideTitleComplexLegendBottom.svg +++ b/docs/images/guides/layout/guideTitleComplexLegendBottom.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -788,6 +788,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexLegendBottom_dark.svg b/docs/images/guides/layout/guideTitleComplexLegendBottom_dark.svg index a2e64c724..83d12f81c 100644 --- a/docs/images/guides/layout/guideTitleComplexLegendBottom_dark.svg +++ b/docs/images/guides/layout/guideTitleComplexLegendBottom_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -788,6 +788,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexLegendNames.svg b/docs/images/guides/layout/guideTitleComplexLegendNames.svg index 3a8f01aad..f6905443f 100644 --- a/docs/images/guides/layout/guideTitleComplexLegendNames.svg +++ b/docs/images/guides/layout/guideTitleComplexLegendNames.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -722,6 +722,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexLegendNames_dark.svg b/docs/images/guides/layout/guideTitleComplexLegendNames_dark.svg index ee818ef9d..bd9cdc2b1 100644 --- a/docs/images/guides/layout/guideTitleComplexLegendNames_dark.svg +++ b/docs/images/guides/layout/guideTitleComplexLegendNames_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -722,6 +722,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexTitles.svg b/docs/images/guides/layout/guideTitleComplexTitles.svg index 442fe299f..1df04c3f1 100644 --- a/docs/images/guides/layout/guideTitleComplexTitles.svg +++ b/docs/images/guides/layout/guideTitleComplexTitles.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #a39999; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -631,6 +631,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleComplexTitles_dark.svg b/docs/images/guides/layout/guideTitleComplexTitles_dark.svg index 0e186c099..01c05cf99 100644 --- a/docs/images/guides/layout/guideTitleComplexTitles_dark.svg +++ b/docs/images/guides/layout/guideTitleComplexTitles_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #a39999; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -631,6 +631,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleDefaultPointPlot.svg b/docs/images/guides/layout/guideTitleDefaultPointPlot.svg index 31a1dc7f4..88668992b 100644 --- a/docs/images/guides/layout/guideTitleDefaultPointPlot.svg +++ b/docs/images/guides/layout/guideTitleDefaultPointPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleDefaultPointPlot_dark.svg b/docs/images/guides/layout/guideTitleDefaultPointPlot_dark.svg index e1cc67585..30fc7579d 100644 --- a/docs/images/guides/layout/guideTitleDefaultPointPlot_dark.svg +++ b/docs/images/guides/layout/guideTitleDefaultPointPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleLegendName.svg b/docs/images/guides/layout/guideTitleLegendName.svg index 842e66f73..9ff1b29e3 100644 --- a/docs/images/guides/layout/guideTitleLegendName.svg +++ b/docs/images/guides/layout/guideTitleLegendName.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -716,6 +716,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleLegendName_dark.svg b/docs/images/guides/layout/guideTitleLegendName_dark.svg index 2ffdf409c..532f16bda 100644 --- a/docs/images/guides/layout/guideTitleLegendName_dark.svg +++ b/docs/images/guides/layout/guideTitleLegendName_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -716,6 +716,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleLegendPosition.svg b/docs/images/guides/layout/guideTitleLegendPosition.svg index 56f407ee8..b20d41a8c 100644 --- a/docs/images/guides/layout/guideTitleLegendPosition.svg +++ b/docs/images/guides/layout/guideTitleLegendPosition.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleLegendPosition_dark.svg b/docs/images/guides/layout/guideTitleLegendPosition_dark.svg index 8db6d4225..32bd76f7f 100644 --- a/docs/images/guides/layout/guideTitleLegendPosition_dark.svg +++ b/docs/images/guides/layout/guideTitleLegendPosition_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -782,6 +782,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption.svg b/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption.svg index 49359db9f..f69139cae 100644 --- a/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption.svg +++ b/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #ee6666; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #008000; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption_dark.svg b/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption_dark.svg index 01d9f1121..5b732f2e8 100644 --- a/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption_dark.svg +++ b/docs/images/guides/layout/guideTitleSetColorsForTitleSubtitleCaption_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #5470c6; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #ee6666; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #008000; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitle1.svg b/docs/images/guides/layout/guideTitleSetTitle1.svg index e8867498f..76dfcfb2d 100644 --- a/docs/images/guides/layout/guideTitleSetTitle1.svg +++ b/docs/images/guides/layout/guideTitleSetTitle1.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitle1_dark.svg b/docs/images/guides/layout/guideTitleSetTitle1_dark.svg index 1361fd467..dbcc0264d 100644 --- a/docs/images/guides/layout/guideTitleSetTitle1_dark.svg +++ b/docs/images/guides/layout/guideTitleSetTitle1_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitle2.svg b/docs/images/guides/layout/guideTitleSetTitle2.svg index f1a38d3bd..31f7d0068 100644 --- a/docs/images/guides/layout/guideTitleSetTitle2.svg +++ b/docs/images/guides/layout/guideTitleSetTitle2.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitle2_dark.svg b/docs/images/guides/layout/guideTitleSetTitle2_dark.svg index 7887cf29e..4aacae9de 100644 --- a/docs/images/guides/layout/guideTitleSetTitle2_dark.svg +++ b/docs/images/guides/layout/guideTitleSetTitle2_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitleAndSubtitle.svg b/docs/images/guides/layout/guideTitleSetTitleAndSubtitle.svg index 2468f37a8..926dd024e 100644 --- a/docs/images/guides/layout/guideTitleSetTitleAndSubtitle.svg +++ b/docs/images/guides/layout/guideTitleSetTitleAndSubtitle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -617,6 +617,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitleAndSubtitle_dark.svg b/docs/images/guides/layout/guideTitleSetTitleAndSubtitle_dark.svg index 94a3bdd7f..2fd22e4b4 100644 --- a/docs/images/guides/layout/guideTitleSetTitleAndSubtitle_dark.svg +++ b/docs/images/guides/layout/guideTitleSetTitleAndSubtitle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -617,6 +617,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption.svg b/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption.svg index 52d577a40..ed6caa885 100644 --- a/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption.svg +++ b/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption_dark.svg b/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption_dark.svg index 903c11946..04c19c088 100644 --- a/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption_dark.svg +++ b/docs/images/guides/layout/guideTitleSetTitleSubtitleCaption_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -622,6 +622,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleTypeOfLegend.svg b/docs/images/guides/layout/guideTitleTypeOfLegend.svg index 72ff99c0e..336950109 100644 --- a/docs/images/guides/layout/guideTitleTypeOfLegend.svg +++ b/docs/images/guides/layout/guideTitleTypeOfLegend.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -788,6 +788,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/layout/guideTitleTypeOfLegend_dark.svg b/docs/images/guides/layout/guideTitleTypeOfLegend_dark.svg index 7f3d9ea1f..ae4f89a6c 100644 --- a/docs/images/guides/layout/guideTitleTypeOfLegend_dark.svg +++ b/docs/images/guides/layout/guideTitleTypeOfLegend_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -788,6 +788,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideAnscombesQuartetPlot.svg b/docs/images/guides/multiplot/guideAnscombesQuartetPlot.svg index dad92b71d..26353ee65 100644 --- a/docs/images/guides/multiplot/guideAnscombesQuartetPlot.svg +++ b/docs/images/guides/multiplot/guideAnscombesQuartetPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -190,13 +190,13 @@ font-size: 13.0px; - + - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -307,13 +307,13 @@ font-size: 13.0px; - + - + @@ -362,7 +362,7 @@ font-size: 13.0px; - + @@ -389,13 +389,13 @@ font-size: 13.0px; - + - + @@ -526,7 +526,7 @@ font-size: 13.0px; - + @@ -553,13 +553,13 @@ font-size: 13.0px; - + - + @@ -714,6 +714,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideAnscombesQuartetPlot_dark.svg b/docs/images/guides/multiplot/guideAnscombesQuartetPlot_dark.svg index a79e70f54..e322e25e5 100644 --- a/docs/images/guides/multiplot/guideAnscombesQuartetPlot_dark.svg +++ b/docs/images/guides/multiplot/guideAnscombesQuartetPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -202,7 +202,7 @@ font-size: 13.0px; - + @@ -229,13 +229,13 @@ font-size: 13.0px; - + - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -311,13 +311,13 @@ font-size: 13.0px; - + - + @@ -448,7 +448,7 @@ font-size: 13.0px; - + @@ -475,13 +475,13 @@ font-size: 13.0px; - + - + @@ -577,7 +577,7 @@ font-size: 13.0px; - + @@ -604,13 +604,13 @@ font-size: 13.0px; - + - + @@ -714,6 +714,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideBunchCombineWithStyles.svg b/docs/images/guides/multiplot/guideBunchCombineWithStyles.svg index 6bf812cee..fa2ec1b4e 100644 --- a/docs/images/guides/multiplot/guideBunchCombineWithStyles.svg +++ b/docs/images/guides/multiplot/guideBunchCombineWithStyles.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -261,7 +261,7 @@ font-size: 13.0px; - + @@ -354,7 +354,7 @@ font-size: 13.0px; - + @@ -402,7 +402,7 @@ font-size: 13.0px; - + @@ -419,10 +419,10 @@ font-size: 13.0px; - + - + @@ -481,7 +481,7 @@ font-size: 13.0px; - + @@ -893,7 +893,7 @@ font-size: 13.0px; - + @@ -915,7 +915,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideBunchCombineWithStyles_dark.svg b/docs/images/guides/multiplot/guideBunchCombineWithStyles_dark.svg index 9e3c5b632..cb9e29772 100644 --- a/docs/images/guides/multiplot/guideBunchCombineWithStyles_dark.svg +++ b/docs/images/guides/multiplot/guideBunchCombineWithStyles_dark.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -261,7 +261,7 @@ font-size: 13.0px; - + @@ -354,7 +354,7 @@ font-size: 13.0px; - + @@ -402,7 +402,7 @@ font-size: 13.0px; - + @@ -419,10 +419,10 @@ font-size: 13.0px; - + - + @@ -481,7 +481,7 @@ font-size: 13.0px; - + @@ -893,7 +893,7 @@ font-size: 13.0px; - + @@ -915,7 +915,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsArrangeVertically.svg b/docs/images/guides/multiplot/guideFacetsArrangeVertically.svg index b7415b100..c519dc132 100644 --- a/docs/images/guides/multiplot/guideFacetsArrangeVertically.svg +++ b/docs/images/guides/multiplot/guideFacetsArrangeVertically.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -166,7 +166,7 @@ font-size: 13.0px; - + @@ -178,7 +178,7 @@ font-size: 13.0px; - + @@ -228,7 +228,7 @@ font-size: 13.0px; - + @@ -240,7 +240,7 @@ font-size: 13.0px; - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -405,7 +405,7 @@ font-size: 13.0px; - + @@ -464,7 +464,7 @@ font-size: 13.0px; - + @@ -482,7 +482,7 @@ font-size: 13.0px; - + @@ -532,7 +532,7 @@ font-size: 13.0px; - + @@ -548,7 +548,7 @@ font-size: 13.0px; - + @@ -598,7 +598,7 @@ font-size: 13.0px; - + @@ -683,7 +683,7 @@ font-size: 13.0px; - + @@ -742,7 +742,7 @@ font-size: 13.0px; - + @@ -754,7 +754,7 @@ font-size: 13.0px; - + @@ -804,7 +804,7 @@ font-size: 13.0px; - + @@ -819,7 +819,7 @@ font-size: 13.0px; - + @@ -869,7 +869,7 @@ font-size: 13.0px; - + @@ -881,7 +881,7 @@ font-size: 13.0px; - + @@ -940,7 +940,7 @@ font-size: 13.0px; - + @@ -1021,7 +1021,7 @@ font-size: 13.0px; - + @@ -1071,7 +1071,7 @@ font-size: 13.0px; - + @@ -1144,7 +1144,7 @@ font-size: 13.0px; - + @@ -1194,7 +1194,7 @@ font-size: 13.0px; - + @@ -1275,7 +1275,7 @@ font-size: 13.0px; - + @@ -1352,7 +1352,7 @@ font-size: 13.0px; - + @@ -1368,7 +1368,7 @@ font-size: 13.0px; - + @@ -1436,7 +1436,7 @@ font-size: 13.0px; - + @@ -1448,7 +1448,7 @@ font-size: 13.0px; - + @@ -1516,7 +1516,7 @@ font-size: 13.0px; - + @@ -1528,7 +1528,7 @@ font-size: 13.0px; - + @@ -1633,6 +1633,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsArrangeVertically_dark.svg b/docs/images/guides/multiplot/guideFacetsArrangeVertically_dark.svg index 38eb4ede0..9bcf2aa1e 100644 --- a/docs/images/guides/multiplot/guideFacetsArrangeVertically_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsArrangeVertically_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -166,7 +166,7 @@ font-size: 13.0px; - + @@ -178,7 +178,7 @@ font-size: 13.0px; - + @@ -228,7 +228,7 @@ font-size: 13.0px; - + @@ -240,7 +240,7 @@ font-size: 13.0px; - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -405,7 +405,7 @@ font-size: 13.0px; - + @@ -464,7 +464,7 @@ font-size: 13.0px; - + @@ -482,7 +482,7 @@ font-size: 13.0px; - + @@ -532,7 +532,7 @@ font-size: 13.0px; - + @@ -548,7 +548,7 @@ font-size: 13.0px; - + @@ -598,7 +598,7 @@ font-size: 13.0px; - + @@ -683,7 +683,7 @@ font-size: 13.0px; - + @@ -742,7 +742,7 @@ font-size: 13.0px; - + @@ -754,7 +754,7 @@ font-size: 13.0px; - + @@ -804,7 +804,7 @@ font-size: 13.0px; - + @@ -819,7 +819,7 @@ font-size: 13.0px; - + @@ -869,7 +869,7 @@ font-size: 13.0px; - + @@ -881,7 +881,7 @@ font-size: 13.0px; - + @@ -940,7 +940,7 @@ font-size: 13.0px; - + @@ -1021,7 +1021,7 @@ font-size: 13.0px; - + @@ -1071,7 +1071,7 @@ font-size: 13.0px; - + @@ -1144,7 +1144,7 @@ font-size: 13.0px; - + @@ -1194,7 +1194,7 @@ font-size: 13.0px; - + @@ -1275,7 +1275,7 @@ font-size: 13.0px; - + @@ -1352,7 +1352,7 @@ font-size: 13.0px; - + @@ -1368,7 +1368,7 @@ font-size: 13.0px; - + @@ -1436,7 +1436,7 @@ font-size: 13.0px; - + @@ -1448,7 +1448,7 @@ font-size: 13.0px; - + @@ -1516,7 +1516,7 @@ font-size: 13.0px; - + @@ -1528,7 +1528,7 @@ font-size: 13.0px; - + @@ -1633,6 +1633,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsGridXPlot.svg b/docs/images/guides/multiplot/guideFacetsGridXPlot.svg index b51fe0159..afb0ee004 100644 --- a/docs/images/guides/multiplot/guideFacetsGridXPlot.svg +++ b/docs/images/guides/multiplot/guideFacetsGridXPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -266,7 +266,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -362,7 +362,7 @@ font-size: 13.0px; - + @@ -573,7 +573,7 @@ font-size: 13.0px; - + @@ -653,7 +653,7 @@ font-size: 13.0px; - + @@ -668,7 +668,7 @@ font-size: 13.0px; - + @@ -748,7 +748,7 @@ font-size: 13.0px; - + @@ -843,7 +843,7 @@ font-size: 13.0px; - + @@ -923,7 +923,7 @@ font-size: 13.0px; - + @@ -1038,7 +1038,7 @@ font-size: 13.0px; - + @@ -1136,6 +1136,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsGridXPlot_dark.svg b/docs/images/guides/multiplot/guideFacetsGridXPlot_dark.svg index 914f7929d..4237c92c5 100644 --- a/docs/images/guides/multiplot/guideFacetsGridXPlot_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsGridXPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -266,7 +266,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -362,7 +362,7 @@ font-size: 13.0px; - + @@ -573,7 +573,7 @@ font-size: 13.0px; - + @@ -653,7 +653,7 @@ font-size: 13.0px; - + @@ -668,7 +668,7 @@ font-size: 13.0px; - + @@ -748,7 +748,7 @@ font-size: 13.0px; - + @@ -843,7 +843,7 @@ font-size: 13.0px; - + @@ -923,7 +923,7 @@ font-size: 13.0px; - + @@ -1038,7 +1038,7 @@ font-size: 13.0px; - + @@ -1136,6 +1136,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower.svg b/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower.svg index b35c51fe7..1bbc44a90 100644 --- a/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower.svg +++ b/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -331,7 +331,7 @@ font-size: 13.0px; - + @@ -735,7 +735,7 @@ font-size: 13.0px; - + @@ -826,6 +826,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower_dark.svg b/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower_dark.svg index 72163bd83..3e8f35485 100644 --- a/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsScatterPlotByHorsePower_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -331,7 +331,7 @@ font-size: 13.0px; - + @@ -735,7 +735,7 @@ font-size: 13.0px; - + @@ -826,6 +826,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid.svg b/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid.svg index 58b984f6a..a7e444e93 100644 --- a/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid.svg +++ b/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -238,7 +238,7 @@ font-size: 13.0px; - + @@ -319,7 +319,7 @@ font-size: 13.0px; - + @@ -364,7 +364,7 @@ font-size: 13.0px; - + @@ -376,7 +376,7 @@ font-size: 13.0px; - + @@ -421,7 +421,7 @@ font-size: 13.0px; - + @@ -439,7 +439,7 @@ font-size: 13.0px; - + @@ -484,7 +484,7 @@ font-size: 13.0px; - + @@ -496,7 +496,7 @@ font-size: 13.0px; - + @@ -566,7 +566,7 @@ font-size: 13.0px; - + @@ -578,7 +578,7 @@ font-size: 13.0px; - + @@ -616,7 +616,7 @@ font-size: 13.0px; - + @@ -689,7 +689,7 @@ font-size: 13.0px; - + @@ -727,7 +727,7 @@ font-size: 13.0px; - + @@ -742,7 +742,7 @@ font-size: 13.0px; - + @@ -780,7 +780,7 @@ font-size: 13.0px; - + @@ -796,7 +796,7 @@ font-size: 13.0px; - + @@ -834,7 +834,7 @@ font-size: 13.0px; - + @@ -846,7 +846,7 @@ font-size: 13.0px; - + @@ -918,7 +918,7 @@ font-size: 13.0px; - + @@ -930,7 +930,7 @@ font-size: 13.0px; - + @@ -977,7 +977,7 @@ font-size: 13.0px; - + @@ -1058,7 +1058,7 @@ font-size: 13.0px; - + @@ -1105,7 +1105,7 @@ font-size: 13.0px; - + @@ -1117,7 +1117,7 @@ font-size: 13.0px; - + @@ -1164,7 +1164,7 @@ font-size: 13.0px; - + @@ -1249,7 +1249,7 @@ font-size: 13.0px; - + @@ -1296,7 +1296,7 @@ font-size: 13.0px; - + @@ -1411,7 +1411,7 @@ font-size: 13.0px; - + @@ -1509,6 +1509,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid_dark.svg b/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid_dark.svg index b71fb9999..8fddcff6a 100644 --- a/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsTwoPlotsGrid_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -238,7 +238,7 @@ font-size: 13.0px; - + @@ -319,7 +319,7 @@ font-size: 13.0px; - + @@ -364,7 +364,7 @@ font-size: 13.0px; - + @@ -376,7 +376,7 @@ font-size: 13.0px; - + @@ -421,7 +421,7 @@ font-size: 13.0px; - + @@ -439,7 +439,7 @@ font-size: 13.0px; - + @@ -484,7 +484,7 @@ font-size: 13.0px; - + @@ -496,7 +496,7 @@ font-size: 13.0px; - + @@ -566,7 +566,7 @@ font-size: 13.0px; - + @@ -578,7 +578,7 @@ font-size: 13.0px; - + @@ -616,7 +616,7 @@ font-size: 13.0px; - + @@ -689,7 +689,7 @@ font-size: 13.0px; - + @@ -727,7 +727,7 @@ font-size: 13.0px; - + @@ -742,7 +742,7 @@ font-size: 13.0px; - + @@ -780,7 +780,7 @@ font-size: 13.0px; - + @@ -796,7 +796,7 @@ font-size: 13.0px; - + @@ -834,7 +834,7 @@ font-size: 13.0px; - + @@ -846,7 +846,7 @@ font-size: 13.0px; - + @@ -918,7 +918,7 @@ font-size: 13.0px; - + @@ -930,7 +930,7 @@ font-size: 13.0px; - + @@ -977,7 +977,7 @@ font-size: 13.0px; - + @@ -1058,7 +1058,7 @@ font-size: 13.0px; - + @@ -1105,7 +1105,7 @@ font-size: 13.0px; - + @@ -1117,7 +1117,7 @@ font-size: 13.0px; - + @@ -1164,7 +1164,7 @@ font-size: 13.0px; - + @@ -1249,7 +1249,7 @@ font-size: 13.0px; - + @@ -1296,7 +1296,7 @@ font-size: 13.0px; - + @@ -1411,7 +1411,7 @@ font-size: 13.0px; - + @@ -1509,6 +1509,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting.svg b/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting.svg index daf5291a5..13efb3a1c 100644 --- a/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting.svg +++ b/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -189,7 +189,7 @@ font-size: 13.0px; - + @@ -234,7 +234,7 @@ font-size: 13.0px; - + @@ -315,7 +315,7 @@ font-size: 13.0px; - + @@ -360,7 +360,7 @@ font-size: 13.0px; - + @@ -372,7 +372,7 @@ font-size: 13.0px; - + @@ -417,7 +417,7 @@ font-size: 13.0px; - + @@ -502,7 +502,7 @@ font-size: 13.0px; - + @@ -547,7 +547,7 @@ font-size: 13.0px; - + @@ -662,7 +662,7 @@ font-size: 13.0px; - + @@ -732,7 +732,7 @@ font-size: 13.0px; - + @@ -744,7 +744,7 @@ font-size: 13.0px; - + @@ -782,7 +782,7 @@ font-size: 13.0px; - + @@ -855,7 +855,7 @@ font-size: 13.0px; - + @@ -893,7 +893,7 @@ font-size: 13.0px; - + @@ -908,7 +908,7 @@ font-size: 13.0px; - + @@ -946,7 +946,7 @@ font-size: 13.0px; - + @@ -962,7 +962,7 @@ font-size: 13.0px; - + @@ -1000,7 +1000,7 @@ font-size: 13.0px; - + @@ -1012,7 +1012,7 @@ font-size: 13.0px; - + @@ -1084,7 +1084,7 @@ font-size: 13.0px; - + @@ -1100,7 +1100,7 @@ font-size: 13.0px; - + @@ -1147,7 +1147,7 @@ font-size: 13.0px; - + @@ -1228,7 +1228,7 @@ font-size: 13.0px; - + @@ -1275,7 +1275,7 @@ font-size: 13.0px; - + @@ -1287,7 +1287,7 @@ font-size: 13.0px; - + @@ -1334,7 +1334,7 @@ font-size: 13.0px; - + @@ -1352,7 +1352,7 @@ font-size: 13.0px; - + @@ -1399,7 +1399,7 @@ font-size: 13.0px; - + @@ -1411,7 +1411,7 @@ font-size: 13.0px; - + @@ -1509,6 +1509,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting_dark.svg b/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting_dark.svg index 689391dd9..4a09ec434 100644 --- a/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsWithFormattingAndSorting_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -189,7 +189,7 @@ font-size: 13.0px; - + @@ -234,7 +234,7 @@ font-size: 13.0px; - + @@ -315,7 +315,7 @@ font-size: 13.0px; - + @@ -360,7 +360,7 @@ font-size: 13.0px; - + @@ -372,7 +372,7 @@ font-size: 13.0px; - + @@ -417,7 +417,7 @@ font-size: 13.0px; - + @@ -502,7 +502,7 @@ font-size: 13.0px; - + @@ -547,7 +547,7 @@ font-size: 13.0px; - + @@ -662,7 +662,7 @@ font-size: 13.0px; - + @@ -732,7 +732,7 @@ font-size: 13.0px; - + @@ -744,7 +744,7 @@ font-size: 13.0px; - + @@ -782,7 +782,7 @@ font-size: 13.0px; - + @@ -855,7 +855,7 @@ font-size: 13.0px; - + @@ -893,7 +893,7 @@ font-size: 13.0px; - + @@ -908,7 +908,7 @@ font-size: 13.0px; - + @@ -946,7 +946,7 @@ font-size: 13.0px; - + @@ -962,7 +962,7 @@ font-size: 13.0px; - + @@ -1000,7 +1000,7 @@ font-size: 13.0px; - + @@ -1012,7 +1012,7 @@ font-size: 13.0px; - + @@ -1084,7 +1084,7 @@ font-size: 13.0px; - + @@ -1100,7 +1100,7 @@ font-size: 13.0px; - + @@ -1147,7 +1147,7 @@ font-size: 13.0px; - + @@ -1228,7 +1228,7 @@ font-size: 13.0px; - + @@ -1275,7 +1275,7 @@ font-size: 13.0px; - + @@ -1287,7 +1287,7 @@ font-size: 13.0px; - + @@ -1334,7 +1334,7 @@ font-size: 13.0px; - + @@ -1352,7 +1352,7 @@ font-size: 13.0px; - + @@ -1399,7 +1399,7 @@ font-size: 13.0px; - + @@ -1411,7 +1411,7 @@ font-size: 13.0px; - + @@ -1509,6 +1509,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWrapOnePlot.svg b/docs/images/guides/multiplot/guideFacetsWrapOnePlot.svg index 650226632..cb736ee79 100644 --- a/docs/images/guides/multiplot/guideFacetsWrapOnePlot.svg +++ b/docs/images/guides/multiplot/guideFacetsWrapOnePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -495,7 +495,7 @@ font-size: 13.0px; - + @@ -572,7 +572,7 @@ font-size: 13.0px; - + @@ -587,7 +587,7 @@ font-size: 13.0px; - + @@ -700,7 +700,7 @@ font-size: 13.0px; - + @@ -795,7 +795,7 @@ font-size: 13.0px; - + @@ -872,7 +872,7 @@ font-size: 13.0px; - + @@ -987,7 +987,7 @@ font-size: 13.0px; - + @@ -1085,6 +1085,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWrapOnePlot_dark.svg b/docs/images/guides/multiplot/guideFacetsWrapOnePlot_dark.svg index 5f0e9be86..9c8f51857 100644 --- a/docs/images/guides/multiplot/guideFacetsWrapOnePlot_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsWrapOnePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -495,7 +495,7 @@ font-size: 13.0px; - + @@ -572,7 +572,7 @@ font-size: 13.0px; - + @@ -587,7 +587,7 @@ font-size: 13.0px; - + @@ -700,7 +700,7 @@ font-size: 13.0px; - + @@ -795,7 +795,7 @@ font-size: 13.0px; - + @@ -872,7 +872,7 @@ font-size: 13.0px; - + @@ -987,7 +987,7 @@ font-size: 13.0px; - + @@ -1085,6 +1085,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWrapTwoPlots.svg b/docs/images/guides/multiplot/guideFacetsWrapTwoPlots.svg index 585b2e931..5ba7dda43 100644 --- a/docs/images/guides/multiplot/guideFacetsWrapTwoPlots.svg +++ b/docs/images/guides/multiplot/guideFacetsWrapTwoPlots.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -326,7 +326,7 @@ font-size: 13.0px; - + @@ -378,7 +378,7 @@ font-size: 13.0px; - + @@ -390,7 +390,7 @@ font-size: 13.0px; - + @@ -442,7 +442,7 @@ font-size: 13.0px; - + @@ -460,7 +460,7 @@ font-size: 13.0px; - + @@ -512,7 +512,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -594,7 +594,7 @@ font-size: 13.0px; - + @@ -606,7 +606,7 @@ font-size: 13.0px; - + @@ -658,7 +658,7 @@ font-size: 13.0px; - + @@ -731,7 +731,7 @@ font-size: 13.0px; - + @@ -783,7 +783,7 @@ font-size: 13.0px; - + @@ -798,7 +798,7 @@ font-size: 13.0px; - + @@ -850,7 +850,7 @@ font-size: 13.0px; - + @@ -866,7 +866,7 @@ font-size: 13.0px; - + @@ -918,7 +918,7 @@ font-size: 13.0px; - + @@ -930,7 +930,7 @@ font-size: 13.0px; - + @@ -1009,7 +1009,7 @@ font-size: 13.0px; - + @@ -1021,7 +1021,7 @@ font-size: 13.0px; - + @@ -1082,7 +1082,7 @@ font-size: 13.0px; - + @@ -1163,7 +1163,7 @@ font-size: 13.0px; - + @@ -1224,7 +1224,7 @@ font-size: 13.0px; - + @@ -1236,7 +1236,7 @@ font-size: 13.0px; - + @@ -1297,7 +1297,7 @@ font-size: 13.0px; - + @@ -1382,7 +1382,7 @@ font-size: 13.0px; - + @@ -1443,7 +1443,7 @@ font-size: 13.0px; - + @@ -1558,7 +1558,7 @@ font-size: 13.0px; - + @@ -1663,6 +1663,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFacetsWrapTwoPlots_dark.svg b/docs/images/guides/multiplot/guideFacetsWrapTwoPlots_dark.svg index da97e5b77..cc4588136 100644 --- a/docs/images/guides/multiplot/guideFacetsWrapTwoPlots_dark.svg +++ b/docs/images/guides/multiplot/guideFacetsWrapTwoPlots_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_16 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-text { +#_sample_helper_static_id_prefix_16 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-title { +#_sample_helper_static_id_prefix_16 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .tooltip-label { +#_sample_helper_static_id_prefix_16 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -326,7 +326,7 @@ font-size: 13.0px; - + @@ -378,7 +378,7 @@ font-size: 13.0px; - + @@ -390,7 +390,7 @@ font-size: 13.0px; - + @@ -442,7 +442,7 @@ font-size: 13.0px; - + @@ -460,7 +460,7 @@ font-size: 13.0px; - + @@ -512,7 +512,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -594,7 +594,7 @@ font-size: 13.0px; - + @@ -606,7 +606,7 @@ font-size: 13.0px; - + @@ -658,7 +658,7 @@ font-size: 13.0px; - + @@ -731,7 +731,7 @@ font-size: 13.0px; - + @@ -783,7 +783,7 @@ font-size: 13.0px; - + @@ -798,7 +798,7 @@ font-size: 13.0px; - + @@ -850,7 +850,7 @@ font-size: 13.0px; - + @@ -866,7 +866,7 @@ font-size: 13.0px; - + @@ -918,7 +918,7 @@ font-size: 13.0px; - + @@ -930,7 +930,7 @@ font-size: 13.0px; - + @@ -1009,7 +1009,7 @@ font-size: 13.0px; - + @@ -1021,7 +1021,7 @@ font-size: 13.0px; - + @@ -1082,7 +1082,7 @@ font-size: 13.0px; - + @@ -1163,7 +1163,7 @@ font-size: 13.0px; - + @@ -1224,7 +1224,7 @@ font-size: 13.0px; - + @@ -1236,7 +1236,7 @@ font-size: 13.0px; - + @@ -1297,7 +1297,7 @@ font-size: 13.0px; - + @@ -1382,7 +1382,7 @@ font-size: 13.0px; - + @@ -1443,7 +1443,7 @@ font-size: 13.0px; - + @@ -1558,7 +1558,7 @@ font-size: 13.0px; - + @@ -1663,6 +1663,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetGridYFree.svg b/docs/images/guides/multiplot/guideFreeFacetGridYFree.svg index 54b0c3614..784059904 100644 --- a/docs/images/guides/multiplot/guideFreeFacetGridYFree.svg +++ b/docs/images/guides/multiplot/guideFreeFacetGridYFree.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -361,7 +361,7 @@ font-size: 13.0px; - + @@ -441,7 +441,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -811,7 +811,7 @@ font-size: 13.0px; - + @@ -909,6 +909,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetGridYFree_dark.svg b/docs/images/guides/multiplot/guideFreeFacetGridYFree_dark.svg index 61e22ea8b..2f713f910 100644 --- a/docs/images/guides/multiplot/guideFreeFacetGridYFree_dark.svg +++ b/docs/images/guides/multiplot/guideFreeFacetGridYFree_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -361,7 +361,7 @@ font-size: 13.0px; - + @@ -441,7 +441,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -811,7 +811,7 @@ font-size: 13.0px; - + @@ -909,6 +909,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetSimplePlot.svg b/docs/images/guides/multiplot/guideFreeFacetSimplePlot.svg index d026deac8..1a69c254f 100644 --- a/docs/images/guides/multiplot/guideFreeFacetSimplePlot.svg +++ b/docs/images/guides/multiplot/guideFreeFacetSimplePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -331,7 +331,7 @@ font-size: 13.0px; - + @@ -735,7 +735,7 @@ font-size: 13.0px; - + @@ -826,6 +826,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetSimplePlot_dark.svg b/docs/images/guides/multiplot/guideFreeFacetSimplePlot_dark.svg index a6f2b6377..7e243e228 100644 --- a/docs/images/guides/multiplot/guideFreeFacetSimplePlot_dark.svg +++ b/docs/images/guides/multiplot/guideFreeFacetSimplePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -331,7 +331,7 @@ font-size: 13.0px; - + @@ -735,7 +735,7 @@ font-size: 13.0px; - + @@ -826,6 +826,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWithFixedScales.svg b/docs/images/guides/multiplot/guideFreeFacetWithFixedScales.svg index 55a0fd4e0..0de8d4765 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWithFixedScales.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWithFixedScales.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -359,7 +359,7 @@ font-size: 13.0px; - + @@ -439,7 +439,7 @@ font-size: 13.0px; - + @@ -552,7 +552,7 @@ font-size: 13.0px; - + @@ -809,7 +809,7 @@ font-size: 13.0px; - + @@ -907,6 +907,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWithFixedScales_dark.svg b/docs/images/guides/multiplot/guideFreeFacetWithFixedScales_dark.svg index dfc3cc526..abfea41f6 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWithFixedScales_dark.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWithFixedScales_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -359,7 +359,7 @@ font-size: 13.0px; - + @@ -439,7 +439,7 @@ font-size: 13.0px; - + @@ -552,7 +552,7 @@ font-size: 13.0px; - + @@ -809,7 +809,7 @@ font-size: 13.0px; - + @@ -907,6 +907,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale.svg b/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale.svg index 6eae1d020..74bb1f3e8 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -207,7 +207,7 @@ font-size: 13.0px; - + @@ -266,7 +266,7 @@ font-size: 13.0px; - + @@ -477,7 +477,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -569,7 +569,7 @@ font-size: 13.0px; - + @@ -664,7 +664,7 @@ font-size: 13.0px; - + @@ -759,7 +759,7 @@ font-size: 13.0px; - + @@ -872,7 +872,7 @@ font-size: 13.0px; - + @@ -987,7 +987,7 @@ font-size: 13.0px; - + @@ -1085,6 +1085,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale_dark.svg b/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale_dark.svg index a896fd6d7..3f7ce47a6 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale_dark.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWrapWithFixedScale_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -207,7 +207,7 @@ font-size: 13.0px; - + @@ -266,7 +266,7 @@ font-size: 13.0px; - + @@ -477,7 +477,7 @@ font-size: 13.0px; - + @@ -554,7 +554,7 @@ font-size: 13.0px; - + @@ -569,7 +569,7 @@ font-size: 13.0px; - + @@ -664,7 +664,7 @@ font-size: 13.0px; - + @@ -759,7 +759,7 @@ font-size: 13.0px; - + @@ -872,7 +872,7 @@ font-size: 13.0px; - + @@ -987,7 +987,7 @@ font-size: 13.0px; - + @@ -1085,6 +1085,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale.svg b/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale.svg index 14b0dfc59..3082368c1 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -210,7 +210,7 @@ font-size: 13.0px; - + @@ -226,7 +226,7 @@ font-size: 13.0px; - + @@ -328,7 +328,7 @@ font-size: 13.0px; - + @@ -539,7 +539,7 @@ font-size: 13.0px; - + @@ -635,7 +635,7 @@ font-size: 13.0px; - + @@ -650,7 +650,7 @@ font-size: 13.0px; - + @@ -722,7 +722,7 @@ font-size: 13.0px; - + @@ -817,7 +817,7 @@ font-size: 13.0px; - + @@ -917,7 +917,7 @@ font-size: 13.0px; - + @@ -1032,7 +1032,7 @@ font-size: 13.0px; - + @@ -1130,6 +1130,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale_dark.svg b/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale_dark.svg index a5e1e463d..43c826c9c 100644 --- a/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale_dark.svg +++ b/docs/images/guides/multiplot/guideFreeFacetWrapWithFreeScale_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -210,7 +210,7 @@ font-size: 13.0px; - + @@ -226,7 +226,7 @@ font-size: 13.0px; - + @@ -328,7 +328,7 @@ font-size: 13.0px; - + @@ -539,7 +539,7 @@ font-size: 13.0px; - + @@ -635,7 +635,7 @@ font-size: 13.0px; - + @@ -650,7 +650,7 @@ font-size: 13.0px; - + @@ -722,7 +722,7 @@ font-size: 13.0px; - + @@ -817,7 +817,7 @@ font-size: 13.0px; - + @@ -917,7 +917,7 @@ font-size: 13.0px; - + @@ -1032,7 +1032,7 @@ font-size: 13.0px; - + @@ -1130,6 +1130,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideExportDensityPlot.svg b/docs/images/guides/other/guideExportDensityPlot.svg index ad6e4670f..6eab043ad 100644 --- a/docs/images/guides/other/guideExportDensityPlot.svg +++ b/docs/images/guides/other/guideExportDensityPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -398,6 +398,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideExportDensityPlot_dark.svg b/docs/images/guides/other/guideExportDensityPlot_dark.svg index 859786751..c83e5f999 100644 --- a/docs/images/guides/other/guideExportDensityPlot_dark.svg +++ b/docs/images/guides/other/guideExportDensityPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -309,7 +309,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -398,6 +398,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackBarOnGatheredDf.svg b/docs/images/guides/other/guideSeriesHackBarOnGatheredDf.svg index 453f740b3..588a95b5d 100644 --- a/docs/images/guides/other/guideSeriesHackBarOnGatheredDf.svg +++ b/docs/images/guides/other/guideSeriesHackBarOnGatheredDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -487,6 +487,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackBarOnGatheredDf_dark.svg b/docs/images/guides/other/guideSeriesHackBarOnGatheredDf_dark.svg index 40fc0fd64..8eb26d584 100644 --- a/docs/images/guides/other/guideSeriesHackBarOnGatheredDf_dark.svg +++ b/docs/images/guides/other/guideSeriesHackBarOnGatheredDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -407,7 +407,7 @@ font-size: 13.0px; - + @@ -487,6 +487,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackBarsSeries.svg b/docs/images/guides/other/guideSeriesHackBarsSeries.svg index 4c5f514a1..c97d49c68 100644 --- a/docs/images/guides/other/guideSeriesHackBarsSeries.svg +++ b/docs/images/guides/other/guideSeriesHackBarsSeries.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -229,19 +229,19 @@ font-size: 13.0px; - + - + - + @@ -445,6 +445,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackBarsSeries_dark.svg b/docs/images/guides/other/guideSeriesHackBarsSeries_dark.svg index 32eb5ccb9..90ad01ada 100644 --- a/docs/images/guides/other/guideSeriesHackBarsSeries_dark.svg +++ b/docs/images/guides/other/guideSeriesHackBarsSeries_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -411,19 +411,19 @@ font-size: 13.0px; - + - + - + @@ -445,6 +445,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackGatheredLines.svg b/docs/images/guides/other/guideSeriesHackGatheredLines.svg index efc561eea..dbf20a83b 100644 --- a/docs/images/guides/other/guideSeriesHackGatheredLines.svg +++ b/docs/images/guides/other/guideSeriesHackGatheredLines.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -203,7 +203,7 @@ font-size: 13.0px; - + @@ -447,6 +447,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackGatheredLines_dark.svg b/docs/images/guides/other/guideSeriesHackGatheredLines_dark.svg index c9332f865..e612e9396 100644 --- a/docs/images/guides/other/guideSeriesHackGatheredLines_dark.svg +++ b/docs/images/guides/other/guideSeriesHackGatheredLines_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -347,7 +347,7 @@ font-size: 13.0px; - + @@ -367,7 +367,7 @@ font-size: 13.0px; - + @@ -447,6 +447,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackLinesPlot.svg b/docs/images/guides/other/guideSeriesHackLinesPlot.svg index 4194efe1b..2de9ab234 100644 --- a/docs/images/guides/other/guideSeriesHackLinesPlot.svg +++ b/docs/images/guides/other/guideSeriesHackLinesPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -207,19 +207,19 @@ font-size: 13.0px; - + - + - + @@ -405,6 +405,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/other/guideSeriesHackLinesPlot_dark.svg b/docs/images/guides/other/guideSeriesHackLinesPlot_dark.svg index a308176aa..3fbfffe89 100644 --- a/docs/images/guides/other/guideSeriesHackLinesPlot_dark.svg +++ b/docs/images/guides/other/guideSeriesHackLinesPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -347,7 +347,7 @@ font-size: 13.0px; - + @@ -371,19 +371,19 @@ font-size: 13.0px; - + - + - + @@ -405,6 +405,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale.svg index 2f867f457..db5308ab4 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale_dark.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale_dark.svg index c126eb926..e94e4cd0d 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYBoxplotWithFreeScale_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -281,7 +281,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales.svg index e6df4c5e8..e11858201 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -194,7 +194,7 @@ font-size: 13.0px; - + @@ -393,6 +393,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi.svg index eaed20fa6..c3f68c094 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -202,7 +202,7 @@ font-size: 13.0px; - + @@ -433,6 +433,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi_dark.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi_dark.svg index c81657867..570bc6d61 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScalesWithAltApi_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -347,7 +347,7 @@ font-size: 13.0px; - + @@ -366,7 +366,7 @@ font-size: 13.0px; - + @@ -433,6 +433,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales_dark.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales_dark.svg index 4731a200f..3d466f515 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYConfigureAxisScales_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -326,7 +326,7 @@ font-size: 13.0px; - + @@ -393,6 +393,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine.svg index 3ccab0848..966a4841b 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -198,13 +198,13 @@ font-size: 13.0px; - + - + @@ -394,6 +394,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine_dark.svg b/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine_dark.svg index 40aa70483..b025f149c 100644 --- a/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsGlobalXYPlotLine_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -296,7 +296,7 @@ font-size: 13.0px; - + @@ -321,13 +321,13 @@ font-size: 13.0px; - + - + @@ -394,6 +394,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales.svg b/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales.svg index 938e043f9..0bdb87e98 100644 --- a/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales.svg +++ b/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -196,7 +196,7 @@ font-size: 13.0px; - + @@ -525,6 +525,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales_dark.svg b/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales_dark.svg index d35e39570..34565ccf2 100644 --- a/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsLayersCustomizedScales_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -314,7 +314,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -525,6 +525,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales.svg b/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales.svg index cbdaf6dcc..17a977447 100644 --- a/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales.svg +++ b/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -213,7 +213,7 @@ font-size: 13.0px; - + @@ -407,6 +407,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales_dark.svg b/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales_dark.svg index 10d732cbf..f682443e3 100644 --- a/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsLayersPlotWithCustomScales_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -294,7 +294,7 @@ font-size: 13.0px; - + @@ -334,7 +334,7 @@ font-size: 13.0px; - + @@ -407,6 +407,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData.svg b/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData.svg index b4346eadb..a948b037e 100644 --- a/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData.svg +++ b/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -186,7 +186,7 @@ font-size: 13.0px; - + @@ -353,6 +353,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData_dark.svg b/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData_dark.svg index b7f4907ab..8000bfd68 100644 --- a/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsPlotCreationHumidityData_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -286,7 +286,7 @@ font-size: 13.0px; - + @@ -353,6 +353,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot.svg b/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot.svg index 1162858db..fda7dcca0 100644 --- a/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot.svg +++ b/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -213,7 +213,7 @@ font-size: 13.0px; - + @@ -471,6 +471,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot_dark.svg b/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot_dark.svg index 220444fa7..34dda072e 100644 --- a/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsRawSourceDaysPerMonthBarPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -376,7 +376,7 @@ font-size: 13.0px; - + @@ -471,6 +471,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph.svg b/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph.svg index 558cbfe31..4da73721f 100644 --- a/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph.svg +++ b/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -180,7 +180,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph_dark.svg b/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph_dark.svg index 36275a0dd..48fa16bff 100644 --- a/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph_dark.svg +++ b/docs/images/guides/quickStartGuide/basicsScaleParamTimeHumidityGraph_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -240,7 +240,7 @@ font-size: 13.0px; - + @@ -259,7 +259,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor.svg index ae3a1c32a..916280691 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer.svg index c9f28dd04..82ee328aa 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer_dark.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer_dark.svg index 7fd373ef6..cc7131ce0 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColorBrewer_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor_dark.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor_dark.svg index 412c22347..fcae6b04a 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesCategoricalColor_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2.svg index 73645ecc3..2b9f6a8da 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2_dark.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2_dark.svg index c0b2a0224..ad17b9a58 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradient2_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN.svg index b675def66..39fa3023f 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN_dark.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN_dark.svg index 6c06010d6..1bcb565ac 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGradientN_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey.svg index a47002501..36620d242 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey_dark.svg b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey_dark.svg index de5cf137b..0015d2f56 100644 --- a/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalCustomScalesContinuousColorGrey_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -655,6 +655,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalExportPlotForExport.svg b/docs/images/guides/quickStartGuide/experimentalExportPlotForExport.svg index b5e599f3a..708e983c4 100644 --- a/docs/images/guides/quickStartGuide/experimentalExportPlotForExport.svg +++ b/docs/images/guides/quickStartGuide/experimentalExportPlotForExport.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalExportPlotForExport_dark.svg b/docs/images/guides/quickStartGuide/experimentalExportPlotForExport_dark.svg index daca5f224..a3b9860ac 100644 --- a/docs/images/guides/quickStartGuide/experimentalExportPlotForExport_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalExportPlotForExport_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes.svg b/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes.svg index 46a86a882..4e5ed1eee 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -419,7 +419,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes_dark.svg b/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes_dark.svg index 210c1e653..b30e0fa37 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutCustomStyleBlankAxes_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -419,7 +419,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles.svg b/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles.svg index d81ab814a..fb012b4be 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -237,7 +237,7 @@ font-size: 13.0px; - + @@ -483,7 +483,7 @@ font-size: 13.0px; - + @@ -510,7 +510,7 @@ font-size: 13.0px; - + @@ -525,117 +525,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -644,7 +644,7 @@ font-size: 13.0px; } - + @@ -781,7 +781,7 @@ font-size: 13.0px; - + @@ -1027,7 +1027,7 @@ font-size: 13.0px; - + @@ -1056,7 +1056,7 @@ font-size: 13.0px; - + @@ -1071,117 +1071,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1190,7 +1190,7 @@ font-size: 13.0px; } - + @@ -1327,7 +1327,7 @@ font-size: 13.0px; - + @@ -1573,7 +1573,7 @@ font-size: 13.0px; - + @@ -1602,7 +1602,7 @@ font-size: 13.0px; - + @@ -1617,117 +1617,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1736,7 +1736,7 @@ font-size: 13.0px; } - + @@ -1853,7 +1853,7 @@ font-size: 13.0px; - + @@ -2099,7 +2099,7 @@ font-size: 13.0px; - + @@ -2126,7 +2126,7 @@ font-size: 13.0px; - + @@ -2141,117 +2141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2260,7 +2260,7 @@ font-size: 13.0px; } - + @@ -2373,7 +2373,7 @@ font-size: 13.0px; - + @@ -2619,7 +2619,7 @@ font-size: 13.0px; - + @@ -2646,7 +2646,7 @@ font-size: 13.0px; - + @@ -2661,117 +2661,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2780,7 +2780,7 @@ font-size: 13.0px; } - + @@ -2921,7 +2921,7 @@ font-size: 13.0px; - + @@ -3167,7 +3167,7 @@ font-size: 13.0px; - + @@ -3196,7 +3196,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles_dark.svg b/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles_dark.svg index a8ac80a81..57d96a722 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutPlotAllStyles_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -237,7 +237,7 @@ font-size: 13.0px; - + @@ -483,7 +483,7 @@ font-size: 13.0px; - + @@ -510,7 +510,7 @@ font-size: 13.0px; - + @@ -525,117 +525,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -644,7 +644,7 @@ font-size: 13.0px; } - + @@ -781,7 +781,7 @@ font-size: 13.0px; - + @@ -1027,7 +1027,7 @@ font-size: 13.0px; - + @@ -1056,7 +1056,7 @@ font-size: 13.0px; - + @@ -1071,117 +1071,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1190,7 +1190,7 @@ font-size: 13.0px; } - + @@ -1327,7 +1327,7 @@ font-size: 13.0px; - + @@ -1573,7 +1573,7 @@ font-size: 13.0px; - + @@ -1602,7 +1602,7 @@ font-size: 13.0px; - + @@ -1617,117 +1617,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx10 .plot-title { +#_sample_helper_static_id_prefix_10 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx10 .plot-subtitle { +#_sample_helper_static_id_prefix_10 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .plot-caption { +#_sample_helper_static_id_prefix_10 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .hyperlink-element { +#_sample_helper_static_id_prefix_10 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx10 .legend-title { +#_sample_helper_static_id_prefix_10 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .legend-item { +#_sample_helper_static_id_prefix_10 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-x { +#_sample_helper_static_id_prefix_10 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-x { +#_sample_helper_static_id_prefix_10 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .axis-title-y { +#_sample_helper_static_id_prefix_10 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx10 .axis-text-y { +#_sample_helper_static_id_prefix_10 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_12 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-x { +#_sample_helper_static_id_prefix_10 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx10 .facet-strip-text-y { +#_sample_helper_static_id_prefix_10 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-text { +#_sample_helper_static_id_prefix_12 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-title { +#_sample_helper_static_id_prefix_12 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx12 .tooltip-label { +#_sample_helper_static_id_prefix_12 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1736,7 +1736,7 @@ font-size: 13.0px; } - + @@ -1853,7 +1853,7 @@ font-size: 13.0px; - + @@ -2099,7 +2099,7 @@ font-size: 13.0px; - + @@ -2126,7 +2126,7 @@ font-size: 13.0px; - + @@ -2141,117 +2141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx13 .plot-title { +#_sample_helper_static_id_prefix_13 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx13 .plot-subtitle { +#_sample_helper_static_id_prefix_13 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .plot-caption { +#_sample_helper_static_id_prefix_13 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .hyperlink-element { +#_sample_helper_static_id_prefix_13 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx13 .legend-title { +#_sample_helper_static_id_prefix_13 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .legend-item { +#_sample_helper_static_id_prefix_13 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-x { +#_sample_helper_static_id_prefix_13 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-x { +#_sample_helper_static_id_prefix_13 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-title-y { +#_sample_helper_static_id_prefix_13 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx13 .axis-text-y { +#_sample_helper_static_id_prefix_13 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_15 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-x { +#_sample_helper_static_id_prefix_13 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .facet-strip-text-y { +#_sample_helper_static_id_prefix_13 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-text { +#_sample_helper_static_id_prefix_15 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-title { +#_sample_helper_static_id_prefix_15 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx15 .tooltip-label { +#_sample_helper_static_id_prefix_15 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2260,7 +2260,7 @@ font-size: 13.0px; } - + @@ -2373,7 +2373,7 @@ font-size: 13.0px; - + @@ -2619,7 +2619,7 @@ font-size: 13.0px; - + @@ -2646,7 +2646,7 @@ font-size: 13.0px; - + @@ -2661,117 +2661,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx16 .plot-title { +#_sample_helper_static_id_prefix_16 .plot-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx16 .plot-subtitle { +#_sample_helper_static_id_prefix_16 .plot-subtitle { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .plot-caption { +#_sample_helper_static_id_prefix_16 .plot-caption { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .hyperlink-element { +#_sample_helper_static_id_prefix_16 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx16 .legend-title { +#_sample_helper_static_id_prefix_16 .legend-title { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .legend-item { +#_sample_helper_static_id_prefix_16 .legend-item { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-x { +#_sample_helper_static_id_prefix_16 .axis-title-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-x { +#_sample_helper_static_id_prefix_16 .axis-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .axis-title-y { +#_sample_helper_static_id_prefix_16 .axis-title-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx16 .axis-text-y { +#_sample_helper_static_id_prefix_16 .axis-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_18 .axis-tooltip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-x { +#_sample_helper_static_id_prefix_16 .facet-strip-text-x { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx16 .facet-strip-text-y { +#_sample_helper_static_id_prefix_16 .facet-strip-text-y { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-text { +#_sample_helper_static_id_prefix_18 .tooltip-text { fill: #0000ff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-title { +#_sample_helper_static_id_prefix_18 .tooltip-title { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx18 .tooltip-label { +#_sample_helper_static_id_prefix_18 .tooltip-label { fill: #0000ff; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -2780,7 +2780,7 @@ font-size: 13.0px; } - + @@ -2921,7 +2921,7 @@ font-size: 13.0px; - + @@ -3167,7 +3167,7 @@ font-size: 13.0px; - + @@ -3196,7 +3196,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle.svg b/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle.svg index d59dca20d..0bcf895da 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -514,7 +514,7 @@ font-size: 13.0px; - + @@ -536,6 +536,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle_dark.svg b/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle_dark.svg index 99bd150e0..eec4abcfc 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutSimpleCustomStyle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -514,7 +514,7 @@ font-size: 13.0px; - + @@ -536,6 +536,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize.svg b/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize.svg index f4f75921e..129c0081c 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -564,6 +564,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize_dark.svg b/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize_dark.svg index c4a2e2404..daef0f281 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutTitleSubtitleCapSize_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -564,6 +564,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle.svg b/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle.svg index 9234eb5cd..c791e4c19 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -514,7 +514,7 @@ font-size: 13.0px; - + @@ -536,6 +536,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle_dark.svg b/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle_dark.svg index 3a9a1328a..d89da7a2b 100644 --- a/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalLayoutWithClassicStyle_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -268,7 +268,7 @@ font-size: 13.0px; - + @@ -514,7 +514,7 @@ font-size: 13.0px; - + @@ -536,6 +536,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid.svg index d45687559..08e861ef0 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-text { +#_sample_helper_static_id_prefix_13 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-title { +#_sample_helper_static_id_prefix_13 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-label { +#_sample_helper_static_id_prefix_13 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -151,7 +151,7 @@ font-size: 13.0px; - + @@ -186,7 +186,7 @@ font-size: 13.0px; - + @@ -230,7 +230,7 @@ font-size: 13.0px; - + @@ -299,7 +299,7 @@ font-size: 13.0px; - + @@ -336,7 +336,7 @@ font-size: 13.0px; - + @@ -348,7 +348,7 @@ font-size: 13.0px; - + @@ -390,7 +390,7 @@ font-size: 13.0px; - + @@ -402,7 +402,7 @@ font-size: 13.0px; - + @@ -441,7 +441,7 @@ font-size: 13.0px; - + @@ -457,7 +457,7 @@ font-size: 13.0px; - + @@ -489,7 +489,7 @@ font-size: 13.0px; - + @@ -501,7 +501,7 @@ font-size: 13.0px; - + @@ -538,7 +538,7 @@ font-size: 13.0px; - + @@ -582,7 +582,7 @@ font-size: 13.0px; - + @@ -621,7 +621,7 @@ font-size: 13.0px; - + @@ -676,7 +676,7 @@ font-size: 13.0px; - + @@ -708,7 +708,7 @@ font-size: 13.0px; - + @@ -724,7 +724,7 @@ font-size: 13.0px; - + @@ -761,7 +761,7 @@ font-size: 13.0px; - + @@ -821,7 +821,7 @@ font-size: 13.0px; - + @@ -889,7 +889,7 @@ font-size: 13.0px; - + @@ -902,7 +902,7 @@ font-size: 13.0px; - + @@ -963,7 +963,7 @@ font-size: 13.0px; - + @@ -996,7 +996,7 @@ font-size: 13.0px; - + @@ -1226,6 +1226,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX.svg index d15da92cc..db695f14e 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -276,7 +276,7 @@ font-size: 13.0px; - + @@ -392,7 +392,7 @@ font-size: 13.0px; - + @@ -509,7 +509,7 @@ font-size: 13.0px; - + @@ -574,7 +574,7 @@ font-size: 13.0px; - + @@ -611,7 +611,7 @@ font-size: 13.0px; - + @@ -832,6 +832,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX_dark.svg index 1ffd69155..7397d9da8 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridX_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -236,7 +236,7 @@ font-size: 13.0px; - + @@ -351,7 +351,7 @@ font-size: 13.0px; - + @@ -416,7 +416,7 @@ font-size: 13.0px; - + @@ -533,7 +533,7 @@ font-size: 13.0px; - + @@ -598,7 +598,7 @@ font-size: 13.0px; - + @@ -635,7 +635,7 @@ font-size: 13.0px; - + @@ -832,6 +832,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY.svg index 6fb3c3f84..7a2b6fa9b 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -249,7 +249,7 @@ font-size: 13.0px; - + @@ -299,7 +299,7 @@ font-size: 13.0px; - + @@ -315,7 +315,7 @@ font-size: 13.0px; - + @@ -365,7 +365,7 @@ font-size: 13.0px; - + @@ -456,7 +456,7 @@ font-size: 13.0px; - + @@ -506,7 +506,7 @@ font-size: 13.0px; - + @@ -588,7 +588,7 @@ font-size: 13.0px; - + @@ -852,6 +852,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY_dark.svg index 07da7fcf6..2d5445612 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGridY_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -168,7 +168,7 @@ font-size: 13.0px; - + @@ -260,7 +260,7 @@ font-size: 13.0px; - + @@ -310,7 +310,7 @@ font-size: 13.0px; - + @@ -326,7 +326,7 @@ font-size: 13.0px; - + @@ -376,7 +376,7 @@ font-size: 13.0px; - + @@ -467,7 +467,7 @@ font-size: 13.0px; - + @@ -573,7 +573,7 @@ font-size: 13.0px; - + @@ -655,7 +655,7 @@ font-size: 13.0px; - + @@ -852,6 +852,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid_dark.svg index a17483892..4cfd2051f 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingGrid_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-text { +#_sample_helper_static_id_prefix_13 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-title { +#_sample_helper_static_id_prefix_13 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-label { +#_sample_helper_static_id_prefix_13 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -162,7 +162,7 @@ font-size: 13.0px; - + @@ -197,7 +197,7 @@ font-size: 13.0px; - + @@ -234,7 +234,7 @@ font-size: 13.0px; - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -340,7 +340,7 @@ font-size: 13.0px; - + @@ -352,7 +352,7 @@ font-size: 13.0px; - + @@ -401,7 +401,7 @@ font-size: 13.0px; - + @@ -413,7 +413,7 @@ font-size: 13.0px; - + @@ -445,7 +445,7 @@ font-size: 13.0px; - + @@ -461,7 +461,7 @@ font-size: 13.0px; - + @@ -493,7 +493,7 @@ font-size: 13.0px; - + @@ -505,7 +505,7 @@ font-size: 13.0px; - + @@ -549,7 +549,7 @@ font-size: 13.0px; - + @@ -593,7 +593,7 @@ font-size: 13.0px; - + @@ -625,7 +625,7 @@ font-size: 13.0px; - + @@ -680,7 +680,7 @@ font-size: 13.0px; - + @@ -712,7 +712,7 @@ font-size: 13.0px; - + @@ -728,7 +728,7 @@ font-size: 13.0px; - + @@ -801,7 +801,7 @@ font-size: 13.0px; - + @@ -861,7 +861,7 @@ font-size: 13.0px; - + @@ -922,7 +922,7 @@ font-size: 13.0px; - + @@ -935,7 +935,7 @@ font-size: 13.0px; - + @@ -996,7 +996,7 @@ font-size: 13.0px; - + @@ -1029,7 +1029,7 @@ font-size: 13.0px; - + @@ -1226,6 +1226,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap.svg index f8b02efb6..b16846275 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-text { +#_sample_helper_static_id_prefix_13 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-title { +#_sample_helper_static_id_prefix_13 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-label { +#_sample_helper_static_id_prefix_13 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -151,7 +151,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -411,7 +411,7 @@ font-size: 13.0px; - + @@ -423,7 +423,7 @@ font-size: 13.0px; - + @@ -499,7 +499,7 @@ font-size: 13.0px; - + @@ -534,7 +534,7 @@ font-size: 13.0px; - + @@ -601,7 +601,7 @@ font-size: 13.0px; - + @@ -614,7 +614,7 @@ font-size: 13.0px; - + @@ -681,7 +681,7 @@ font-size: 13.0px; - + @@ -736,7 +736,7 @@ font-size: 13.0px; - + @@ -805,7 +805,7 @@ font-size: 13.0px; - + @@ -821,7 +821,7 @@ font-size: 13.0px; - + @@ -897,7 +897,7 @@ font-size: 13.0px; - + @@ -966,7 +966,7 @@ font-size: 13.0px; - + @@ -1035,7 +1035,7 @@ font-size: 13.0px; - + @@ -1068,7 +1068,7 @@ font-size: 13.0px; - + @@ -1146,7 +1146,7 @@ font-size: 13.0px; - + @@ -1162,7 +1162,7 @@ font-size: 13.0px; - + @@ -1240,7 +1240,7 @@ font-size: 13.0px; - + @@ -1252,7 +1252,7 @@ font-size: 13.0px; - + @@ -1330,7 +1330,7 @@ font-size: 13.0px; - + @@ -1342,7 +1342,7 @@ font-size: 13.0px; - + @@ -1584,6 +1584,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap_dark.svg index b7aae638b..fded29c58 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotFacetingWrap_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_13 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-text { +#_sample_helper_static_id_prefix_13 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-title { +#_sample_helper_static_id_prefix_13 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx13 .tooltip-label { +#_sample_helper_static_id_prefix_13 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -251,7 +251,7 @@ font-size: 13.0px; - + @@ -329,7 +329,7 @@ font-size: 13.0px; - + @@ -373,7 +373,7 @@ font-size: 13.0px; - + @@ -451,7 +451,7 @@ font-size: 13.0px; - + @@ -463,7 +463,7 @@ font-size: 13.0px; - + @@ -530,7 +530,7 @@ font-size: 13.0px; - + @@ -565,7 +565,7 @@ font-size: 13.0px; - + @@ -632,7 +632,7 @@ font-size: 13.0px; - + @@ -645,7 +645,7 @@ font-size: 13.0px; - + @@ -712,7 +712,7 @@ font-size: 13.0px; - + @@ -767,7 +767,7 @@ font-size: 13.0px; - + @@ -845,7 +845,7 @@ font-size: 13.0px; - + @@ -861,7 +861,7 @@ font-size: 13.0px; - + @@ -928,7 +928,7 @@ font-size: 13.0px; - + @@ -997,7 +997,7 @@ font-size: 13.0px; - + @@ -1075,7 +1075,7 @@ font-size: 13.0px; - + @@ -1108,7 +1108,7 @@ font-size: 13.0px; - + @@ -1186,7 +1186,7 @@ font-size: 13.0px; - + @@ -1202,7 +1202,7 @@ font-size: 13.0px; - + @@ -1280,7 +1280,7 @@ font-size: 13.0px; - + @@ -1292,7 +1292,7 @@ font-size: 13.0px; - + @@ -1370,7 +1370,7 @@ font-size: 13.0px; - + @@ -1382,7 +1382,7 @@ font-size: 13.0px; - + @@ -1584,6 +1584,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch.svg index 04428f527..63a62dac6 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -271,117 +271,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx6 .plot-title { +#_sample_helper_static_id_prefix_6 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx6 .plot-subtitle { +#_sample_helper_static_id_prefix_6 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .plot-caption { +#_sample_helper_static_id_prefix_6 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .hyperlink-element { +#_sample_helper_static_id_prefix_6 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx6 .legend-title { +#_sample_helper_static_id_prefix_6 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .legend-item { +#_sample_helper_static_id_prefix_6 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-x { +#_sample_helper_static_id_prefix_6 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-x { +#_sample_helper_static_id_prefix_6 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-y { +#_sample_helper_static_id_prefix_6 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-y { +#_sample_helper_static_id_prefix_6 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-x { +#_sample_helper_static_id_prefix_6 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-y { +#_sample_helper_static_id_prefix_6 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -391,7 +391,7 @@ font-size: 13.0px; - + @@ -417,7 +417,7 @@ font-size: 13.0px; - + @@ -431,7 +431,7 @@ font-size: 13.0px; - + @@ -507,10 +507,10 @@ font-size: 13.0px; - + - + @@ -536,7 +536,7 @@ font-size: 13.0px; - + @@ -562,7 +562,7 @@ font-size: 13.0px; - + @@ -711,10 +711,10 @@ font-size: 13.0px; - + - + @@ -752,7 +752,7 @@ font-size: 13.0px; - + @@ -997,7 +997,7 @@ font-size: 13.0px; - + @@ -1243,7 +1243,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch_dark.svg index 6fb64f4ff..0db077692 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotBunch_dark.svg @@ -11,117 +11,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -141,117 +141,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx3 .plot-title { +#_sample_helper_static_id_prefix_3 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx3 .plot-subtitle { +#_sample_helper_static_id_prefix_3 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .plot-caption { +#_sample_helper_static_id_prefix_3 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .hyperlink-element { +#_sample_helper_static_id_prefix_3 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx3 .legend-title { +#_sample_helper_static_id_prefix_3 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .legend-item { +#_sample_helper_static_id_prefix_3 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-x { +#_sample_helper_static_id_prefix_3 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-x { +#_sample_helper_static_id_prefix_3 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-title-y { +#_sample_helper_static_id_prefix_3 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx3 .axis-text-y { +#_sample_helper_static_id_prefix_3 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-x { +#_sample_helper_static_id_prefix_3 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .facet-strip-text-y { +#_sample_helper_static_id_prefix_3 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-text { +#_sample_helper_static_id_prefix_5 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-title { +#_sample_helper_static_id_prefix_5 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx5 .tooltip-label { +#_sample_helper_static_id_prefix_5 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -271,117 +271,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx6 .plot-title { +#_sample_helper_static_id_prefix_6 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx6 .plot-subtitle { +#_sample_helper_static_id_prefix_6 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .plot-caption { +#_sample_helper_static_id_prefix_6 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .hyperlink-element { +#_sample_helper_static_id_prefix_6 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx6 .legend-title { +#_sample_helper_static_id_prefix_6 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .legend-item { +#_sample_helper_static_id_prefix_6 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-x { +#_sample_helper_static_id_prefix_6 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-x { +#_sample_helper_static_id_prefix_6 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-title-y { +#_sample_helper_static_id_prefix_6 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx6 .axis-text-y { +#_sample_helper_static_id_prefix_6 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-x { +#_sample_helper_static_id_prefix_6 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .facet-strip-text-y { +#_sample_helper_static_id_prefix_6 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-text { +#_sample_helper_static_id_prefix_8 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-title { +#_sample_helper_static_id_prefix_8 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx8 .tooltip-label { +#_sample_helper_static_id_prefix_8 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -391,7 +391,7 @@ font-size: 13.0px; - + @@ -471,7 +471,7 @@ font-size: 13.0px; - + @@ -485,7 +485,7 @@ font-size: 13.0px; - + @@ -507,10 +507,10 @@ font-size: 13.0px; - + - + @@ -590,7 +590,7 @@ font-size: 13.0px; - + @@ -616,7 +616,7 @@ font-size: 13.0px; - + @@ -711,10 +711,10 @@ font-size: 13.0px; - + - + @@ -854,7 +854,7 @@ font-size: 13.0px; - + @@ -1099,7 +1099,7 @@ font-size: 13.0px; - + @@ -1243,7 +1243,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid.svg index 2c751e507..ba08c30fb 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -166,7 +166,7 @@ font-size: 13.0px; - + @@ -411,7 +411,7 @@ font-size: 13.0px; - + @@ -630,7 +630,7 @@ font-size: 13.0px; - + @@ -645,117 +645,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -764,7 +764,7 @@ font-size: 13.0px; } - + @@ -796,7 +796,7 @@ font-size: 13.0px; - + @@ -810,7 +810,7 @@ font-size: 13.0px; - + @@ -907,7 +907,7 @@ font-size: 13.0px; - + @@ -922,117 +922,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1041,7 +1041,7 @@ font-size: 13.0px; } - + @@ -1071,7 +1071,7 @@ font-size: 13.0px; - + @@ -1097,7 +1097,7 @@ font-size: 13.0px; - + @@ -1260,7 +1260,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid_dark.svg b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid_dark.svg index 16588963c..6d22bec91 100644 --- a/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalMultiplotPlotGrid_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -241,7 +241,7 @@ font-size: 13.0px; - + @@ -486,7 +486,7 @@ font-size: 13.0px; - + @@ -630,7 +630,7 @@ font-size: 13.0px; - + @@ -645,117 +645,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -764,7 +764,7 @@ font-size: 13.0px; } - + @@ -871,7 +871,7 @@ font-size: 13.0px; - + @@ -885,7 +885,7 @@ font-size: 13.0px; - + @@ -907,7 +907,7 @@ font-size: 13.0px; - + @@ -922,117 +922,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx7 .plot-title { +#_sample_helper_static_id_prefix_7 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx7 .plot-subtitle { +#_sample_helper_static_id_prefix_7 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .plot-caption { +#_sample_helper_static_id_prefix_7 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .hyperlink-element { +#_sample_helper_static_id_prefix_7 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx7 .legend-title { +#_sample_helper_static_id_prefix_7 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .legend-item { +#_sample_helper_static_id_prefix_7 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-x { +#_sample_helper_static_id_prefix_7 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-x { +#_sample_helper_static_id_prefix_7 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-title-y { +#_sample_helper_static_id_prefix_7 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx7 .axis-text-y { +#_sample_helper_static_id_prefix_7 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_9 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-x { +#_sample_helper_static_id_prefix_7 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .facet-strip-text-y { +#_sample_helper_static_id_prefix_7 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-text { +#_sample_helper_static_id_prefix_9 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-title { +#_sample_helper_static_id_prefix_9 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx9 .tooltip-label { +#_sample_helper_static_id_prefix_9 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -1041,7 +1041,7 @@ font-size: 13.0px; } - + @@ -1139,7 +1139,7 @@ font-size: 13.0px; - + @@ -1165,7 +1165,7 @@ font-size: 13.0px; - + @@ -1260,7 +1260,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines.svg index 589fab8ab..eaea445f8 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -233,13 +233,13 @@ font-size: 13.0px; - + - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines_dark.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines_dark.svg index c95d432dc..7a54a9c29 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsBinPlotWithBarsAndLines_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -387,13 +387,13 @@ font-size: 13.0px; - + - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram.svg index 5d19e17a6..fbd082178 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -512,6 +512,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram_dark.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram_dark.svg index a76142529..13db74b71 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsConfiguredHistogram_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -381,7 +381,7 @@ font-size: 13.0px; - + @@ -512,6 +512,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram.svg index 984038dfd..0bcd6b5e1 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -408,6 +408,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram_dark.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram_dark.svg index e560f52a2..9fe9b336a 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsShortcutHistogram_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -381,7 +381,7 @@ font-size: 13.0px; - + @@ -408,6 +408,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData.svg index 17bc60497..cae2b8f8d 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -172,7 +172,7 @@ font-size: 13.0px; - + @@ -204,7 +204,7 @@ font-size: 13.0px; - + @@ -328,7 +328,7 @@ font-size: 13.0px; - + @@ -343,117 +343,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -462,7 +462,7 @@ font-size: 13.0px; } - + @@ -502,7 +502,7 @@ font-size: 13.0px; - + @@ -550,7 +550,7 @@ font-size: 13.0px; - + @@ -681,7 +681,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData_dark.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData_dark.svg index 84fe17ff1..444fda73a 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinOnIterableData_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -274,7 +274,7 @@ font-size: 13.0px; - + @@ -306,7 +306,7 @@ font-size: 13.0px; - + @@ -328,7 +328,7 @@ font-size: 13.0px; - + @@ -343,117 +343,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -462,7 +462,7 @@ font-size: 13.0px; } - + @@ -611,7 +611,7 @@ font-size: 13.0px; - + @@ -659,7 +659,7 @@ font-size: 13.0px; - + @@ -681,7 +681,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist.svg index af9fcd788..81a8fc590 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -174,7 +174,7 @@ font-size: 13.0px; - + @@ -222,7 +222,7 @@ font-size: 13.0px; - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -373,117 +373,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -492,7 +492,7 @@ font-size: 13.0px; } - + @@ -532,7 +532,7 @@ font-size: 13.0px; - + @@ -580,7 +580,7 @@ font-size: 13.0px; - + @@ -716,7 +716,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist_dark.svg b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist_dark.svg index f47dbdd5c..08ecdf6ef 100644 --- a/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalStatisticsStatBinsAndHist_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -283,7 +283,7 @@ font-size: 13.0px; - + @@ -331,7 +331,7 @@ font-size: 13.0px; - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -373,117 +373,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -492,7 +492,7 @@ font-size: 13.0px; } - + @@ -641,7 +641,7 @@ font-size: 13.0px; - + @@ -689,7 +689,7 @@ font-size: 13.0px; - + @@ -716,7 +716,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns.svg index b014465bb..7f824825e 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns_dark.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns_dark.svg index 87a1d4565..17a3efa5f 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsByColumns_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine.svg index b014465bb..7f824825e 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine_dark.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine_dark.svg index 87a1d4565..17a3efa5f 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsCustomizedWithLine_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips.svg index b014465bb..7f824825e 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips_dark.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips_dark.svg index 87a1d4565..17a3efa5f 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsHideTooltips_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth.svg index b014465bb..7f824825e 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -415,7 +415,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth_dark.svg b/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth_dark.svg index 87a1d4565..17a3efa5f 100644 --- a/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth_dark.svg +++ b/docs/images/guides/quickStartGuide/experimentalTooltipsWithTitleAnchorMinWidth_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -278,7 +278,7 @@ font-size: 13.0px; - + @@ -524,7 +524,7 @@ font-size: 13.0px; - + @@ -607,6 +607,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame.svg b/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame.svg index 7d66f280c..6eca3c488 100644 --- a/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame.svg +++ b/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame_dark.svg b/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame_dark.svg index 93ec719b5..1ee78f86c 100644 --- a/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingPlotOnDataFrame_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -389,7 +389,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionDodgePlot.svg b/docs/images/guides/quickStartGuide/groupingPositionDodgePlot.svg index aa16f9e0b..56309dd34 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionDodgePlot.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionDodgePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionDodgePlot_dark.svg b/docs/images/guides/quickStartGuide/groupingPositionDodgePlot_dark.svg index 356cf28ff..4200d2b73 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionDodgePlot_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionDodgePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -316,7 +316,7 @@ font-size: 13.0px; - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot.svg b/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot.svg index b4515abff..c4e34c13e 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot_dark.svg b/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot_dark.svg index b137e2836..2e717b49f 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionIdentityPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -316,7 +316,7 @@ font-size: 13.0px; - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionStackPlot.svg b/docs/images/guides/quickStartGuide/groupingPositionStackPlot.svg index 1a7638d27..24b66acfc 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionStackPlot.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionStackPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -165,7 +165,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -375,6 +375,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingPositionStackPlot_dark.svg b/docs/images/guides/quickStartGuide/groupingPositionStackPlot_dark.svg index 9dbea5b4d..abae8606c 100644 --- a/docs/images/guides/quickStartGuide/groupingPositionStackPlot_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingPositionStackPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -254,7 +254,7 @@ font-size: 13.0px; - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -375,6 +375,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingSimpleGrouping.svg b/docs/images/guides/quickStartGuide/groupingSimpleGrouping.svg index 7d66f280c..6eca3c488 100644 --- a/docs/images/guides/quickStartGuide/groupingSimpleGrouping.svg +++ b/docs/images/guides/quickStartGuide/groupingSimpleGrouping.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingSimpleGrouping_dark.svg b/docs/images/guides/quickStartGuide/groupingSimpleGrouping_dark.svg index 93ec719b5..1ee78f86c 100644 --- a/docs/images/guides/quickStartGuide/groupingSimpleGrouping_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingSimpleGrouping_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -389,7 +389,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -431,6 +431,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingWithColorMapping.svg b/docs/images/guides/quickStartGuide/groupingWithColorMapping.svg index a89bf2615..c0b0ecef5 100644 --- a/docs/images/guides/quickStartGuide/groupingWithColorMapping.svg +++ b/docs/images/guides/quickStartGuide/groupingWithColorMapping.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/groupingWithColorMapping_dark.svg b/docs/images/guides/quickStartGuide/groupingWithColorMapping_dark.svg index f9d5a8f84..94f29b7f9 100644 --- a/docs/images/guides/quickStartGuide/groupingWithColorMapping_dark.svg +++ b/docs/images/guides/quickStartGuide/groupingWithColorMapping_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -343,7 +343,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot.svg b/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot.svg index a89bf2615..c0b0ecef5 100644 --- a/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot.svg +++ b/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -199,7 +199,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot_dark.svg b/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot_dark.svg index f9d5a8f84..94f29b7f9 100644 --- a/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot_dark.svg +++ b/docs/images/guides/quickStartGuide/implicitGroupingSimplePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -343,7 +343,7 @@ font-size: 13.0px; - + @@ -423,6 +423,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot.svg b/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot.svg index c0d361289..702c05123 100644 --- a/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot.svg +++ b/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -326,6 +326,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot_dark.svg b/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot_dark.svg index d89350395..fb5e7b5ae 100644 --- a/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot_dark.svg +++ b/docs/images/guides/quickStartGuide/kotlinDataframeApiDrvCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -290,7 +290,7 @@ font-size: 13.0px; - + @@ -304,7 +304,7 @@ font-size: 13.0px; - + @@ -326,6 +326,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo.svg b/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo.svg index 1e787a44e..73b1e2f15 100644 --- a/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo.svg +++ b/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -412,7 +412,7 @@ font-size: 13.0px; - + @@ -658,6 +658,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo_dark.svg b/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo_dark.svg index 8664b9994..1cdacb4ab 100644 --- a/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo_dark.svg +++ b/docs/images/guides/quickStartGuide/kotlinDataframeApiPlotMpgInfo_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -514,7 +514,7 @@ font-size: 13.0px; - + @@ -658,6 +658,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot.svg b/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot.svg index 651c62c3a..186cb8c39 100644 --- a/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot.svg +++ b/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -374,13 +374,13 @@ font-size: 13.0px; - + - + @@ -616,6 +616,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot_dark.svg b/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot_dark.svg index 89ad0a882..3a6e8175d 100644 --- a/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot_dark.svg +++ b/docs/images/guides/stat/guideBoxplotConfigureGroupedBoxplot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -492,13 +492,13 @@ font-size: 13.0px; - + - + @@ -616,6 +616,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot.svg b/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot.svg index b16221bdc..1f711eef5 100644 --- a/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot.svg +++ b/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -321,7 +321,7 @@ font-size: 13.0px; - + @@ -530,6 +530,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot_dark.svg b/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot_dark.svg index 6d67d5bf1..da5404402 100644 --- a/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot_dark.svg +++ b/docs/images/guides/stat/guideBoxplotCustomizeGroupedBoxplot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -432,7 +432,7 @@ font-size: 13.0px; - + @@ -530,6 +530,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupByBoxplot.svg b/docs/images/guides/stat/guideBoxplotGroupByBoxplot.svg index 90318132e..6cd942a43 100644 --- a/docs/images/guides/stat/guideBoxplotGroupByBoxplot.svg +++ b/docs/images/guides/stat/guideBoxplotGroupByBoxplot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -347,13 +347,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupByBoxplot_dark.svg b/docs/images/guides/stat/guideBoxplotGroupByBoxplot_dark.svg index 88896e846..6232176af 100644 --- a/docs/images/guides/stat/guideBoxplotGroupByBoxplot_dark.svg +++ b/docs/images/guides/stat/guideBoxplotGroupByBoxplot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -465,13 +465,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupedBorderLines.svg b/docs/images/guides/stat/guideBoxplotGroupedBorderLines.svg index 7525f5a0c..b132544ba 100644 --- a/docs/images/guides/stat/guideBoxplotGroupedBorderLines.svg +++ b/docs/images/guides/stat/guideBoxplotGroupedBorderLines.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -273,7 +273,7 @@ font-size: 13.0px; - + @@ -476,6 +476,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupedBorderLines_dark.svg b/docs/images/guides/stat/guideBoxplotGroupedBorderLines_dark.svg index e4a1f95b4..9b3290180 100644 --- a/docs/images/guides/stat/guideBoxplotGroupedBorderLines_dark.svg +++ b/docs/images/guides/stat/guideBoxplotGroupedBorderLines_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -384,7 +384,7 @@ font-size: 13.0px; - + @@ -476,6 +476,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot.svg b/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot.svg index 065c16058..224ca15cf 100644 --- a/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot.svg +++ b/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -273,7 +273,7 @@ font-size: 13.0px; - + @@ -406,6 +406,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot_dark.svg b/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot_dark.svg index 5f5516ce4..d568905b2 100644 --- a/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot_dark.svg +++ b/docs/images/guides/stat/guideBoxplotGroupedStatBoxplotEBPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -384,7 +384,7 @@ font-size: 13.0px; - + @@ -406,6 +406,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf.svg b/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf.svg index 90318132e..6cd942a43 100644 --- a/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf.svg +++ b/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -347,13 +347,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf_dark.svg b/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf_dark.svg index 88896e846..6232176af 100644 --- a/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf_dark.svg +++ b/docs/images/guides/stat/guideBoxplotSimpleGrBoxplotOnDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -465,13 +465,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf.svg b/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf.svg index 90318132e..6cd942a43 100644 --- a/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf.svg +++ b/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -347,13 +347,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf_dark.svg b/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf_dark.svg index 88896e846..6232176af 100644 --- a/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf_dark.svg +++ b/docs/images/guides/stat/guideBoxplotSimpleGroupedBoxplotInDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -465,13 +465,13 @@ font-size: 13.0px; - + - + @@ -569,6 +569,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCandlestickPlot.svg b/docs/images/guides/stat/guideCandlestickCandlestickPlot.svg index ad53e26e8..865f103a1 100644 --- a/docs/images/guides/stat/guideCandlestickCandlestickPlot.svg +++ b/docs/images/guides/stat/guideCandlestickCandlestickPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured.svg b/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured.svg index 60c422ab1..567b7d23c 100644 --- a/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured.svg +++ b/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured_dark.svg b/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured_dark.svg index 7973b3f6f..b2f36b895 100644 --- a/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured_dark.svg +++ b/docs/images/guides/stat/guideCandlestickCandlestickPlotConfigured_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCandlestickPlot_dark.svg b/docs/images/guides/stat/guideCandlestickCandlestickPlot_dark.svg index 29e830c31..25432a0e7 100644 --- a/docs/images/guides/stat/guideCandlestickCandlestickPlot_dark.svg +++ b/docs/images/guides/stat/guideCandlestickCandlestickPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick.svg b/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick.svg index ae13f2c7d..d435fd60d 100644 --- a/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick.svg +++ b/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -164,7 +164,7 @@ font-size: 13.0px; - + @@ -222,7 +222,7 @@ font-size: 13.0px; - + @@ -321,7 +321,7 @@ font-size: 13.0px; - + @@ -336,117 +336,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -455,7 +455,7 @@ font-size: 13.0px; } - + @@ -485,7 +485,7 @@ font-size: 13.0px; - + @@ -543,7 +543,7 @@ font-size: 13.0px; - + @@ -642,7 +642,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick_dark.svg b/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick_dark.svg index 0166da265..d928b43a2 100644 --- a/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick_dark.svg +++ b/docs/images/guides/stat/guideCandlestickCompareBoxesVsCandlestick_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -236,7 +236,7 @@ font-size: 13.0px; - + @@ -294,7 +294,7 @@ font-size: 13.0px; - + @@ -321,7 +321,7 @@ font-size: 13.0px; - + @@ -336,117 +336,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -455,7 +455,7 @@ font-size: 13.0px; } - + @@ -557,7 +557,7 @@ font-size: 13.0px; - + @@ -615,7 +615,7 @@ font-size: 13.0px; - + @@ -642,7 +642,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL.svg b/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL.svg index c08b96600..42660e5df 100644 --- a/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL.svg +++ b/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL_dark.svg b/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL_dark.svg index 40dc86ef9..2b8135490 100644 --- a/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL_dark.svg +++ b/docs/images/guides/stat/guideCandlestickLayerCustomizationDSL_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI.svg b/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI.svg index a5a6e6c22..281283d09 100644 --- a/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI.svg +++ b/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -397,6 +397,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI_dark.svg b/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI_dark.svg index f52b3dbdd..7f37ad0e1 100644 --- a/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI_dark.svg +++ b/docs/images/guides/stat/guideCandlestickLayerCustomizationStatAPI_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -397,6 +397,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot.svg b/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot.svg index 26969b793..854af94e4 100644 --- a/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot.svg +++ b/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot_dark.svg b/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot_dark.svg index 3a30b2660..357686f9a 100644 --- a/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot_dark.svg +++ b/docs/images/guides/stat/guideCandlestickSimpleCandlestickPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot.svg b/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot.svg index afbb6e25d..0cd1ef816 100644 --- a/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot.svg +++ b/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot_dark.svg b/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot_dark.svg index 4b6615b88..0d091b00e 100644 --- a/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot_dark.svg +++ b/docs/images/guides/stat/guideCandlestickStatCandlestickBoxesPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot.svg b/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot.svg index 1e1a019e3..3de254d6e 100644 --- a/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot.svg +++ b/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -223,7 +223,7 @@ font-size: 13.0px; - + @@ -373,6 +373,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot_dark.svg b/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot_dark.svg index 51c51f3a1..91addf142 100644 --- a/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot_dark.svg +++ b/docs/images/guides/stat/guideCandlestickStatCandlestickErrorBarsPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -351,7 +351,7 @@ font-size: 13.0px; - + @@ -373,6 +373,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountBarsVsCountPlot.svg b/docs/images/guides/stat/guideCountBarsVsCountPlot.svg index 0472938d7..02b2a1ab3 100644 --- a/docs/images/guides/stat/guideCountBarsVsCountPlot.svg +++ b/docs/images/guides/stat/guideCountBarsVsCountPlot.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -166,7 +166,7 @@ font-size: 13.0px; - + @@ -188,7 +188,7 @@ font-size: 13.0px; - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -313,117 +313,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -432,7 +432,7 @@ font-size: 13.0px; } - + @@ -464,7 +464,7 @@ font-size: 13.0px; - + @@ -486,7 +486,7 @@ font-size: 13.0px; - + @@ -596,7 +596,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountBarsVsCountPlot_dark.svg b/docs/images/guides/stat/guideCountBarsVsCountPlot_dark.svg index 39899045c..24164eb48 100644 --- a/docs/images/guides/stat/guideCountBarsVsCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountBarsVsCountPlot_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -249,7 +249,7 @@ font-size: 13.0px; - + @@ -271,7 +271,7 @@ font-size: 13.0px; - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -313,117 +313,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -432,7 +432,7 @@ font-size: 13.0px; } - + @@ -547,7 +547,7 @@ font-size: 13.0px; - + @@ -569,7 +569,7 @@ font-size: 13.0px; - + @@ -596,7 +596,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigureGroupedCountPlot.svg b/docs/images/guides/stat/guideCountConfigureGroupedCountPlot.svg index 6cfb115ae..5ea2d0d42 100644 --- a/docs/images/guides/stat/guideCountConfigureGroupedCountPlot.svg +++ b/docs/images/guides/stat/guideCountConfigureGroupedCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -203,7 +203,7 @@ font-size: 13.0px; - + @@ -401,6 +401,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigureGroupedCountPlot_dark.svg b/docs/images/guides/stat/guideCountConfigureGroupedCountPlot_dark.svg index 2e5943d56..003f9330f 100644 --- a/docs/images/guides/stat/guideCountConfigureGroupedCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountConfigureGroupedCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -321,7 +321,7 @@ font-size: 13.0px; - + @@ -401,6 +401,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigurePlot.svg b/docs/images/guides/stat/guideCountConfigurePlot.svg index 73a4bd2ad..79b60df43 100644 --- a/docs/images/guides/stat/guideCountConfigurePlot.svg +++ b/docs/images/guides/stat/guideCountConfigurePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -456,6 +456,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigurePlot_dark.svg b/docs/images/guides/stat/guideCountConfigurePlot_dark.svg index 27a9e0be2..83c85f8bd 100644 --- a/docs/images/guides/stat/guideCountConfigurePlot_dark.svg +++ b/docs/images/guides/stat/guideCountConfigurePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -456,6 +456,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot.svg b/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot.svg index 71b142e82..c6ce0afbd 100644 --- a/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot.svg +++ b/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -416,6 +416,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot_dark.svg b/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot_dark.svg index 98c2e680c..6e5ed0e6d 100644 --- a/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountConfigureSimpleGroupedCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -336,7 +336,7 @@ font-size: 13.0px; - + @@ -416,6 +416,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupByCountPlot.svg b/docs/images/guides/stat/guideCountGroupByCountPlot.svg index 8e0c0fe49..4ceab2bf5 100644 --- a/docs/images/guides/stat/guideCountGroupByCountPlot.svg +++ b/docs/images/guides/stat/guideCountGroupByCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupByCountPlot_dark.svg b/docs/images/guides/stat/guideCountGroupByCountPlot_dark.svg index 94a388612..f33940458 100644 --- a/docs/images/guides/stat/guideCountGroupByCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountGroupByCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedCountPlot.svg b/docs/images/guides/stat/guideCountGroupedCountPlot.svg index 8e0c0fe49..4ceab2bf5 100644 --- a/docs/images/guides/stat/guideCountGroupedCountPlot.svg +++ b/docs/images/guides/stat/guideCountGroupedCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedCountPlot_dark.svg b/docs/images/guides/stat/guideCountGroupedCountPlot_dark.svg index 94a388612..f33940458 100644 --- a/docs/images/guides/stat/guideCountGroupedCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountGroupedCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot.svg b/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot.svg index b0a469247..316417e56 100644 --- a/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot.svg +++ b/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot_dark.svg b/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot_dark.svg index aec0b07c8..46f55ed92 100644 --- a/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot_dark.svg +++ b/docs/images/guides/stat/guideCountGroupedStatCountBarsPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot.svg b/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot.svg index cf960403d..0f8df5810 100644 --- a/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot.svg +++ b/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot_dark.svg b/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot_dark.svg index 7f0e132ef..451a23145 100644 --- a/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot_dark.svg +++ b/docs/images/guides/stat/guideCountGroupedStatCountBarsWithColorPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountPlotWithItr.svg b/docs/images/guides/stat/guideCountPlotWithItr.svg index ad4e46ee0..a10545702 100644 --- a/docs/images/guides/stat/guideCountPlotWithItr.svg +++ b/docs/images/guides/stat/guideCountPlotWithItr.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -299,6 +299,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountPlotWithItr_dark.svg b/docs/images/guides/stat/guideCountPlotWithItr_dark.svg index 5d9765760..7f9df3f76 100644 --- a/docs/images/guides/stat/guideCountPlotWithItr_dark.svg +++ b/docs/images/guides/stat/guideCountPlotWithItr_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -299,6 +299,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountPlotWithWeight.svg b/docs/images/guides/stat/guideCountPlotWithWeight.svg index 056e4da94..4c8d62695 100644 --- a/docs/images/guides/stat/guideCountPlotWithWeight.svg +++ b/docs/images/guides/stat/guideCountPlotWithWeight.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -333,6 +333,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountPlotWithWeight_dark.svg b/docs/images/guides/stat/guideCountPlotWithWeight_dark.svg index 37944e187..a118ecc90 100644 --- a/docs/images/guides/stat/guideCountPlotWithWeight_dark.svg +++ b/docs/images/guides/stat/guideCountPlotWithWeight_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -333,6 +333,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimpleCountPlot.svg b/docs/images/guides/stat/guideCountSimpleCountPlot.svg index 66fb0fc61..3750b927c 100644 --- a/docs/images/guides/stat/guideCountSimpleCountPlot.svg +++ b/docs/images/guides/stat/guideCountSimpleCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -333,6 +333,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimpleCountPlot_dark.svg b/docs/images/guides/stat/guideCountSimpleCountPlot_dark.svg index 3286d513c..53a1c916d 100644 --- a/docs/images/guides/stat/guideCountSimpleCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountSimpleCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -333,6 +333,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimpleGroupedCountPlot.svg b/docs/images/guides/stat/guideCountSimpleGroupedCountPlot.svg index 8e0c0fe49..4ceab2bf5 100644 --- a/docs/images/guides/stat/guideCountSimpleGroupedCountPlot.svg +++ b/docs/images/guides/stat/guideCountSimpleGroupedCountPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimpleGroupedCountPlot_dark.svg b/docs/images/guides/stat/guideCountSimpleGroupedCountPlot_dark.svg index 94a388612..f33940458 100644 --- a/docs/images/guides/stat/guideCountSimpleGroupedCountPlot_dark.svg +++ b/docs/images/guides/stat/guideCountSimpleGroupedCountPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -437,6 +437,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimplePlot.svg b/docs/images/guides/stat/guideCountSimplePlot.svg index 3a21eb92c..b089fe396 100644 --- a/docs/images/guides/stat/guideCountSimplePlot.svg +++ b/docs/images/guides/stat/guideCountSimplePlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -338,6 +338,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountSimplePlot_dark.svg b/docs/images/guides/stat/guideCountSimplePlot_dark.svg index 71a27e8ca..9056d1d5c 100644 --- a/docs/images/guides/stat/guideCountSimplePlot_dark.svg +++ b/docs/images/guides/stat/guideCountSimplePlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -338,6 +338,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountBarsPlot.svg b/docs/images/guides/stat/guideCountStatCountBarsPlot.svg index 1f0e446b8..c5bfeff1c 100644 --- a/docs/images/guides/stat/guideCountStatCountBarsPlot.svg +++ b/docs/images/guides/stat/guideCountStatCountBarsPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -338,6 +338,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountBarsPlot_dark.svg b/docs/images/guides/stat/guideCountStatCountBarsPlot_dark.svg index ba1994e8e..6c6aaf30a 100644 --- a/docs/images/guides/stat/guideCountStatCountBarsPlot_dark.svg +++ b/docs/images/guides/stat/guideCountStatCountBarsPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -338,6 +338,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountFillColor.svg b/docs/images/guides/stat/guideCountStatCountFillColor.svg index ff4ec9dde..da089f893 100644 --- a/docs/images/guides/stat/guideCountStatCountFillColor.svg +++ b/docs/images/guides/stat/guideCountStatCountFillColor.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -442,6 +442,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountFillColor_dark.svg b/docs/images/guides/stat/guideCountStatCountFillColor_dark.svg index 561d504cc..0f6c63b9e 100644 --- a/docs/images/guides/stat/guideCountStatCountFillColor_dark.svg +++ b/docs/images/guides/stat/guideCountStatCountFillColor_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -442,6 +442,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountPointsPlot.svg b/docs/images/guides/stat/guideCountStatCountPointsPlot.svg index 5de84e3bd..374bcadcc 100644 --- a/docs/images/guides/stat/guideCountStatCountPointsPlot.svg +++ b/docs/images/guides/stat/guideCountStatCountPointsPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -188,7 +188,7 @@ font-size: 13.0px; - + @@ -555,6 +555,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountStatCountPointsPlot_dark.svg b/docs/images/guides/stat/guideCountStatCountPointsPlot_dark.svg index bfa85e96c..98cef87cd 100644 --- a/docs/images/guides/stat/guideCountStatCountPointsPlot_dark.svg +++ b/docs/images/guides/stat/guideCountStatCountPointsPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -299,7 +299,7 @@ font-size: 13.0px; - + @@ -555,6 +555,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountWithHLine.svg b/docs/images/guides/stat/guideCountWithHLine.svg index 234b39083..5d9bcd6c3 100644 --- a/docs/images/guides/stat/guideCountWithHLine.svg +++ b/docs/images/guides/stat/guideCountWithHLine.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -197,13 +197,13 @@ font-size: 13.0px; - + - + @@ -343,6 +343,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideCountWithHLine_dark.svg b/docs/images/guides/stat/guideCountWithHLine_dark.svg index 183df3f64..03e928fc9 100644 --- a/docs/images/guides/stat/guideCountWithHLine_dark.svg +++ b/docs/images/guides/stat/guideCountWithHLine_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -315,13 +315,13 @@ font-size: 13.0px; - + - + @@ -343,6 +343,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapConfigureHeatmap.svg b/docs/images/guides/stat/guideHeatmapConfigureHeatmap.svg index 3462aa364..cebfeb71e 100644 --- a/docs/images/guides/stat/guideHeatmapConfigureHeatmap.svg +++ b/docs/images/guides/stat/guideHeatmapConfigureHeatmap.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapConfigureHeatmap_dark.svg b/docs/images/guides/stat/guideHeatmapConfigureHeatmap_dark.svg index b726c4a6b..314513b7a 100644 --- a/docs/images/guides/stat/guideHeatmapConfigureHeatmap_dark.svg +++ b/docs/images/guides/stat/guideHeatmapConfigureHeatmap_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapHeatmapInDf.svg b/docs/images/guides/stat/guideHeatmapHeatmapInDf.svg index 54721c84a..7af63768b 100644 --- a/docs/images/guides/stat/guideHeatmapHeatmapInDf.svg +++ b/docs/images/guides/stat/guideHeatmapHeatmapInDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapHeatmapInDf_dark.svg b/docs/images/guides/stat/guideHeatmapHeatmapInDf_dark.svg index 0528e863e..8cf9bc252 100644 --- a/docs/images/guides/stat/guideHeatmapHeatmapInDf_dark.svg +++ b/docs/images/guides/stat/guideHeatmapHeatmapInDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapHeatmapOnDf.svg b/docs/images/guides/stat/guideHeatmapHeatmapOnDf.svg index 8bffb4183..ce3bbd3df 100644 --- a/docs/images/guides/stat/guideHeatmapHeatmapOnDf.svg +++ b/docs/images/guides/stat/guideHeatmapHeatmapOnDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapHeatmapOnDf_dark.svg b/docs/images/guides/stat/guideHeatmapHeatmapOnDf_dark.svg index 9a71afafc..86e42bd4b 100644 --- a/docs/images/guides/stat/guideHeatmapHeatmapOnDf_dark.svg +++ b/docs/images/guides/stat/guideHeatmapHeatmapOnDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf.svg b/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf.svg index ba3dd9385..6a9cb8a50 100644 --- a/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf.svg +++ b/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf_dark.svg b/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf_dark.svg index 82e6fe8ec..98799e578 100644 --- a/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf_dark.svg +++ b/docs/images/guides/stat/guideHeatmapSimpleHeatmapInDf_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapStatCount2DPlot.svg b/docs/images/guides/stat/guideHeatmapStatCount2DPlot.svg index d7c7e44d2..2947d47b2 100644 --- a/docs/images/guides/stat/guideHeatmapStatCount2DPlot.svg +++ b/docs/images/guides/stat/guideHeatmapStatCount2DPlot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapStatCount2DPlot_dark.svg b/docs/images/guides/stat/guideHeatmapStatCount2DPlot_dark.svg index 7fbf57345..c1a2b4f71 100644 --- a/docs/images/guides/stat/guideHeatmapStatCount2DPlot_dark.svg +++ b/docs/images/guides/stat/guideHeatmapStatCount2DPlot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapStatCount2DTile.svg b/docs/images/guides/stat/guideHeatmapStatCount2DTile.svg index 0a604f3da..df75f692e 100644 --- a/docs/images/guides/stat/guideHeatmapStatCount2DTile.svg +++ b/docs/images/guides/stat/guideHeatmapStatCount2DTile.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapStatCount2DTile_dark.svg b/docs/images/guides/stat/guideHeatmapStatCount2DTile_dark.svg index e670b9723..b0e1709ea 100644 --- a/docs/images/guides/stat/guideHeatmapStatCount2DTile_dark.svg +++ b/docs/images/guides/stat/guideHeatmapStatCount2DTile_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -404,6 +404,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapTileVsHeatMap.svg b/docs/images/guides/stat/guideHeatmapTileVsHeatMap.svg index 994cd5e4a..e9ae9e0e8 100644 --- a/docs/images/guides/stat/guideHeatmapTileVsHeatMap.svg +++ b/docs/images/guides/stat/guideHeatmapTileVsHeatMap.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -168,7 +168,7 @@ font-size: 13.0px; - + @@ -192,7 +192,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -424,117 +424,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -543,7 +543,7 @@ font-size: 13.0px; } - + @@ -577,7 +577,7 @@ font-size: 13.0px; - + @@ -601,7 +601,7 @@ font-size: 13.0px; - + @@ -818,7 +818,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapTileVsHeatMap_dark.svg b/docs/images/guides/stat/guideHeatmapTileVsHeatMap_dark.svg index b113676d7..92bd8309f 100644 --- a/docs/images/guides/stat/guideHeatmapTileVsHeatMap_dark.svg +++ b/docs/images/guides/stat/guideHeatmapTileVsHeatMap_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -258,7 +258,7 @@ font-size: 13.0px; - + @@ -282,7 +282,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -424,117 +424,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -543,7 +543,7 @@ font-size: 13.0px; } - + @@ -667,7 +667,7 @@ font-size: 13.0px; - + @@ -691,7 +691,7 @@ font-size: 13.0px; - + @@ -818,7 +818,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithFillColor.svg b/docs/images/guides/stat/guideHeatmapWithFillColor.svg index b0d27fea4..e7259aa35 100644 --- a/docs/images/guides/stat/guideHeatmapWithFillColor.svg +++ b/docs/images/guides/stat/guideHeatmapWithFillColor.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithFillColor_dark.svg b/docs/images/guides/stat/guideHeatmapWithFillColor_dark.svg index 45e091843..2f26ce80f 100644 --- a/docs/images/guides/stat/guideHeatmapWithFillColor_dark.svg +++ b/docs/images/guides/stat/guideHeatmapWithFillColor_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -245,7 +245,7 @@ font-size: 13.0px; - + @@ -269,7 +269,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithIterable.svg b/docs/images/guides/stat/guideHeatmapWithIterable.svg index 8dd10a1a0..7b8f3584c 100644 --- a/docs/images/guides/stat/guideHeatmapWithIterable.svg +++ b/docs/images/guides/stat/guideHeatmapWithIterable.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -159,7 +159,7 @@ font-size: 13.0px; - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -365,6 +365,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithIterable_dark.svg b/docs/images/guides/stat/guideHeatmapWithIterable_dark.svg index e9d83241a..91c40c766 100644 --- a/docs/images/guides/stat/guideHeatmapWithIterable_dark.svg +++ b/docs/images/guides/stat/guideHeatmapWithIterable_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -243,7 +243,7 @@ font-size: 13.0px; - + @@ -365,6 +365,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithWeight.svg b/docs/images/guides/stat/guideHeatmapWithWeight.svg index ba3dd9385..6a9cb8a50 100644 --- a/docs/images/guides/stat/guideHeatmapWithWeight.svg +++ b/docs/images/guides/stat/guideHeatmapWithWeight.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/guides/stat/guideHeatmapWithWeight_dark.svg b/docs/images/guides/stat/guideHeatmapWithWeight_dark.svg index 82e6fe8ec..98799e578 100644 --- a/docs/images/guides/stat/guideHeatmapWithWeight_dark.svg +++ b/docs/images/guides/stat/guideHeatmapWithWeight_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/quickstart_sample.svg b/docs/images/quickstart_sample.svg index 9515eb3fe..3a8714d90 100644 --- a/docs/images/quickstart_sample.svg +++ b/docs/images/quickstart_sample.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -205,13 +205,13 @@ font-size: 13.0px; - + - + @@ -475,6 +475,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/quickstart_sample_dark.svg b/docs/images/quickstart_sample_dark.svg index 1867c943a..54d03589c 100644 --- a/docs/images/quickstart_sample_dark.svg +++ b/docs/images/quickstart_sample_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -313,7 +313,7 @@ font-size: 13.0px; - + @@ -343,13 +343,13 @@ font-size: 13.0px; - + - + @@ -475,6 +475,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_fixed.svg b/docs/images/samples/area/area_fixed.svg index 7bea7c73f..9626df56e 100644 --- a/docs/images/samples/area/area_fixed.svg +++ b/docs/images/samples/area/area_fixed.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -201,13 +201,13 @@ font-size: 13.0px; - + - + @@ -395,6 +395,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_fixed_dark.svg b/docs/images/samples/area/area_fixed_dark.svg index 14ee6ddef..f6d3b27bf 100644 --- a/docs/images/samples/area/area_fixed_dark.svg +++ b/docs/images/samples/area/area_fixed_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -357,13 +357,13 @@ font-size: 13.0px; - + - + @@ -395,6 +395,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_settings.svg b/docs/images/samples/area/area_settings.svg index 55a4133dd..ca7d31df0 100644 --- a/docs/images/samples/area/area_settings.svg +++ b/docs/images/samples/area/area_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -197,7 +197,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_settings_dark.svg b/docs/images/samples/area/area_settings_dark.svg index f5f5f1ac9..5e878a50b 100644 --- a/docs/images/samples/area/area_settings_dark.svg +++ b/docs/images/samples/area/area_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -336,7 +336,7 @@ font-size: 13.0px; - + @@ -352,7 +352,7 @@ font-size: 13.0px; - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_with_mark_line.svg b/docs/images/samples/area/area_with_mark_line.svg index 57c37f25a..d3ac5a196 100644 --- a/docs/images/samples/area/area_with_mark_line.svg +++ b/docs/images/samples/area/area_with_mark_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,19 +211,19 @@ font-size: 13.0px; - + - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_with_mark_line_dark.svg b/docs/images/samples/area/area_with_mark_line_dark.svg index 089bc128b..86f237892 100644 --- a/docs/images/samples/area/area_with_mark_line_dark.svg +++ b/docs/images/samples/area/area_with_mark_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -367,19 +367,19 @@ font-size: 13.0px; - + - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_with_reversed_axis.svg b/docs/images/samples/area/area_with_reversed_axis.svg index 70630560e..66bb02205 100644 --- a/docs/images/samples/area/area_with_reversed_axis.svg +++ b/docs/images/samples/area/area_with_reversed_axis.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -195,7 +195,7 @@ font-size: 13.0px; - + @@ -373,6 +373,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/area_with_reversed_axis_dark.svg b/docs/images/samples/area/area_with_reversed_axis_dark.svg index a5a2af786..6a318faca 100644 --- a/docs/images/samples/area/area_with_reversed_axis_dark.svg +++ b/docs/images/samples/area/area_with_reversed_axis_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -341,7 +341,7 @@ font-size: 13.0px; - + @@ -373,6 +373,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/density_plot.svg b/docs/images/samples/area/density_plot.svg index ac2772931..6f792e161 100644 --- a/docs/images/samples/area/density_plot.svg +++ b/docs/images/samples/area/density_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/density_plot_dark.svg b/docs/images/samples/area/density_plot_dark.svg index d0b215121..05ee7996d 100644 --- a/docs/images/samples/area/density_plot_dark.svg +++ b/docs/images/samples/area/density_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/functional_area_plot.svg b/docs/images/samples/area/functional_area_plot.svg index aa5461b5d..a389e8df4 100644 --- a/docs/images/samples/area/functional_area_plot.svg +++ b/docs/images/samples/area/functional_area_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -201,7 +201,7 @@ font-size: 13.0px; - + @@ -394,6 +394,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/functional_area_plot_dark.svg b/docs/images/samples/area/functional_area_plot_dark.svg index b4cf5d304..cb32b3f36 100644 --- a/docs/images/samples/area/functional_area_plot_dark.svg +++ b/docs/images/samples/area/functional_area_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -356,7 +356,7 @@ font-size: 13.0px; - + @@ -372,7 +372,7 @@ font-size: 13.0px; - + @@ -394,6 +394,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/preview_area_with_mark_line.svg b/docs/images/samples/area/preview_area_with_mark_line.svg index 09068d5c7..6ca911944 100644 --- a/docs/images/samples/area/preview_area_with_mark_line.svg +++ b/docs/images/samples/area/preview_area_with_mark_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,19 +211,19 @@ font-size: 13.0px; - + - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/preview_area_with_mark_line_dark.svg b/docs/images/samples/area/preview_area_with_mark_line_dark.svg index 40e0d3ec8..bde2338d2 100644 --- a/docs/images/samples/area/preview_area_with_mark_line_dark.svg +++ b/docs/images/samples/area/preview_area_with_mark_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -367,19 +367,19 @@ font-size: 13.0px; - + - + - + @@ -444,6 +444,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/several_areas.svg b/docs/images/samples/area/several_areas.svg index e1ccb98eb..d548e624c 100644 --- a/docs/images/samples/area/several_areas.svg +++ b/docs/images/samples/area/several_areas.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -450,6 +450,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/several_areas_dark.svg b/docs/images/samples/area/several_areas_dark.svg index 1b45ef4c6..ddb2734f4 100644 --- a/docs/images/samples/area/several_areas_dark.svg +++ b/docs/images/samples/area/several_areas_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -287,7 +287,7 @@ font-size: 13.0px; - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -450,6 +450,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/simple_area.svg b/docs/images/samples/area/simple_area.svg index 2b985ccc7..d3f364158 100644 --- a/docs/images/samples/area/simple_area.svg +++ b/docs/images/samples/area/simple_area.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/simple_area_dark.svg b/docs/images/samples/area/simple_area_dark.svg index 8d0a32f5d..2d1730f1a 100644 --- a/docs/images/samples/area/simple_area_dark.svg +++ b/docs/images/samples/area/simple_area_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/smoothed_area.svg b/docs/images/samples/area/smoothed_area.svg index d1243c08b..90593a6c4 100644 --- a/docs/images/samples/area/smoothed_area.svg +++ b/docs/images/samples/area/smoothed_area.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -327,6 +327,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/smoothed_area_dark.svg b/docs/images/samples/area/smoothed_area_dark.svg index db1945bbf..cb03f8669 100644 --- a/docs/images/samples/area/smoothed_area_dark.svg +++ b/docs/images/samples/area/smoothed_area_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -305,7 +305,7 @@ font-size: 13.0px; - + @@ -327,6 +327,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/smoothed_area_with_points.svg b/docs/images/samples/area/smoothed_area_with_points.svg index ec5f4d357..2bb00a485 100644 --- a/docs/images/samples/area/smoothed_area_with_points.svg +++ b/docs/images/samples/area/smoothed_area_with_points.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -206,13 +206,13 @@ font-size: 13.0px; - + - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/area/smoothed_area_with_points_dark.svg b/docs/images/samples/area/smoothed_area_with_points_dark.svg index 7c3a7b3f4..73919c858 100644 --- a/docs/images/samples/area/smoothed_area_with_points_dark.svg +++ b/docs/images/samples/area/smoothed_area_with_points_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -331,13 +331,13 @@ font-size: 13.0px; - + - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_gradient.svg b/docs/images/samples/bars/bar_gradient.svg index 014c52bef..d51ed0668 100644 --- a/docs/images/samples/bars/bar_gradient.svg +++ b/docs/images/samples/bars/bar_gradient.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -450,6 +450,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_gradient_dark.svg b/docs/images/samples/bars/bar_gradient_dark.svg index 3fcd8e72e..2ac47716f 100644 --- a/docs/images/samples/bars/bar_gradient_dark.svg +++ b/docs/images/samples/bars/bar_gradient_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -450,6 +450,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_settings.svg b/docs/images/samples/bars/bar_settings.svg index c86626b0e..103b2575b 100644 --- a/docs/images/samples/bars/bar_settings.svg +++ b/docs/images/samples/bars/bar_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -201,7 +201,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_settings_dark.svg b/docs/images/samples/bars/bar_settings_dark.svg index d95b60063..8c1927409 100644 --- a/docs/images/samples/bars/bar_settings_dark.svg +++ b/docs/images/samples/bars/bar_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -347,7 +347,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_with_reversed_axis.svg b/docs/images/samples/bars/bar_with_reversed_axis.svg index b2c3c2445..57f4db34b 100644 --- a/docs/images/samples/bars/bar_with_reversed_axis.svg +++ b/docs/images/samples/bars/bar_with_reversed_axis.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -307,6 +307,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/bar_with_reversed_axis_dark.svg b/docs/images/samples/bars/bar_with_reversed_axis_dark.svg index d5e612379..44e2b7af4 100644 --- a/docs/images/samples/bars/bar_with_reversed_axis_dark.svg +++ b/docs/images/samples/bars/bar_with_reversed_axis_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -307,6 +307,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/fixed_bar.svg b/docs/images/samples/bars/fixed_bar.svg index 8b122094a..be6bf5b59 100644 --- a/docs/images/samples/bars/fixed_bar.svg +++ b/docs/images/samples/bars/fixed_bar.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -217,13 +217,13 @@ font-size: 13.0px; - + - + @@ -391,6 +391,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/fixed_bar_dark.svg b/docs/images/samples/bars/fixed_bar_dark.svg index 379c36bee..3674913b3 100644 --- a/docs/images/samples/bars/fixed_bar_dark.svg +++ b/docs/images/samples/bars/fixed_bar_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -363,13 +363,13 @@ font-size: 13.0px; - + - + @@ -391,6 +391,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/functional_bars_plot.svg b/docs/images/samples/bars/functional_bars_plot.svg index 40034fdd2..e3754dbd2 100644 --- a/docs/images/samples/bars/functional_bars_plot.svg +++ b/docs/images/samples/bars/functional_bars_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -517,7 +517,7 @@ font-size: 13.0px; - + @@ -721,6 +721,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/functional_bars_plot_dark.svg b/docs/images/samples/bars/functional_bars_plot_dark.svg index e2c9bd78c..10c8b0189 100644 --- a/docs/images/samples/bars/functional_bars_plot_dark.svg +++ b/docs/images/samples/bars/functional_bars_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -699,7 +699,7 @@ font-size: 13.0px; - + @@ -721,6 +721,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/grouped_bars.svg b/docs/images/samples/bars/grouped_bars.svg index 49ff321cf..304d50eae 100644 --- a/docs/images/samples/bars/grouped_bars.svg +++ b/docs/images/samples/bars/grouped_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -442,6 +442,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/grouped_bars_dark.svg b/docs/images/samples/bars/grouped_bars_dark.svg index 50b3420dc..9253dcebf 100644 --- a/docs/images/samples/bars/grouped_bars_dark.svg +++ b/docs/images/samples/bars/grouped_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -357,7 +357,7 @@ font-size: 13.0px; - + @@ -442,6 +442,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/histogram_2.svg b/docs/images/samples/bars/histogram_2.svg index 37f7ba086..3762d692b 100644 --- a/docs/images/samples/bars/histogram_2.svg +++ b/docs/images/samples/bars/histogram_2.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -221,7 +221,7 @@ font-size: 13.0px; - + @@ -368,6 +368,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/histogram_2_dark.svg b/docs/images/samples/bars/histogram_2_dark.svg index f9a0d1a87..e105d7c09 100644 --- a/docs/images/samples/bars/histogram_2_dark.svg +++ b/docs/images/samples/bars/histogram_2_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -346,7 +346,7 @@ font-size: 13.0px; - + @@ -368,6 +368,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/horizontal_bars.svg b/docs/images/samples/bars/horizontal_bars.svg index af75fa9d8..4bc88eb5b 100644 --- a/docs/images/samples/bars/horizontal_bars.svg +++ b/docs/images/samples/bars/horizontal_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -189,7 +189,7 @@ font-size: 13.0px; - + @@ -434,6 +434,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/horizontal_bars_dark.svg b/docs/images/samples/bars/horizontal_bars_dark.svg index cbac1f0b7..4299988b9 100644 --- a/docs/images/samples/bars/horizontal_bars_dark.svg +++ b/docs/images/samples/bars/horizontal_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -434,6 +434,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/simple_bar_plot.svg b/docs/images/samples/bars/simple_bar_plot.svg index adefc4aac..26816200d 100644 --- a/docs/images/samples/bars/simple_bar_plot.svg +++ b/docs/images/samples/bars/simple_bar_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -312,6 +312,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/simple_bar_plot_dark.svg b/docs/images/samples/bars/simple_bar_plot_dark.svg index e3c8d254f..27d7f4d27 100644 --- a/docs/images/samples/bars/simple_bar_plot_dark.svg +++ b/docs/images/samples/bars/simple_bar_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -312,6 +312,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/stacked_bars.svg b/docs/images/samples/bars/stacked_bars.svg index 1349684e1..40f2e5136 100644 --- a/docs/images/samples/bars/stacked_bars.svg +++ b/docs/images/samples/bars/stacked_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -229,7 +229,7 @@ font-size: 13.0px; - + @@ -460,6 +460,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/bars/stacked_bars_dark.svg b/docs/images/samples/bars/stacked_bars_dark.svg index f3751e491..6c80b5d3a 100644 --- a/docs/images/samples/bars/stacked_bars_dark.svg +++ b/docs/images/samples/bars/stacked_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -375,7 +375,7 @@ font-size: 13.0px; - + @@ -460,6 +460,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_categories.svg b/docs/images/samples/boxplot/boxplot_categories.svg index 0953a2412..a68847fb4 100644 --- a/docs/images/samples/boxplot/boxplot_categories.svg +++ b/docs/images/samples/boxplot/boxplot_categories.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -559,13 +559,13 @@ font-size: 13.0px; - + - + @@ -836,6 +836,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_categories_dark.svg b/docs/images/samples/boxplot/boxplot_categories_dark.svg index 550548276..a835d3ccd 100644 --- a/docs/images/samples/boxplot/boxplot_categories_dark.svg +++ b/docs/images/samples/boxplot/boxplot_categories_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -732,13 +732,13 @@ font-size: 13.0px; - + - + @@ -836,6 +836,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_expr.svg b/docs/images/samples/boxplot/boxplot_expr.svg index e31b3774f..f8561aa1a 100644 --- a/docs/images/samples/boxplot/boxplot_expr.svg +++ b/docs/images/samples/boxplot/boxplot_expr.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -253,13 +253,13 @@ font-size: 13.0px; - + - + @@ -402,6 +402,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_expr_dark.svg b/docs/images/samples/boxplot/boxplot_expr_dark.svg index 28c09da80..fc1ab1531 100644 --- a/docs/images/samples/boxplot/boxplot_expr_dark.svg +++ b/docs/images/samples/boxplot/boxplot_expr_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -294,7 +294,7 @@ font-size: 13.0px; - + @@ -374,13 +374,13 @@ font-size: 13.0px; - + - + @@ -402,6 +402,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_life_exp.svg b/docs/images/samples/boxplot/boxplot_life_exp.svg index c7c4abda7..bf580ce18 100644 --- a/docs/images/samples/boxplot/boxplot_life_exp.svg +++ b/docs/images/samples/boxplot/boxplot_life_exp.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -271,13 +271,13 @@ font-size: 13.0px; - + - + @@ -410,6 +410,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/boxplot/boxplot_life_exp_dark.svg b/docs/images/samples/boxplot/boxplot_life_exp_dark.svg index 76662963c..c59ca2792 100644 --- a/docs/images/samples/boxplot/boxplot_life_exp_dark.svg +++ b/docs/images/samples/boxplot/boxplot_life_exp_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -382,13 +382,13 @@ font-size: 13.0px; - + - + @@ -410,6 +410,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_settings_dsl.svg b/docs/images/samples/candlestick/candlestick_settings_dsl.svg index ca6e1d575..2569dd81a 100644 --- a/docs/images/samples/candlestick/candlestick_settings_dsl.svg +++ b/docs/images/samples/candlestick/candlestick_settings_dsl.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -488,6 +488,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_settings_dsl_dark.svg b/docs/images/samples/candlestick/candlestick_settings_dsl_dark.svg index 0b87b81a8..960a2e6bf 100644 --- a/docs/images/samples/candlestick/candlestick_settings_dsl_dark.svg +++ b/docs/images/samples/candlestick/candlestick_settings_dsl_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -358,7 +358,7 @@ font-size: 13.0px; - + @@ -466,7 +466,7 @@ font-size: 13.0px; - + @@ -488,6 +488,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_settings_stat_api.svg b/docs/images/samples/candlestick/candlestick_settings_stat_api.svg index 60cb828a3..328a6d60e 100644 --- a/docs/images/samples/candlestick/candlestick_settings_stat_api.svg +++ b/docs/images/samples/candlestick/candlestick_settings_stat_api.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -239,7 +239,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_settings_stat_api_dark.svg b/docs/images/samples/candlestick/candlestick_settings_stat_api_dark.svg index 53d7a94a5..32e5d317c 100644 --- a/docs/images/samples/candlestick/candlestick_settings_stat_api_dark.svg +++ b/docs/images/samples/candlestick/candlestick_settings_stat_api_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -287,7 +287,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_simple.svg b/docs/images/samples/candlestick/candlestick_simple.svg index 2d4391f89..a1c952e15 100644 --- a/docs/images/samples/candlestick/candlestick_simple.svg +++ b/docs/images/samples/candlestick/candlestick_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/candlestick_simple_dark.svg b/docs/images/samples/candlestick/candlestick_simple_dark.svg index 2415efe3c..cb7df1a80 100644 --- a/docs/images/samples/candlestick/candlestick_simple_dark.svg +++ b/docs/images/samples/candlestick/candlestick_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -347,6 +347,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/preview_candlestick_settings_stat_api.svg b/docs/images/samples/candlestick/preview_candlestick_settings_stat_api.svg index ce71499ec..20cb53eca 100644 --- a/docs/images/samples/candlestick/preview_candlestick_settings_stat_api.svg +++ b/docs/images/samples/candlestick/preview_candlestick_settings_stat_api.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -239,7 +239,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/candlestick/preview_candlestick_settings_stat_api_dark.svg b/docs/images/samples/candlestick/preview_candlestick_settings_stat_api_dark.svg index ea985a9ba..3d576c53a 100644 --- a/docs/images/samples/candlestick/preview_candlestick_settings_stat_api_dark.svg +++ b/docs/images/samples/candlestick/preview_candlestick_settings_stat_api_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -287,7 +287,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_grouped.svg b/docs/images/samples/countPlot/countPlot_grouped.svg index 75d39a4ab..3e0613b91 100644 --- a/docs/images/samples/countPlot/countPlot_grouped.svg +++ b/docs/images/samples/countPlot/countPlot_grouped.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -334,6 +334,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_grouped_dark.svg b/docs/images/samples/countPlot/countPlot_grouped_dark.svg index 6deb8917c..deda00150 100644 --- a/docs/images/samples/countPlot/countPlot_grouped_dark.svg +++ b/docs/images/samples/countPlot/countPlot_grouped_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -234,7 +234,7 @@ font-size: 13.0px; - + @@ -254,7 +254,7 @@ font-size: 13.0px; - + @@ -334,6 +334,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_horizontal.svg b/docs/images/samples/countPlot/countPlot_horizontal.svg index e1eccdf7f..01cd078fc 100644 --- a/docs/images/samples/countPlot/countPlot_horizontal.svg +++ b/docs/images/samples/countPlot/countPlot_horizontal.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -316,6 +316,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_horizontal_dark.svg b/docs/images/samples/countPlot/countPlot_horizontal_dark.svg index 0c740e3a3..b47bc78b9 100644 --- a/docs/images/samples/countPlot/countPlot_horizontal_dark.svg +++ b/docs/images/samples/countPlot/countPlot_horizontal_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -273,7 +273,7 @@ font-size: 13.0px; - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -316,6 +316,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_settings.svg b/docs/images/samples/countPlot/countPlot_settings.svg index a8e7e7e48..571fcf128 100644 --- a/docs/images/samples/countPlot/countPlot_settings.svg +++ b/docs/images/samples/countPlot/countPlot_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -299,6 +299,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_settings_dark.svg b/docs/images/samples/countPlot/countPlot_settings_dark.svg index c13d4b6cf..87fb7b2c9 100644 --- a/docs/images/samples/countPlot/countPlot_settings_dark.svg +++ b/docs/images/samples/countPlot/countPlot_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -277,7 +277,7 @@ font-size: 13.0px; - + @@ -299,6 +299,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_simple.svg b/docs/images/samples/countPlot/countPlot_simple.svg index 19d6bd8a7..cc9bf7987 100644 --- a/docs/images/samples/countPlot/countPlot_simple.svg +++ b/docs/images/samples/countPlot/countPlot_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -308,6 +308,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/countPlot/countPlot_simple_dark.svg b/docs/images/samples/countPlot/countPlot_simple_dark.svg index 4a7759fad..cdf8b3932 100644 --- a/docs/images/samples/countPlot/countPlot_simple_dark.svg +++ b/docs/images/samples/countPlot/countPlot_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -272,7 +272,7 @@ font-size: 13.0px; - + @@ -286,7 +286,7 @@ font-size: 13.0px; - + @@ -308,6 +308,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_grouped.svg b/docs/images/samples/densityPlot/densityPlot_grouped.svg index 040e6f73b..4a545d31b 100644 --- a/docs/images/samples/densityPlot/densityPlot_grouped.svg +++ b/docs/images/samples/densityPlot/densityPlot_grouped.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -205,7 +205,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_grouped_dark.svg b/docs/images/samples/densityPlot/densityPlot_grouped_dark.svg index 8352520a1..df498c571 100644 --- a/docs/images/samples/densityPlot/densityPlot_grouped_dark.svg +++ b/docs/images/samples/densityPlot/densityPlot_grouped_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -338,7 +338,7 @@ font-size: 13.0px; - + @@ -362,7 +362,7 @@ font-size: 13.0px; - + @@ -427,6 +427,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_settings.svg b/docs/images/samples/densityPlot/densityPlot_settings.svg index eee1993af..ce4b4c1e3 100644 --- a/docs/images/samples/densityPlot/densityPlot_settings.svg +++ b/docs/images/samples/densityPlot/densityPlot_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -203,7 +203,7 @@ font-size: 13.0px; - + @@ -412,6 +412,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_settings_dark.svg b/docs/images/samples/densityPlot/densityPlot_settings_dark.svg index 9dad78c3c..9f65e32ed 100644 --- a/docs/images/samples/densityPlot/densityPlot_settings_dark.svg +++ b/docs/images/samples/densityPlot/densityPlot_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -385,7 +385,7 @@ font-size: 13.0px; - + @@ -412,6 +412,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_simple.svg b/docs/images/samples/densityPlot/densityPlot_simple.svg index 78afa1a67..eb7bbf0ee 100644 --- a/docs/images/samples/densityPlot/densityPlot_simple.svg +++ b/docs/images/samples/densityPlot/densityPlot_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_simple_dark.svg b/docs/images/samples/densityPlot/densityPlot_simple_dark.svg index e806e75e6..83b3852ed 100644 --- a/docs/images/samples/densityPlot/densityPlot_simple_dark.svg +++ b/docs/images/samples/densityPlot/densityPlot_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -345,6 +345,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_with_histogram.svg b/docs/images/samples/densityPlot/densityPlot_with_histogram.svg index 6a949818b..6fbd0f342 100644 --- a/docs/images/samples/densityPlot/densityPlot_with_histogram.svg +++ b/docs/images/samples/densityPlot/densityPlot_with_histogram.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -235,13 +235,13 @@ font-size: 13.0px; - + - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/densityPlot/densityPlot_with_histogram_dark.svg b/docs/images/samples/densityPlot/densityPlot_with_histogram_dark.svg index bcfd82c0a..5df244ab8 100644 --- a/docs/images/samples/densityPlot/densityPlot_with_histogram_dark.svg +++ b/docs/images/samples/densityPlot/densityPlot_with_histogram_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -320,7 +320,7 @@ font-size: 13.0px; - + @@ -378,13 +378,13 @@ font-size: 13.0px; - + - + @@ -411,6 +411,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/border_line_error_bars.svg b/docs/images/samples/errorBars/border_line_error_bars.svg index bc18e026e..f45e183df 100644 --- a/docs/images/samples/errorBars/border_line_error_bars.svg +++ b/docs/images/samples/errorBars/border_line_error_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -455,6 +455,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/border_line_error_bars_dark.svg b/docs/images/samples/errorBars/border_line_error_bars_dark.svg index e2b131b00..f88bc30d8 100644 --- a/docs/images/samples/errorBars/border_line_error_bars_dark.svg +++ b/docs/images/samples/errorBars/border_line_error_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -455,6 +455,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_settings.svg b/docs/images/samples/errorBars/error_bars_settings.svg index baea79615..51ab69344 100644 --- a/docs/images/samples/errorBars/error_bars_settings.svg +++ b/docs/images/samples/errorBars/error_bars_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -355,6 +355,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_settings_dark.svg b/docs/images/samples/errorBars/error_bars_settings_dark.svg index be4bc73ec..f1dc9e123 100644 --- a/docs/images/samples/errorBars/error_bars_settings_dark.svg +++ b/docs/images/samples/errorBars/error_bars_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -355,6 +355,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_with_boxplot.svg b/docs/images/samples/errorBars/error_bars_with_boxplot.svg index 1eab00d46..d3fbbafff 100644 --- a/docs/images/samples/errorBars/error_bars_with_boxplot.svg +++ b/docs/images/samples/errorBars/error_bars_with_boxplot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -201,7 +201,7 @@ font-size: 13.0px; - + @@ -396,6 +396,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_with_boxplot_dark.svg b/docs/images/samples/errorBars/error_bars_with_boxplot_dark.svg index d72ea0395..6041d267c 100644 --- a/docs/images/samples/errorBars/error_bars_with_boxplot_dark.svg +++ b/docs/images/samples/errorBars/error_bars_with_boxplot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -272,7 +272,7 @@ font-size: 13.0px; - + @@ -304,7 +304,7 @@ font-size: 13.0px; - + @@ -396,6 +396,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_with_line.svg b/docs/images/samples/errorBars/error_bars_with_line.svg index e801812af..bca08bd83 100644 --- a/docs/images/samples/errorBars/error_bars_with_line.svg +++ b/docs/images/samples/errorBars/error_bars_with_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -225,13 +225,13 @@ font-size: 13.0px; - + - + @@ -367,6 +367,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/error_bars_with_line_dark.svg b/docs/images/samples/errorBars/error_bars_with_line_dark.svg index b49b25124..c0cb931fb 100644 --- a/docs/images/samples/errorBars/error_bars_with_line_dark.svg +++ b/docs/images/samples/errorBars/error_bars_with_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -339,13 +339,13 @@ font-size: 13.0px; - + - + @@ -367,6 +367,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/fixed_error_bars.svg b/docs/images/samples/errorBars/fixed_error_bars.svg index 3395d5a7c..dad2742ff 100644 --- a/docs/images/samples/errorBars/fixed_error_bars.svg +++ b/docs/images/samples/errorBars/fixed_error_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -337,6 +337,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/fixed_error_bars_dark.svg b/docs/images/samples/errorBars/fixed_error_bars_dark.svg index 87095aa02..6ad23343e 100644 --- a/docs/images/samples/errorBars/fixed_error_bars_dark.svg +++ b/docs/images/samples/errorBars/fixed_error_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -315,7 +315,7 @@ font-size: 13.0px; - + @@ -337,6 +337,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/grouped_error_bars.svg b/docs/images/samples/errorBars/grouped_error_bars.svg index c083373c6..9ae7ceb08 100644 --- a/docs/images/samples/errorBars/grouped_error_bars.svg +++ b/docs/images/samples/errorBars/grouped_error_bars.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -464,6 +464,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/grouped_error_bars_dark.svg b/docs/images/samples/errorBars/grouped_error_bars_dark.svg index 16cc62d14..5fd610cf1 100644 --- a/docs/images/samples/errorBars/grouped_error_bars_dark.svg +++ b/docs/images/samples/errorBars/grouped_error_bars_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -303,7 +303,7 @@ font-size: 13.0px; - + @@ -391,7 +391,7 @@ font-size: 13.0px; - + @@ -464,6 +464,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/simple_error_bar_plot.svg b/docs/images/samples/errorBars/simple_error_bar_plot.svg index 6868e74c7..bd25bbb2e 100644 --- a/docs/images/samples/errorBars/simple_error_bar_plot.svg +++ b/docs/images/samples/errorBars/simple_error_bar_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -355,6 +355,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/errorBars/simple_error_bar_plot_dark.svg b/docs/images/samples/errorBars/simple_error_bar_plot_dark.svg index 20f0b6c58..fa6562cb3 100644 --- a/docs/images/samples/errorBars/simple_error_bar_plot_dark.svg +++ b/docs/images/samples/errorBars/simple_error_bar_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -285,7 +285,7 @@ font-size: 13.0px; - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -355,6 +355,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/germany_map_categories.svg b/docs/images/samples/geo/germany_map_categories.svg index 232ab4e14..607e7aedd 100644 --- a/docs/images/samples/geo/germany_map_categories.svg +++ b/docs/images/samples/geo/germany_map_categories.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/germany_map_categories_dark.svg b/docs/images/samples/geo/germany_map_categories_dark.svg index 939d5bcc8..a225b8c1e 100644 --- a/docs/images/samples/geo/germany_map_categories_dark.svg +++ b/docs/images/samples/geo/germany_map_categories_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/germany_map_settings_shapefile.svg b/docs/images/samples/geo/germany_map_settings_shapefile.svg index f1aa21ac0..8876993e6 100644 --- a/docs/images/samples/geo/germany_map_settings_shapefile.svg +++ b/docs/images/samples/geo/germany_map_settings_shapefile.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -236,6 +236,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/germany_map_settings_shapefile_dark.svg b/docs/images/samples/geo/germany_map_settings_shapefile_dark.svg index 2d866a25a..7bea9799c 100644 --- a/docs/images/samples/geo/germany_map_settings_shapefile_dark.svg +++ b/docs/images/samples/geo/germany_map_settings_shapefile_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -236,6 +236,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/preview_germany_map_categories.svg b/docs/images/samples/geo/preview_germany_map_categories.svg index 8b212837b..613a31ee7 100644 --- a/docs/images/samples/geo/preview_germany_map_categories.svg +++ b/docs/images/samples/geo/preview_germany_map_categories.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/preview_germany_map_categories_dark.svg b/docs/images/samples/geo/preview_germany_map_categories_dark.svg index 05847bccc..f145a3748 100644 --- a/docs/images/samples/geo/preview_germany_map_categories_dark.svg +++ b/docs/images/samples/geo/preview_germany_map_categories_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/preview_usa_election_results_joined.svg b/docs/images/samples/geo/preview_usa_election_results_joined.svg index 3b7c6efbf..142d60a97 100644 --- a/docs/images/samples/geo/preview_usa_election_results_joined.svg +++ b/docs/images/samples/geo/preview_usa_election_results_joined.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/preview_usa_election_results_joined_dark.svg b/docs/images/samples/geo/preview_usa_election_results_joined_dark.svg index 11dadbfee..e9050cc85 100644 --- a/docs/images/samples/geo/preview_usa_election_results_joined_dark.svg +++ b/docs/images/samples/geo/preview_usa_election_results_joined_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_adjusted.svg b/docs/images/samples/geo/usa_adjusted.svg index e5aa13666..34c767471 100644 --- a/docs/images/samples/geo/usa_adjusted.svg +++ b/docs/images/samples/geo/usa_adjusted.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -387,7 +387,7 @@ font-size: 13.0px; - + @@ -527,6 +527,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_adjusted_dark.svg b/docs/images/samples/geo/usa_adjusted_dark.svg index 92fae2132..cd7f047ee 100644 --- a/docs/images/samples/geo/usa_adjusted_dark.svg +++ b/docs/images/samples/geo/usa_adjusted_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -505,7 +505,7 @@ font-size: 13.0px; - + @@ -527,6 +527,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_conus_albers.svg b/docs/images/samples/geo/usa_conus_albers.svg index 25ddc3598..34f3bf6f1 100644 --- a/docs/images/samples/geo/usa_conus_albers.svg +++ b/docs/images/samples/geo/usa_conus_albers.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -165,7 +165,7 @@ font-size: 13.0px; - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_conus_albers_dark.svg b/docs/images/samples/geo/usa_conus_albers_dark.svg index 588c70e21..3ce1c574b 100644 --- a/docs/images/samples/geo/usa_conus_albers_dark.svg +++ b/docs/images/samples/geo/usa_conus_albers_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -258,7 +258,7 @@ font-size: 13.0px; - + @@ -462,7 +462,7 @@ font-size: 13.0px; - + @@ -489,6 +489,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_election_results_joined.svg b/docs/images/samples/geo/usa_election_results_joined.svg index 0377ac94a..7ff23bf98 100644 --- a/docs/images/samples/geo/usa_election_results_joined.svg +++ b/docs/images/samples/geo/usa_election_results_joined.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_election_results_joined_dark.svg b/docs/images/samples/geo/usa_election_results_joined_dark.svg index 009cb501f..fbbe3d562 100644 --- a/docs/images/samples/geo/usa_election_results_joined_dark.svg +++ b/docs/images/samples/geo/usa_election_results_joined_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -355,7 +355,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_simple_poly_json.svg b/docs/images/samples/geo/usa_simple_poly_json.svg index 00d877ded..809017f3b 100644 --- a/docs/images/samples/geo/usa_simple_poly_json.svg +++ b/docs/images/samples/geo/usa_simple_poly_json.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -395,7 +395,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_simple_poly_json_dark.svg b/docs/images/samples/geo/usa_simple_poly_json_dark.svg index 4985ce476..aca75ed83 100644 --- a/docs/images/samples/geo/usa_simple_poly_json_dark.svg +++ b/docs/images/samples/geo/usa_simple_poly_json_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -541,7 +541,7 @@ font-size: 13.0px; - + @@ -563,6 +563,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_with_cities.svg b/docs/images/samples/geo/usa_with_cities.svg index ae81c0283..3dbf41f08 100644 --- a/docs/images/samples/geo/usa_with_cities.svg +++ b/docs/images/samples/geo/usa_with_cities.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -387,13 +387,13 @@ font-size: 13.0px; - + - + @@ -405,6 +405,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/geo/usa_with_cities_dark.svg b/docs/images/samples/geo/usa_with_cities_dark.svg index 0bd74b301..c8b07cf89 100644 --- a/docs/images/samples/geo/usa_with_cities_dark.svg +++ b/docs/images/samples/geo/usa_with_cities_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -387,13 +387,13 @@ font-size: 13.0px; - + - + @@ -405,6 +405,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/heatmap/heatmap_settings.svg b/docs/images/samples/heatmap/heatmap_settings.svg index 4efdad396..8df1d2c36 100644 --- a/docs/images/samples/heatmap/heatmap_settings.svg +++ b/docs/images/samples/heatmap/heatmap_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -358,6 +358,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/heatmap/heatmap_settings_dark.svg b/docs/images/samples/heatmap/heatmap_settings_dark.svg index 99dc5b042..a30068934 100644 --- a/docs/images/samples/heatmap/heatmap_settings_dark.svg +++ b/docs/images/samples/heatmap/heatmap_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -220,7 +220,7 @@ font-size: 13.0px; - + @@ -242,7 +242,7 @@ font-size: 13.0px; - + @@ -358,6 +358,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/heatmap/heatmap_simple.svg b/docs/images/samples/heatmap/heatmap_simple.svg index 1a0ccc26b..d00490915 100644 --- a/docs/images/samples/heatmap/heatmap_simple.svg +++ b/docs/images/samples/heatmap/heatmap_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -196,7 +196,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/heatmap/heatmap_simple_dark.svg b/docs/images/samples/heatmap/heatmap_simple_dark.svg index 587e74ac1..07e3db5c6 100644 --- a/docs/images/samples/heatmap/heatmap_simple_dark.svg +++ b/docs/images/samples/heatmap/heatmap_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -253,7 +253,7 @@ font-size: 13.0px; - + @@ -286,7 +286,7 @@ font-size: 13.0px; - + @@ -399,6 +399,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_grouped.svg b/docs/images/samples/histogram/histogram_grouped.svg index 2f26faa2b..b477f2964 100644 --- a/docs/images/samples/histogram/histogram_grouped.svg +++ b/docs/images/samples/histogram/histogram_grouped.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -263,7 +263,7 @@ font-size: 13.0px; - + @@ -466,6 +466,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_grouped_dark.svg b/docs/images/samples/histogram/histogram_grouped_dark.svg index edfe639df..36e2b48e6 100644 --- a/docs/images/samples/histogram/histogram_grouped_dark.svg +++ b/docs/images/samples/histogram/histogram_grouped_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -313,7 +313,7 @@ font-size: 13.0px; - + @@ -401,7 +401,7 @@ font-size: 13.0px; - + @@ -466,6 +466,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_settings.svg b/docs/images/samples/histogram/histogram_settings.svg index b764b283e..f77442963 100644 --- a/docs/images/samples/histogram/histogram_settings.svg +++ b/docs/images/samples/histogram/histogram_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -211,7 +211,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_settings_dark.svg b/docs/images/samples/histogram/histogram_settings_dark.svg index 38a57b69d..73a70ce45 100644 --- a/docs/images/samples/histogram/histogram_settings_dark.svg +++ b/docs/images/samples/histogram/histogram_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -365,7 +365,7 @@ font-size: 13.0px; - + @@ -392,6 +392,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_simple.svg b/docs/images/samples/histogram/histogram_simple.svg index 715557813..1ed922939 100644 --- a/docs/images/samples/histogram/histogram_simple.svg +++ b/docs/images/samples/histogram/histogram_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -219,7 +219,7 @@ font-size: 13.0px; - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_simple_dark.svg b/docs/images/samples/histogram/histogram_simple_dark.svg index 79ead93b6..4b8442cd3 100644 --- a/docs/images/samples/histogram/histogram_simple_dark.svg +++ b/docs/images/samples/histogram/histogram_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -337,7 +337,7 @@ font-size: 13.0px; - + @@ -359,6 +359,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_with_line.svg b/docs/images/samples/histogram/histogram_with_line.svg index 15369799a..f9372cefd 100644 --- a/docs/images/samples/histogram/histogram_with_line.svg +++ b/docs/images/samples/histogram/histogram_with_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -219,13 +219,13 @@ font-size: 13.0px; - + - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/histogram/histogram_with_line_dark.svg b/docs/images/samples/histogram/histogram_with_line_dark.svg index 521a13365..f62895c7a 100644 --- a/docs/images/samples/histogram/histogram_with_line_dark.svg +++ b/docs/images/samples/histogram/histogram_with_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -307,7 +307,7 @@ font-size: 13.0px; - + @@ -351,13 +351,13 @@ font-size: 13.0px; - + - + @@ -379,6 +379,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/axis_and_legend_configuration.svg b/docs/images/samples/layout/axis_and_legend_configuration.svg index 1a2796187..21865f047 100644 --- a/docs/images/samples/layout/axis_and_legend_configuration.svg +++ b/docs/images/samples/layout/axis_and_legend_configuration.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -163,7 +163,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -689,6 +689,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/axis_and_legend_configuration_dark.svg b/docs/images/samples/layout/axis_and_legend_configuration_dark.svg index 951258a16..53f15a3b8 100644 --- a/docs/images/samples/layout/axis_and_legend_configuration_dark.svg +++ b/docs/images/samples/layout/axis_and_legend_configuration_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -251,7 +251,7 @@ font-size: 13.0px; - + @@ -497,7 +497,7 @@ font-size: 13.0px; - + @@ -689,6 +689,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/base_layout_settings.svg b/docs/images/samples/layout/base_layout_settings.svg index 35c1bbe8e..2c643c212 100644 --- a/docs/images/samples/layout/base_layout_settings.svg +++ b/docs/images/samples/layout/base_layout_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/base_layout_settings_dark.svg b/docs/images/samples/layout/base_layout_settings_dark.svg index 7f708af09..5d0f04b7c 100644 --- a/docs/images/samples/layout/base_layout_settings_dark.svg +++ b/docs/images/samples/layout/base_layout_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -284,7 +284,7 @@ font-size: 13.0px; - + @@ -296,7 +296,7 @@ font-size: 13.0px; - + @@ -323,6 +323,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/preview_base_layout_settings.svg b/docs/images/samples/layout/preview_base_layout_settings.svg index 13dfcb90e..f44296765 100644 --- a/docs/images/samples/layout/preview_base_layout_settings.svg +++ b/docs/images/samples/layout/preview_base_layout_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -350,6 +350,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/preview_base_layout_settings_dark.svg b/docs/images/samples/layout/preview_base_layout_settings_dark.svg index a20938474..61b5c30f9 100644 --- a/docs/images/samples/layout/preview_base_layout_settings_dark.svg +++ b/docs/images/samples/layout/preview_base_layout_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -311,7 +311,7 @@ font-size: 13.0px; - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -350,6 +350,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/preview_subtitle_and_caption.svg b/docs/images/samples/layout/preview_subtitle_and_caption.svg index 621e4611a..2bfd7fb6d 100644 --- a/docs/images/samples/layout/preview_subtitle_and_caption.svg +++ b/docs/images/samples/layout/preview_subtitle_and_caption.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -298,6 +298,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/preview_subtitle_and_caption_dark.svg b/docs/images/samples/layout/preview_subtitle_and_caption_dark.svg index aeeede12b..ff46cff44 100644 --- a/docs/images/samples/layout/preview_subtitle_and_caption_dark.svg +++ b/docs/images/samples/layout/preview_subtitle_and_caption_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -240,7 +240,7 @@ font-size: 13.0px; - + @@ -258,7 +258,7 @@ font-size: 13.0px; - + @@ -298,6 +298,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/subtitle_and_caption.svg b/docs/images/samples/layout/subtitle_and_caption.svg index b83b1cc91..23af55e60 100644 --- a/docs/images/samples/layout/subtitle_and_caption.svg +++ b/docs/images/samples/layout/subtitle_and_caption.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -161,7 +161,7 @@ font-size: 13.0px; - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -298,6 +298,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/layout/subtitle_and_caption_dark.svg b/docs/images/samples/layout/subtitle_and_caption_dark.svg index ce84636ed..283decae4 100644 --- a/docs/images/samples/layout/subtitle_and_caption_dark.svg +++ b/docs/images/samples/layout/subtitle_and_caption_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -240,7 +240,7 @@ font-size: 13.0px; - + @@ -258,7 +258,7 @@ font-size: 13.0px; - + @@ -298,6 +298,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_and_path_comp_2.svg b/docs/images/samples/line/line_and_path_comp_2.svg index 66df67a16..f86ea60da 100644 --- a/docs/images/samples/line/line_and_path_comp_2.svg +++ b/docs/images/samples/line/line_and_path_comp_2.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -162,7 +162,7 @@ font-size: 13.0px; - + @@ -174,7 +174,7 @@ font-size: 13.0px; - + @@ -264,7 +264,7 @@ font-size: 13.0px; - + @@ -279,117 +279,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -398,7 +398,7 @@ font-size: 13.0px; } - + @@ -426,7 +426,7 @@ font-size: 13.0px; - + @@ -438,7 +438,7 @@ font-size: 13.0px; - + @@ -528,7 +528,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_and_path_comp_2_dark.svg b/docs/images/samples/line/line_and_path_comp_2_dark.svg index ec9f1c696..e26e2248f 100644 --- a/docs/images/samples/line/line_and_path_comp_2_dark.svg +++ b/docs/images/samples/line/line_and_path_comp_2_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -225,7 +225,7 @@ font-size: 13.0px; - + @@ -237,7 +237,7 @@ font-size: 13.0px; - + @@ -264,7 +264,7 @@ font-size: 13.0px; - + @@ -279,117 +279,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -398,7 +398,7 @@ font-size: 13.0px; } - + @@ -489,7 +489,7 @@ font-size: 13.0px; - + @@ -501,7 +501,7 @@ font-size: 13.0px; - + @@ -528,7 +528,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_by_fun.svg b/docs/images/samples/line/line_by_fun.svg index 203adfcd4..ebf92e120 100644 --- a/docs/images/samples/line/line_by_fun.svg +++ b/docs/images/samples/line/line_by_fun.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -199,13 +199,13 @@ font-size: 13.0px; - + - + @@ -391,6 +391,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_by_fun_dark.svg b/docs/images/samples/line/line_by_fun_dark.svg index e391215a5..a539d2352 100644 --- a/docs/images/samples/line/line_by_fun_dark.svg +++ b/docs/images/samples/line/line_by_fun_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -347,7 +347,7 @@ font-size: 13.0px; - + @@ -363,13 +363,13 @@ font-size: 13.0px; - + - + @@ -391,6 +391,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_color_gradient.svg b/docs/images/samples/line/line_color_gradient.svg index 5b3b3fde1..a0431eb7f 100644 --- a/docs/images/samples/line/line_color_gradient.svg +++ b/docs/images/samples/line/line_color_gradient.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -183,7 +183,7 @@ font-size: 13.0px; - + @@ -239,7 +239,7 @@ font-size: 13.0px; - + @@ -540,6 +540,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_color_gradient_dark.svg b/docs/images/samples/line/line_color_gradient_dark.svg index 6a50d48d1..e872bfb07 100644 --- a/docs/images/samples/line/line_color_gradient_dark.svg +++ b/docs/images/samples/line/line_color_gradient_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -353,7 +353,7 @@ font-size: 13.0px; - + @@ -409,7 +409,7 @@ font-size: 13.0px; - + @@ -540,6 +540,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_fixed_coord.svg b/docs/images/samples/line/line_fixed_coord.svg index fc8c4b356..7060ceab2 100644 --- a/docs/images/samples/line/line_fixed_coord.svg +++ b/docs/images/samples/line/line_fixed_coord.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -189,13 +189,13 @@ font-size: 13.0px; - + - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_fixed_coord_dark.svg b/docs/images/samples/line/line_fixed_coord_dark.svg index 3c2e570f0..d3423b101 100644 --- a/docs/images/samples/line/line_fixed_coord_dark.svg +++ b/docs/images/samples/line/line_fixed_coord_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -307,13 +307,13 @@ font-size: 13.0px; - + - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_mark.svg b/docs/images/samples/line/line_mark.svg index 0dd5498d4..33c9a5b54 100644 --- a/docs/images/samples/line/line_mark.svg +++ b/docs/images/samples/line/line_mark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -203,19 +203,19 @@ font-size: 13.0px; - + - + - + @@ -436,6 +436,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_mark_dark.svg b/docs/images/samples/line/line_mark_dark.svg index 686e81f47..2ba90992f 100644 --- a/docs/images/samples/line/line_mark_dark.svg +++ b/docs/images/samples/line/line_mark_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -359,19 +359,19 @@ font-size: 13.0px; - + - + - + @@ -436,6 +436,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_reversed_axis.svg b/docs/images/samples/line/line_reversed_axis.svg index 4ae5cdd42..45f081696 100644 --- a/docs/images/samples/line/line_reversed_axis.svg +++ b/docs/images/samples/line/line_reversed_axis.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -314,6 +314,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_reversed_axis_dark.svg b/docs/images/samples/line/line_reversed_axis_dark.svg index 03075d0db..f8b76877b 100644 --- a/docs/images/samples/line/line_reversed_axis_dark.svg +++ b/docs/images/samples/line/line_reversed_axis_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -292,7 +292,7 @@ font-size: 13.0px; - + @@ -314,6 +314,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_with_points.svg b/docs/images/samples/line/line_with_points.svg index 6f0f4f9aa..4b48d8f44 100644 --- a/docs/images/samples/line/line_with_points.svg +++ b/docs/images/samples/line/line_with_points.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -198,13 +198,13 @@ font-size: 13.0px; - + - + @@ -353,6 +353,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/line_with_points_dark.svg b/docs/images/samples/line/line_with_points_dark.svg index d66cae3f1..525514a25 100644 --- a/docs/images/samples/line/line_with_points_dark.svg +++ b/docs/images/samples/line/line_with_points_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -300,7 +300,7 @@ font-size: 13.0px; - + @@ -325,13 +325,13 @@ font-size: 13.0px; - + - + @@ -353,6 +353,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/path_line.svg b/docs/images/samples/line/path_line.svg index def56eeb0..4b8e91f52 100644 --- a/docs/images/samples/line/path_line.svg +++ b/docs/images/samples/line/path_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -388,6 +388,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/path_line_dark.svg b/docs/images/samples/line/path_line_dark.svg index 8ba239ff5..341723c73 100644 --- a/docs/images/samples/line/path_line_dark.svg +++ b/docs/images/samples/line/path_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -356,7 +356,7 @@ font-size: 13.0px; - + @@ -388,6 +388,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/preview_line_and_path_comp_2.svg b/docs/images/samples/line/preview_line_and_path_comp_2.svg index a47d8d9ba..f4d5d6de6 100644 --- a/docs/images/samples/line/preview_line_and_path_comp_2.svg +++ b/docs/images/samples/line/preview_line_and_path_comp_2.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -168,7 +168,7 @@ font-size: 13.0px; - + @@ -180,7 +180,7 @@ font-size: 13.0px; - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -306,117 +306,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -425,7 +425,7 @@ font-size: 13.0px; } - + @@ -459,7 +459,7 @@ font-size: 13.0px; - + @@ -471,7 +471,7 @@ font-size: 13.0px; - + @@ -582,7 +582,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/preview_line_and_path_comp_2_dark.svg b/docs/images/samples/line/preview_line_and_path_comp_2_dark.svg index 513a9623c..520389955 100644 --- a/docs/images/samples/line/preview_line_and_path_comp_2_dark.svg +++ b/docs/images/samples/line/preview_line_and_path_comp_2_dark.svg @@ -1,5 +1,5 @@ - + @@ -15,117 +15,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx1 .plot-title { +#_sample_helper_static_id_prefix_1 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx1 .plot-subtitle { +#_sample_helper_static_id_prefix_1 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .plot-caption { +#_sample_helper_static_id_prefix_1 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .hyperlink-element { +#_sample_helper_static_id_prefix_1 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx1 .legend-title { +#_sample_helper_static_id_prefix_1 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .legend-item { +#_sample_helper_static_id_prefix_1 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-x { +#_sample_helper_static_id_prefix_1 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-x { +#_sample_helper_static_id_prefix_1 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .axis-title-y { +#_sample_helper_static_id_prefix_1 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx1 .axis-text-y { +#_sample_helper_static_id_prefix_1 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-x { +#_sample_helper_static_id_prefix_1 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx1 .facet-strip-text-y { +#_sample_helper_static_id_prefix_1 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -134,7 +134,7 @@ font-size: 13.0px; } - + @@ -252,7 +252,7 @@ font-size: 13.0px; - + @@ -264,7 +264,7 @@ font-size: 13.0px; - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -306,117 +306,117 @@ font-size: 13.0px; text { text-rendering: optimizeLegibility; } -#xXxprefixXx4 .plot-title { +#_sample_helper_static_id_prefix_4 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx4 .plot-subtitle { +#_sample_helper_static_id_prefix_4 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .plot-caption { +#_sample_helper_static_id_prefix_4 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .hyperlink-element { +#_sample_helper_static_id_prefix_4 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx4 .legend-title { +#_sample_helper_static_id_prefix_4 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .legend-item { +#_sample_helper_static_id_prefix_4 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-x { +#_sample_helper_static_id_prefix_4 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-x { +#_sample_helper_static_id_prefix_4 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-title-y { +#_sample_helper_static_id_prefix_4 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx4 .axis-text-y { +#_sample_helper_static_id_prefix_4 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_6 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-x { +#_sample_helper_static_id_prefix_4 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .facet-strip-text-y { +#_sample_helper_static_id_prefix_4 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-text { +#_sample_helper_static_id_prefix_6 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-title { +#_sample_helper_static_id_prefix_6 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx6 .tooltip-label { +#_sample_helper_static_id_prefix_6 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -425,7 +425,7 @@ font-size: 13.0px; } - + @@ -543,7 +543,7 @@ font-size: 13.0px; - + @@ -555,7 +555,7 @@ font-size: 13.0px; - + @@ -582,7 +582,7 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/preview_line_mark.svg b/docs/images/samples/line/preview_line_mark.svg index 8f30a8fd0..47844620a 100644 --- a/docs/images/samples/line/preview_line_mark.svg +++ b/docs/images/samples/line/preview_line_mark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -203,19 +203,19 @@ font-size: 13.0px; - + - + - + @@ -436,6 +436,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/preview_line_mark_dark.svg b/docs/images/samples/line/preview_line_mark_dark.svg index 831fe89f1..92d267a2b 100644 --- a/docs/images/samples/line/preview_line_mark_dark.svg +++ b/docs/images/samples/line/preview_line_mark_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-text { +#_sample_helper_static_id_prefix_4 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-title { +#_sample_helper_static_id_prefix_4 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx4 .tooltip-label { +#_sample_helper_static_id_prefix_4 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -335,7 +335,7 @@ font-size: 13.0px; - + @@ -359,19 +359,19 @@ font-size: 13.0px; - + - + - + @@ -436,6 +436,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/several_lines.svg b/docs/images/samples/line/several_lines.svg index ecd7d70db..951b237c2 100644 --- a/docs/images/samples/line/several_lines.svg +++ b/docs/images/samples/line/several_lines.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -205,7 +205,7 @@ font-size: 13.0px; - + @@ -456,6 +456,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/several_lines_dark.svg b/docs/images/samples/line/several_lines_dark.svg index 4f9853150..5f04014c6 100644 --- a/docs/images/samples/line/several_lines_dark.svg +++ b/docs/images/samples/line/several_lines_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -356,7 +356,7 @@ font-size: 13.0px; - + @@ -376,7 +376,7 @@ font-size: 13.0px; - + @@ -456,6 +456,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/simple_line.svg b/docs/images/samples/line/simple_line.svg index 267832fb3..057f02643 100644 --- a/docs/images/samples/line/simple_line.svg +++ b/docs/images/samples/line/simple_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -189,7 +189,7 @@ font-size: 13.0px; - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/simple_line_dark.svg b/docs/images/samples/line/simple_line_dark.svg index d4970923a..d486238ee 100644 --- a/docs/images/samples/line/simple_line_dark.svg +++ b/docs/images/samples/line/simple_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -312,7 +312,7 @@ font-size: 13.0px; - + @@ -324,7 +324,7 @@ font-size: 13.0px; - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/simple_line_settings.svg b/docs/images/samples/line/simple_line_settings.svg index 1f1c9a42a..806236cc0 100644 --- a/docs/images/samples/line/simple_line_settings.svg +++ b/docs/images/samples/line/simple_line_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -193,7 +193,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/simple_line_settings_dark.svg b/docs/images/samples/line/simple_line_settings_dark.svg index 835a65221..85824441d 100644 --- a/docs/images/samples/line/simple_line_settings_dark.svg +++ b/docs/images/samples/line/simple_line_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -340,7 +340,7 @@ font-size: 13.0px; - + @@ -352,7 +352,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/smoothed_curve_with_points.svg b/docs/images/samples/line/smoothed_curve_with_points.svg index 17b51396d..46dcfa29c 100644 --- a/docs/images/samples/line/smoothed_curve_with_points.svg +++ b/docs/images/samples/line/smoothed_curve_with_points.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -200,13 +200,13 @@ font-size: 13.0px; - + - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/smoothed_curve_with_points_dark.svg b/docs/images/samples/line/smoothed_curve_with_points_dark.svg index 5a2e32432..1f0902423 100644 --- a/docs/images/samples/line/smoothed_curve_with_points_dark.svg +++ b/docs/images/samples/line/smoothed_curve_with_points_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -289,7 +289,7 @@ font-size: 13.0px; - + @@ -318,13 +318,13 @@ font-size: 13.0px; - + - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/smoothed_line.svg b/docs/images/samples/line/smoothed_line.svg index 0cf0f028a..2124c4706 100644 --- a/docs/images/samples/line/smoothed_line.svg +++ b/docs/images/samples/line/smoothed_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -314,6 +314,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/smoothed_line_dark.svg b/docs/images/samples/line/smoothed_line_dark.svg index eba7ce542..aeb523e84 100644 --- a/docs/images/samples/line/smoothed_line_dark.svg +++ b/docs/images/samples/line/smoothed_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -280,7 +280,7 @@ font-size: 13.0px; - + @@ -292,7 +292,7 @@ font-size: 13.0px; - + @@ -314,6 +314,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/step_line.svg b/docs/images/samples/line/step_line.svg index 7cc418368..a148ab042 100644 --- a/docs/images/samples/line/step_line.svg +++ b/docs/images/samples/line/step_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_7 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_7 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-text { +#_sample_helper_static_id_prefix_7 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-title { +#_sample_helper_static_id_prefix_7 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-label { +#_sample_helper_static_id_prefix_7 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -256,37 +256,37 @@ font-size: 13.0px; - + - + - + - + - + - + @@ -459,6 +459,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/line/step_line_dark.svg b/docs/images/samples/line/step_line_dark.svg index 810137b25..e56e61cd9 100644 --- a/docs/images/samples/line/step_line_dark.svg +++ b/docs/images/samples/line/step_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_7 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_7 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-text { +#_sample_helper_static_id_prefix_7 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-title { +#_sample_helper_static_id_prefix_7 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx7 .tooltip-label { +#_sample_helper_static_id_prefix_7 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -402,37 +402,37 @@ font-size: 13.0px; - + - + - + - + - + - + @@ -459,6 +459,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/nightingale_chart.svg b/docs/images/samples/pie/nightingale_chart.svg index f4a5e1c05..1d72890db 100644 --- a/docs/images/samples/pie/nightingale_chart.svg +++ b/docs/images/samples/pie/nightingale_chart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -315,6 +315,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/nightingale_chart_dark.svg b/docs/images/samples/pie/nightingale_chart_dark.svg index 63c071b27..4d3df5d9e 100644 --- a/docs/images/samples/pie/nightingale_chart_dark.svg +++ b/docs/images/samples/pie/nightingale_chart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -215,7 +215,7 @@ font-size: 13.0px; - + @@ -315,6 +315,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_base.svg b/docs/images/samples/pie/pie_base.svg index 5ee5765f5..f4908c054 100644 --- a/docs/images/samples/pie/pie_base.svg +++ b/docs/images/samples/pie/pie_base.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -255,7 +255,7 @@ font-size: 13.0px; - + @@ -532,6 +532,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_base_dark.svg b/docs/images/samples/pie/pie_base_dark.svg index ff0697bdc..b0d5614ab 100644 --- a/docs/images/samples/pie/pie_base_dark.svg +++ b/docs/images/samples/pie/pie_base_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -437,7 +437,7 @@ font-size: 13.0px; - + @@ -532,6 +532,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_explode.svg b/docs/images/samples/pie/pie_explode.svg index bc25db1f4..121818770 100644 --- a/docs/images/samples/pie/pie_explode.svg +++ b/docs/images/samples/pie/pie_explode.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_explode_dark.svg b/docs/images/samples/pie/pie_explode_dark.svg index 5f7bb25c8..92c294778 100644 --- a/docs/images/samples/pie/pie_explode_dark.svg +++ b/docs/images/samples/pie/pie_explode_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_settings.svg b/docs/images/samples/pie/pie_settings.svg index 2ea09f2d3..63f7b5d7b 100644 --- a/docs/images/samples/pie/pie_settings.svg +++ b/docs/images/samples/pie/pie_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_settings_dark.svg b/docs/images/samples/pie/pie_settings_dark.svg index 731da99c8..f67f194b7 100644 --- a/docs/images/samples/pie/pie_settings_dark.svg +++ b/docs/images/samples/pie/pie_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_with_count.svg b/docs/images/samples/pie/pie_with_count.svg index 0283bea00..844e5445f 100644 --- a/docs/images/samples/pie/pie_with_count.svg +++ b/docs/images/samples/pie/pie_with_count.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_with_count_dark.svg b/docs/images/samples/pie/pie_with_count_dark.svg index cf5b05db8..4919f5db7 100644 --- a/docs/images/samples/pie/pie_with_count_dark.svg +++ b/docs/images/samples/pie/pie_with_count_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -227,7 +227,7 @@ font-size: 13.0px; - + @@ -342,6 +342,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_with_void.svg b/docs/images/samples/pie/pie_with_void.svg index f5bfa3964..25981fdb6 100644 --- a/docs/images/samples/pie/pie_with_void.svg +++ b/docs/images/samples/pie/pie_with_void.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -261,6 +261,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/pie/pie_with_void_dark.svg b/docs/images/samples/pie/pie_with_void_dark.svg index 60a45080b..84bd34fbd 100644 --- a/docs/images/samples/pie/pie_with_void_dark.svg +++ b/docs/images/samples/pie/pie_with_void_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -261,6 +261,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/basic_points_plot.svg b/docs/images/samples/points/basic_points_plot.svg index 3cf3bec2e..600ab0fb8 100644 --- a/docs/images/samples/points/basic_points_plot.svg +++ b/docs/images/samples/points/basic_points_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -204,7 +204,7 @@ font-size: 13.0px; - + @@ -360,6 +360,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/basic_points_plot_dark.svg b/docs/images/samples/points/basic_points_plot_dark.svg index 87d73f2d8..4b21cdaa5 100644 --- a/docs/images/samples/points/basic_points_plot_dark.svg +++ b/docs/images/samples/points/basic_points_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -309,7 +309,7 @@ font-size: 13.0px; - + @@ -338,7 +338,7 @@ font-size: 13.0px; - + @@ -360,6 +360,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/bubble_chart.svg b/docs/images/samples/points/bubble_chart.svg index e764c08c0..81611c004 100644 --- a/docs/images/samples/points/bubble_chart.svg +++ b/docs/images/samples/points/bubble_chart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -167,7 +167,7 @@ font-size: 13.0px; - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -461,6 +461,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/bubble_chart_dark.svg b/docs/images/samples/points/bubble_chart_dark.svg index ed899885c..c9f55c19d 100644 --- a/docs/images/samples/points/bubble_chart_dark.svg +++ b/docs/images/samples/points/bubble_chart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -267,7 +267,7 @@ font-size: 13.0px; - + @@ -309,7 +309,7 @@ font-size: 13.0px; - + @@ -461,6 +461,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart.svg b/docs/images/samples/points/complex_bubble_chart.svg index 8804ae206..8d1c3fb49 100644 --- a/docs/images/samples/points/complex_bubble_chart.svg +++ b/docs/images/samples/points/complex_bubble_chart.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -221,7 +221,7 @@ font-size: 13.0px; - + @@ -408,6 +408,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart_dark.svg b/docs/images/samples/points/complex_bubble_chart_dark.svg index 5e870f833..6d222cb72 100644 --- a/docs/images/samples/points/complex_bubble_chart_dark.svg +++ b/docs/images/samples/points/complex_bubble_chart_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -341,7 +341,7 @@ font-size: 13.0px; - + @@ -408,6 +408,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart_part2.svg b/docs/images/samples/points/complex_bubble_chart_part2.svg index 8c69881dc..e991d9a74 100644 --- a/docs/images/samples/points/complex_bubble_chart_part2.svg +++ b/docs/images/samples/points/complex_bubble_chart_part2.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -202,7 +202,7 @@ font-size: 13.0px; - + @@ -668,6 +668,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart_part2_dark.svg b/docs/images/samples/points/complex_bubble_chart_part2_dark.svg index 30b016de2..43b2400e6 100644 --- a/docs/images/samples/points/complex_bubble_chart_part2_dark.svg +++ b/docs/images/samples/points/complex_bubble_chart_part2_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -324,7 +324,7 @@ font-size: 13.0px; - + @@ -668,6 +668,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart_part3.svg b/docs/images/samples/points/complex_bubble_chart_part3.svg index b42b654a2..c7b06887f 100644 --- a/docs/images/samples/points/complex_bubble_chart_part3.svg +++ b/docs/images/samples/points/complex_bubble_chart_part3.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -202,7 +202,7 @@ font-size: 13.0px; - + @@ -666,6 +666,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/complex_bubble_chart_part3_dark.svg b/docs/images/samples/points/complex_bubble_chart_part3_dark.svg index 3828d753d..b07871398 100644 --- a/docs/images/samples/points/complex_bubble_chart_part3_dark.svg +++ b/docs/images/samples/points/complex_bubble_chart_part3_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -322,7 +322,7 @@ font-size: 13.0px; - + @@ -666,6 +666,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/fixed_points.svg b/docs/images/samples/points/fixed_points.svg index ccdb2597c..b296d6d99 100644 --- a/docs/images/samples/points/fixed_points.svg +++ b/docs/images/samples/points/fixed_points.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -198,7 +198,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/fixed_points_dark.svg b/docs/images/samples/points/fixed_points_dark.svg index 519c85506..dc32680e4 100644 --- a/docs/images/samples/points/fixed_points_dark.svg +++ b/docs/images/samples/points/fixed_points_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -333,7 +333,7 @@ font-size: 13.0px; - + @@ -352,7 +352,7 @@ font-size: 13.0px; - + @@ -374,6 +374,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/functional_scatter_plot.svg b/docs/images/samples/points/functional_scatter_plot.svg index b36b643c7..5ff5f1577 100644 --- a/docs/images/samples/points/functional_scatter_plot.svg +++ b/docs/images/samples/points/functional_scatter_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -179,7 +179,7 @@ font-size: 13.0px; - + @@ -252,7 +252,7 @@ font-size: 13.0px; - + @@ -420,6 +420,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/functional_scatter_plot_dark.svg b/docs/images/samples/points/functional_scatter_plot_dark.svg index 33ed342b8..1a4d6d771 100644 --- a/docs/images/samples/points/functional_scatter_plot_dark.svg +++ b/docs/images/samples/points/functional_scatter_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -325,7 +325,7 @@ font-size: 13.0px; - + @@ -398,7 +398,7 @@ font-size: 13.0px; - + @@ -420,6 +420,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_gradient.svg b/docs/images/samples/points/points_gradient.svg index 071eda123..5f7090c50 100644 --- a/docs/images/samples/points/points_gradient.svg +++ b/docs/images/samples/points/points_gradient.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -187,7 +187,7 @@ font-size: 13.0px; - + @@ -299,7 +299,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_gradient_dark.svg b/docs/images/samples/points/points_gradient_dark.svg index 5121f6c9c..69f0b9ef8 100644 --- a/docs/images/samples/points/points_gradient_dark.svg +++ b/docs/images/samples/points/points_gradient_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -369,7 +369,7 @@ font-size: 13.0px; - + @@ -481,7 +481,7 @@ font-size: 13.0px; - + @@ -612,6 +612,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_settings.svg b/docs/images/samples/points/points_settings.svg index c4e0cf8d9..9e6d57867 100644 --- a/docs/images/samples/points/points_settings.svg +++ b/docs/images/samples/points/points_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -175,7 +175,7 @@ font-size: 13.0px; - + @@ -204,7 +204,7 @@ font-size: 13.0px; - + @@ -360,6 +360,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_settings_dark.svg b/docs/images/samples/points/points_settings_dark.svg index 2f47072be..0697c10ae 100644 --- a/docs/images/samples/points/points_settings_dark.svg +++ b/docs/images/samples/points/points_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -309,7 +309,7 @@ font-size: 13.0px; - + @@ -338,7 +338,7 @@ font-size: 13.0px; - + @@ -360,6 +360,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_with_abLine.svg b/docs/images/samples/points/points_with_abLine.svg index a89f099a2..288a48930 100644 --- a/docs/images/samples/points/points_with_abLine.svg +++ b/docs/images/samples/points/points_with_abLine.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -202,13 +202,13 @@ font-size: 13.0px; - + - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_with_abLine_dark.svg b/docs/images/samples/points/points_with_abLine_dark.svg index bf5395eea..d4cb9b1ee 100644 --- a/docs/images/samples/points/points_with_abLine_dark.svg +++ b/docs/images/samples/points/points_with_abLine_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -287,7 +287,7 @@ font-size: 13.0px; - + @@ -318,13 +318,13 @@ font-size: 13.0px; - + - + @@ -346,6 +346,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_with_color_by_category.svg b/docs/images/samples/points/points_with_color_by_category.svg index 6fb33f096..db06c09e0 100644 --- a/docs/images/samples/points/points_with_color_by_category.svg +++ b/docs/images/samples/points/points_with_color_by_category.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -203,7 +203,7 @@ font-size: 13.0px; - + @@ -395,6 +395,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/points/points_with_color_by_category_dark.svg b/docs/images/samples/points/points_with_color_by_category_dark.svg index 4440dff5c..7946c0b48 100644 --- a/docs/images/samples/points/points_with_color_by_category_dark.svg +++ b/docs/images/samples/points/points_with_color_by_category_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -291,7 +291,7 @@ font-size: 13.0px; - + @@ -323,7 +323,7 @@ font-size: 13.0px; - + @@ -395,6 +395,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/regression_confidence_band.svg b/docs/images/samples/ribbon/regression_confidence_band.svg index 656437915..ec67a1b64 100644 --- a/docs/images/samples/ribbon/regression_confidence_band.svg +++ b/docs/images/samples/ribbon/regression_confidence_band.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -173,7 +173,7 @@ font-size: 13.0px; - + @@ -199,13 +199,13 @@ font-size: 13.0px; - + - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/regression_confidence_band_dark.svg b/docs/images/samples/ribbon/regression_confidence_band_dark.svg index 654b820cd..5df60cf73 100644 --- a/docs/images/samples/ribbon/regression_confidence_band_dark.svg +++ b/docs/images/samples/ribbon/regression_confidence_band_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -298,7 +298,7 @@ font-size: 13.0px; - + @@ -324,13 +324,13 @@ font-size: 13.0px; - + - + @@ -352,6 +352,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_function_plot.svg b/docs/images/samples/ribbon/ribbon_function_plot.svg index 5d7a3a2b5..b16768651 100644 --- a/docs/images/samples/ribbon/ribbon_function_plot.svg +++ b/docs/images/samples/ribbon/ribbon_function_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -191,7 +191,7 @@ font-size: 13.0px; - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_function_plot_dark.svg b/docs/images/samples/ribbon/ribbon_function_plot_dark.svg index 0d2b98011..610a40014 100644 --- a/docs/images/samples/ribbon/ribbon_function_plot_dark.svg +++ b/docs/images/samples/ribbon/ribbon_function_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -313,7 +313,7 @@ font-size: 13.0px; - + @@ -335,6 +335,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_grouped.svg b/docs/images/samples/ribbon/ribbon_grouped.svg index 54cd9e7fe..b4d60c4d1 100644 --- a/docs/images/samples/ribbon/ribbon_grouped.svg +++ b/docs/images/samples/ribbon/ribbon_grouped.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_grouped_dark.svg b/docs/images/samples/ribbon/ribbon_grouped_dark.svg index deda68b92..357859fe4 100644 --- a/docs/images/samples/ribbon/ribbon_grouped_dark.svg +++ b/docs/images/samples/ribbon/ribbon_grouped_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -312,7 +312,7 @@ font-size: 13.0px; - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -415,6 +415,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_settings.svg b/docs/images/samples/ribbon/ribbon_settings.svg index ddc9a2a64..df201fb17 100644 --- a/docs/images/samples/ribbon/ribbon_settings.svg +++ b/docs/images/samples/ribbon/ribbon_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -197,7 +197,7 @@ font-size: 13.0px; - + @@ -354,6 +354,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_settings_dark.svg b/docs/images/samples/ribbon/ribbon_settings_dark.svg index 0102d8fec..ee38b395e 100644 --- a/docs/images/samples/ribbon/ribbon_settings_dark.svg +++ b/docs/images/samples/ribbon/ribbon_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -312,7 +312,7 @@ font-size: 13.0px; - + @@ -332,7 +332,7 @@ font-size: 13.0px; - + @@ -354,6 +354,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_simple.svg b/docs/images/samples/ribbon/ribbon_simple.svg index 7752e9850..bf38d8e9a 100644 --- a/docs/images/samples/ribbon/ribbon_simple.svg +++ b/docs/images/samples/ribbon/ribbon_simple.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -197,7 +197,7 @@ font-size: 13.0px; - + @@ -366,6 +366,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_simple_dark.svg b/docs/images/samples/ribbon/ribbon_simple_dark.svg index a004ba968..d1c22f4be 100644 --- a/docs/images/samples/ribbon/ribbon_simple_dark.svg +++ b/docs/images/samples/ribbon/ribbon_simple_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -324,7 +324,7 @@ font-size: 13.0px; - + @@ -344,7 +344,7 @@ font-size: 13.0px; - + @@ -366,6 +366,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_with_line.svg b/docs/images/samples/ribbon/ribbon_with_line.svg index 320c4c173..927a80d1d 100644 --- a/docs/images/samples/ribbon/ribbon_with_line.svg +++ b/docs/images/samples/ribbon/ribbon_with_line.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -177,7 +177,7 @@ font-size: 13.0px; - + @@ -203,13 +203,13 @@ font-size: 13.0px; - + - + @@ -370,6 +370,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/ribbon/ribbon_with_line_dark.svg b/docs/images/samples/ribbon/ribbon_with_line_dark.svg index 75e8ad0d1..2a18610e2 100644 --- a/docs/images/samples/ribbon/ribbon_with_line_dark.svg +++ b/docs/images/samples/ribbon/ribbon_with_line_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-text { +#_sample_helper_static_id_prefix_3 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-title { +#_sample_helper_static_id_prefix_3 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx3 .tooltip-label { +#_sample_helper_static_id_prefix_3 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -316,7 +316,7 @@ font-size: 13.0px; - + @@ -342,13 +342,13 @@ font-size: 13.0px; - + - + @@ -370,6 +370,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/basic_heatmap.svg b/docs/images/samples/tiles/basic_heatmap.svg index 5377257f8..a5b56f2da 100644 --- a/docs/images/samples/tiles/basic_heatmap.svg +++ b/docs/images/samples/tiles/basic_heatmap.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -155,7 +155,7 @@ font-size: 13.0px; - + @@ -176,7 +176,7 @@ font-size: 13.0px; - + @@ -361,6 +361,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/basic_heatmap_dark.svg b/docs/images/samples/tiles/basic_heatmap_dark.svg index 682b949f0..408646bec 100644 --- a/docs/images/samples/tiles/basic_heatmap_dark.svg +++ b/docs/images/samples/tiles/basic_heatmap_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -230,7 +230,7 @@ font-size: 13.0px; - + @@ -361,6 +361,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/basic_tile_plot.svg b/docs/images/samples/tiles/basic_tile_plot.svg index 7d9be19ab..1e606f2b2 100644 --- a/docs/images/samples/tiles/basic_tile_plot.svg +++ b/docs/images/samples/tiles/basic_tile_plot.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -171,7 +171,7 @@ font-size: 13.0px; - + @@ -185,7 +185,7 @@ font-size: 13.0px; - + @@ -315,6 +315,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/basic_tile_plot_dark.svg b/docs/images/samples/tiles/basic_tile_plot_dark.svg index 35fa4c580..97f17495f 100644 --- a/docs/images/samples/tiles/basic_tile_plot_dark.svg +++ b/docs/images/samples/tiles/basic_tile_plot_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -279,7 +279,7 @@ font-size: 13.0px; - + @@ -293,7 +293,7 @@ font-size: 13.0px; - + @@ -315,6 +315,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/fixed_tile.svg b/docs/images/samples/tiles/fixed_tile.svg index aaf1a68f7..b52fd9231 100644 --- a/docs/images/samples/tiles/fixed_tile.svg +++ b/docs/images/samples/tiles/fixed_tile.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -153,7 +153,7 @@ font-size: 13.0px; - + @@ -169,7 +169,7 @@ font-size: 13.0px; - + @@ -234,6 +234,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/fixed_tile_dark.svg b/docs/images/samples/tiles/fixed_tile_dark.svg index e11aba01b..48eaef205 100644 --- a/docs/images/samples/tiles/fixed_tile_dark.svg +++ b/docs/images/samples/tiles/fixed_tile_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -196,7 +196,7 @@ font-size: 13.0px; - + @@ -212,7 +212,7 @@ font-size: 13.0px; - + @@ -234,6 +234,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_color_categories.svg b/docs/images/samples/tiles/tiles_color_categories.svg index ef881d053..640fe1637 100644 --- a/docs/images/samples/tiles/tiles_color_categories.svg +++ b/docs/images/samples/tiles/tiles_color_categories.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -324,6 +324,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_color_categories_dark.svg b/docs/images/samples/tiles/tiles_color_categories_dark.svg index 91b7291cb..58a27c9b1 100644 --- a/docs/images/samples/tiles/tiles_color_categories_dark.svg +++ b/docs/images/samples/tiles/tiles_color_categories_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -220,7 +220,7 @@ font-size: 13.0px; - + @@ -244,7 +244,7 @@ font-size: 13.0px; - + @@ -324,6 +324,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_gradient.svg b/docs/images/samples/tiles/tiles_gradient.svg index 003a0e5fa..c117c8238 100644 --- a/docs/images/samples/tiles/tiles_gradient.svg +++ b/docs/images/samples/tiles/tiles_gradient.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -157,7 +157,7 @@ font-size: 13.0px; - + @@ -181,7 +181,7 @@ font-size: 13.0px; - + @@ -357,6 +357,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_gradient_dark.svg b/docs/images/samples/tiles/tiles_gradient_dark.svg index 2b41ae7e6..2c520f282 100644 --- a/docs/images/samples/tiles/tiles_gradient_dark.svg +++ b/docs/images/samples/tiles/tiles_gradient_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -220,7 +220,7 @@ font-size: 13.0px; - + @@ -244,7 +244,7 @@ font-size: 13.0px; - + @@ -357,6 +357,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_ktnb_logo.svg b/docs/images/samples/tiles/tiles_ktnb_logo.svg index a000ba5b3..19947d01f 100644 --- a/docs/images/samples/tiles/tiles_ktnb_logo.svg +++ b/docs/images/samples/tiles/tiles_ktnb_logo.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -1640,7 +1640,7 @@ font-size: 13.0px; - + @@ -1652,6 +1652,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_ktnb_logo_dark.svg b/docs/images/samples/tiles/tiles_ktnb_logo_dark.svg index 46bb50998..e374e9eaa 100644 --- a/docs/images/samples/tiles/tiles_ktnb_logo_dark.svg +++ b/docs/images/samples/tiles/tiles_ktnb_logo_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -147,7 +147,7 @@ font-size: 13.0px; - + @@ -1640,7 +1640,7 @@ font-size: 13.0px; - + @@ -1652,6 +1652,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_settings.svg b/docs/images/samples/tiles/tiles_settings.svg index 49b382e1e..230931ae7 100644 --- a/docs/images/samples/tiles/tiles_settings.svg +++ b/docs/images/samples/tiles/tiles_settings.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #ffffff; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #474747; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #474747; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -155,7 +155,7 @@ font-size: 13.0px; - + @@ -176,7 +176,7 @@ font-size: 13.0px; - + @@ -370,6 +370,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/images/samples/tiles/tiles_settings_dark.svg b/docs/images/samples/tiles/tiles_settings_dark.svg index bab5c68b5..77b5ddf60 100644 --- a/docs/images/samples/tiles/tiles_settings_dark.svg +++ b/docs/images/samples/tiles/tiles_settings_dark.svg @@ -10,117 +10,117 @@ text { text-rendering: optimizeLegibility; } -#xXxprefixXx0 .plot-title { +#_sample_helper_static_id_prefix_0 .plot-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 16.0px; } -#xXxprefixXx0 .plot-subtitle { +#_sample_helper_static_id_prefix_0 .plot-subtitle { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .plot-caption { +#_sample_helper_static_id_prefix_0 .plot-caption { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .hyperlink-element { +#_sample_helper_static_id_prefix_0 .hyperlink-element { fill: #118ed8; font-weight: normal; font-style: normal; } -#xXxprefixXx0 .legend-title { +#_sample_helper_static_id_prefix_0 .legend-title { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .legend-item { +#_sample_helper_static_id_prefix_0 .legend-item { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-x { +#_sample_helper_static_id_prefix_0 .axis-title-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-x { +#_sample_helper_static_id_prefix_0 .axis-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-x { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .axis-title-y { +#_sample_helper_static_id_prefix_0 .axis-title-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 15.0px; } -#xXxprefixXx0 .axis-text-y { +#_sample_helper_static_id_prefix_0 .axis-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .axis-tooltip-text-y { +#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y { fill: #303030; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-x { +#_sample_helper_static_id_prefix_0 .facet-strip-text-x { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx0 .facet-strip-text-y { +#_sample_helper_static_id_prefix_0 .facet-strip-text-y { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-text { +#_sample_helper_static_id_prefix_2 .tooltip-text { fill: #bbbbbb; font-weight: normal; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-title { +#_sample_helper_static_id_prefix_2 .tooltip-title { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; font-size: 13.0px; } -#xXxprefixXx2 .tooltip-label { +#_sample_helper_static_id_prefix_2 .tooltip-label { fill: #bbbbbb; font-weight: bold; font-style: normal;font-family: Lucida Grande, sans-serif; @@ -129,7 +129,7 @@ font-size: 13.0px; } - + @@ -209,7 +209,7 @@ font-size: 13.0px; - + @@ -230,7 +230,7 @@ font-size: 13.0px; - + @@ -370,6 +370,6 @@ font-size: 13.0px; - + \ No newline at end of file diff --git a/docs/kd.tree b/docs/kd.tree index e04717527..cdc7db035 100644 --- a/docs/kd.tree +++ b/docs/kd.tree @@ -251,4 +251,6 @@ +