diff --git a/build.gradle.kts b/build.gradle.kts
index 5432b721b..a8415e519 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -44,7 +44,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 c1459f5ed..86f7fecea 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 9aea8f426..aa2ba42cd 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 e2aaec230..395ef5d12 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 3f0c3fedb..2e2952037 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 7a2b670ae..7ea603650 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 2d3ccdd57..393f09b46 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 8882c1c24..0983b358e 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 b7f412bf5..39f8019cb 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 07fa30579..a0475e14f 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 3e8187d38..2cfdbfca1 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 448433e29..c9b8e9272 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 c2a5aa7db..3c5da09ef 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 ffd572b9d..98c5f379a 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 c005d0ebe..16bb9d3c9 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 26a265952..355228319 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -175,7 +175,7 @@ font-size: 13.0px;
-
+
@@ -379,7 +379,7 @@ font-size: 13.0px;
-
+
@@ -539,6 +539,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 d8aca878b..008cbfbb8 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -313,7 +313,7 @@ font-size: 13.0px;
-
+
@@ -517,7 +517,7 @@ font-size: 13.0px;
-
+
@@ -539,6 +539,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 16356213c..a2f3ad04d 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 c9dfe940b..bdd669a95 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 e514a972b..96046e33f 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 194dce0c8..652990515 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 21b3ac7ed..f3b3ad516 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 d676949dd..05f1c779a 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 b5a4f1e8e..277d0c28a 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 a02a6e6af..510fe8f39 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 e4175b457..fbc9cd61b 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 1177b9dac..699e19fb2 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 07fa30579..a0475e14f 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 3e8187d38..2cfdbfca1 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 4ede4b58c..914f89f15 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 c311d5c1e..671d57253 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 b4c300bb7..81add40ad 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 2eb5acb68..34eefc869 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 ea1ad7bb1..fbbe2febc 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 7b0dd07fb..aeba4c0f5 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 7a2b670ae..7ea603650 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 2d3ccdd57..393f09b46 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 5207e3a05..925559ea8 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 ada0f67af..b6755db44 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 ffb07cf4a..744431d06 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 32246c391..396282fd8 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 38da68d4b..d3d49adaa 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 299ea2d72..2eedc9edc 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 2ff5a7155..09e083d14 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 46f4c4c32..2df933bb5 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 6d8df440b..2b8874388 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 73199bf17..ad13a1d26 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 1b00da2aa..d7e7a29bc 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 d71224eec..c0254ce5a 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 b34586a8f..78008038f 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 dcf64c7f9..62defa6e1 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 0f6fdebd5..0bc514bf7 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 809701a1f..bc429a104 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 0e9ae2a31..d34073799 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 d5e05c808..51996206b 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 0205f3c40..8775f33ec 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 48765c839..6729a53a0 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 27f8628e8..6af7f9610 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 8426b677e..b89ff3dea 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 040017e1e..8426bde3c 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 fe3b71065..326b1c7ce 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 040017e1e..8426bde3c 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 fe3b71065..326b1c7ce 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 a86fa1045..67a6c5625 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 c604d6edd..595f057d1 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 04abd19d2..35957cfd0 100644
--- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg
+++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg
@@ -10,54 +10,54 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -71,14 +71,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -92,14 +92,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -145,117 +145,117 @@ font-size: 13.0px;
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: sans-serif;
@@ -264,7 +264,7 @@ font-size: 13.0px;
}
-
+
@@ -298,7 +298,7 @@ font-size: 13.0px;
-
+
@@ -310,7 +310,7 @@ font-size: 13.0px;
-
+
@@ -421,7 +421,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 d58acb64d..5eea73614 100644
--- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg
+++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg
@@ -10,54 +10,54 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -71,14 +71,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -92,14 +92,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -145,117 +145,117 @@ font-size: 13.0px;
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: sans-serif;
@@ -264,7 +264,7 @@ font-size: 13.0px;
}
-
+
@@ -382,7 +382,7 @@ font-size: 13.0px;
-
+
@@ -394,7 +394,7 @@ font-size: 13.0px;
-
+
@@ -421,7 +421,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 b698d97ce..f487e03d4 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 fe29615bd..294e476f3 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 7a42d575b..36a83f257 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 e2109d87e..25cf45a95 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 cefb919db..a9be63e58 100644
--- a/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg
+++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg
@@ -10,54 +10,54 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -71,14 +71,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -92,14 +92,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -145,117 +145,117 @@ font-size: 13.0px;
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: sans-serif;
@@ -264,7 +264,7 @@ font-size: 13.0px;
}
-
+
@@ -282,7 +282,7 @@ font-size: 13.0px;
-
+
@@ -338,7 +338,7 @@ font-size: 13.0px;
-
+
@@ -423,7 +423,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 76f3758d3..7418b99a1 100644
--- a/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg
+++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg
@@ -10,54 +10,54 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -71,14 +71,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -92,14 +92,14 @@ font-weight: normal;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -145,117 +145,117 @@ font-size: 13.0px;
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: sans-serif;
@@ -264,7 +264,7 @@ font-size: 13.0px;
}
-
+
@@ -282,7 +282,7 @@ font-size: 13.0px;
-
+
@@ -338,7 +338,7 @@ font-size: 13.0px;
-
+
@@ -423,7 +423,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 9af44095c..6ae01c444 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 1becbbbfb..0433bff43 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 95e30dc0b..8771cc4ba 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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 1dafd9719..caab5dc3d 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: sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: 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: 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: 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: 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;
-
+