diff --git a/build.gradle.kts b/build.gradle.kts
index c0284dc04..4dc9c3203 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -38,7 +38,8 @@ val published = listOf(
"kandy-echarts",
"kandy-lets-plot",
"kandy-geo",
- "kandy-util"
+ "kandy-util",
+ "kandy-samples-utils"
)
configure(subprojects.filter { it.name in published }) {
diff --git a/docs/cfg/buildprofiles.xml b/docs/cfg/buildprofiles.xml
index be4c72f16..76ca1de19 100644
--- a/docs/cfg/buildprofiles.xml
+++ b/docs/cfg/buildprofiles.xml
@@ -7,7 +7,7 @@
true
https://github.com/Kotlin/kandy/edit/main/docs/
-
+ include-head.html
https://kotlin.github.io/kandy/
false
webmaster@jetbrains.com
diff --git a/docs/cfg/include-head.html b/docs/cfg/include-head.html
new file mode 100644
index 000000000..c5c5b3039
--- /dev/null
+++ b/docs/cfg/include-head.html
@@ -0,0 +1 @@
+
diff --git a/docs/cfg/static/custom.js b/docs/cfg/static/custom.js
new file mode 100644
index 000000000..5de1a722f
--- /dev/null
+++ b/docs/cfg/static/custom.js
@@ -0,0 +1,67 @@
+window.addEventListener('load', () => {
+ function updateIframeThemes(theme) {
+ const iframes = document.querySelectorAll('iframe');
+
+ iframes.forEach((iframe) => {
+ if (iframe.contentWindow && iframe.contentWindow.document) {
+ iframe.contentWindow.document.documentElement.setAttribute('theme', theme);
+ }
+ });
+ }
+
+ function observeHtmlClassChanges() {
+ const htmlElement = document.documentElement;
+
+ const observer = new MutationObserver((mutations) => {
+ mutations.forEach((mutation) => {
+ if (mutation.type === 'attributes' && mutation.attributeName === 'class') {
+ const theme = htmlElement.classList.contains('theme-light') ? 'light' : 'dark';
+ updateIframeThemes(theme);
+ }
+ });
+ });
+
+ observer.observe(htmlElement, { attributes: true });
+ }
+
+ window.addEventListener('message', (event) => {
+ if (event.data.type === 'iframeHeight') {
+ document.querySelectorAll('iframe').forEach((iframe) => {
+ if (iframe.contentWindow === event.source) {
+ iframe.style.height = event.data.height + 'px';
+ }
+ });
+ }
+ });
+
+ function observeIframe(iframe) {
+ const theme = document.documentElement.classList.contains('theme-light') ? 'light' : 'dark';
+
+ function sendTheme() {
+ iframe.contentDocument.documentElement.setAttribute('theme', theme);
+ }
+
+ iframe.addEventListener('load', sendTheme);
+ if (iframe.contentDocument.readyState === 'complete') sendTheme();
+ }
+
+ document.querySelectorAll('iframe').forEach(observeIframe);
+
+ const bodyObserver = new MutationObserver((mutations) => {
+ mutations.forEach((mutation) => {
+ mutation.addedNodes.forEach((node) => {
+ if (node.tagName === 'IFRAME') observeIframe(node);
+ else if (node.querySelectorAll) {
+ node.querySelectorAll('iframe').forEach(observeIframe);
+ }
+ });
+ });
+ });
+
+ bodyObserver.observe(document.body, { childList: true, subtree: true });
+
+ observeHtmlClassChanges();
+
+ const initialTheme = document.documentElement.classList.contains('theme-light') ? 'light' : 'dark';
+ updateIframeThemes(initialTheme);
+});
diff --git a/docs/images/guides/geoGuide/electionResultsPlotByParty.svg b/docs/images/guides/geoGuide/electionResultsPlotByParty.svg
index 0377ac94a..7ff23bf98 100644
--- a/docs/images/guides/geoGuide/electionResultsPlotByParty.svg
+++ b/docs/images/guides/geoGuide/electionResultsPlotByParty.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -355,7 +355,7 @@ font-size: 13.0px;
-
+
@@ -415,6 +415,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg b/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg
index 009cb501f..fbbe3d562 100644
--- a/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg
+++ b/docs/images/guides/geoGuide/electionResultsPlotByParty_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -355,7 +355,7 @@ font-size: 13.0px;
-
+
@@ -415,6 +415,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesAdjusted.svg b/docs/images/guides/geoGuide/usaStatesAdjusted.svg
index e5aa13666..34c767471 100644
--- a/docs/images/guides/geoGuide/usaStatesAdjusted.svg
+++ b/docs/images/guides/geoGuide/usaStatesAdjusted.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -387,7 +387,7 @@ font-size: 13.0px;
-
+
@@ -527,6 +527,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg b/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg
index 92fae2132..cd7f047ee 100644
--- a/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesAdjusted_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -289,7 +289,7 @@ font-size: 13.0px;
-
+
@@ -505,7 +505,7 @@ font-size: 13.0px;
-
+
@@ -527,6 +527,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg b/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg
index 6d20e7b24..ca77d4021 100644
--- a/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg
+++ b/docs/images/guides/geoGuide/usaStatesFilterContiguous.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -371,7 +371,7 @@ font-size: 13.0px;
-
+
@@ -495,6 +495,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg b/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg
index 0f27c8370..f0cb96b41 100644
--- a/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesFilterContiguous_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -473,7 +473,7 @@ font-size: 13.0px;
-
+
@@ -495,6 +495,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg
index 0a67238ee..164176032 100644
--- a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg
+++ b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -395,7 +395,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg
index 40a803690..24ee5acf3 100644
--- a/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesGeoPolygonPlotCustomized_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -541,7 +541,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg
index 277e7c4fb..66f7f585e 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotGeoMap.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -395,7 +395,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg
index 4c7b362a6..a016c9e5d 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotGeoMap_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -541,7 +541,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg
index 00d877ded..809017f3b 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -395,7 +395,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg
index 4985ce476..aca75ed83 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotGeoPolygon_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -541,7 +541,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg
index 0976d1915..e17de33a1 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -191,7 +191,7 @@ font-size: 13.0px;
-
+
@@ -359,6 +359,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg
index 84ddec048..4d0477a77 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotMergedPolygon_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -337,7 +337,7 @@ font-size: 13.0px;
-
+
@@ -359,6 +359,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg
index 9a09dad68..adb73cde6 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -165,7 +165,7 @@ font-size: 13.0px;
-
+
@@ -369,7 +369,7 @@ font-size: 13.0px;
-
+
@@ -484,6 +484,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg
index ece165500..a3c204ae9 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithAlbersCrs_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -258,7 +258,7 @@ font-size: 13.0px;
-
+
@@ -462,7 +462,7 @@ font-size: 13.0px;
-
+
@@ -484,6 +484,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg
index f9626bb9a..7f676efbc 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -383,7 +383,7 @@ font-size: 13.0px;
-
+
@@ -507,6 +507,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg
index ecf12550a..49c86e28a 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithAxisLimits_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -485,7 +485,7 @@ font-size: 13.0px;
-
+
@@ -507,6 +507,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg b/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg
index 721cbc3f2..61776a5b2 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithBounds.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -375,13 +375,13 @@ font-size: 13.0px;
-
+
-
+
@@ -505,6 +505,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg
index f53056a17..132295054 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithBounds_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -477,13 +477,13 @@ font-size: 13.0px;
-
+
-
+
@@ -505,6 +505,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg
index d86bd3ffa..6c6e17547 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -426,13 +426,13 @@ font-size: 13.0px;
-
+
-
+
@@ -556,6 +556,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg
index e173f1113..836086933 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithCentroids_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -528,13 +528,13 @@ font-size: 13.0px;
-
+
-
+
@@ -556,6 +556,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg
index 7a86efc68..b33c26e63 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -471,13 +471,13 @@ font-size: 13.0px;
-
+
-
+
@@ -601,6 +601,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg
index d6b24a439..047399dcc 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithDefaultBounds_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -573,13 +573,13 @@ font-size: 13.0px;
-
+
-
+
@@ -601,6 +601,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg
index 2a4d844f8..9dfbba5d0 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -385,19 +385,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -521,6 +521,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg
index d1e52bf32..b0b013799 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithGreatCircle_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -487,19 +487,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -521,6 +521,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg b/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg
index 277e7c4fb..66f7f585e 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithMercator.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -395,7 +395,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg
index 4c7b362a6..a016c9e5d 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithMercator_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -541,7 +541,7 @@ font-size: 13.0px;
-
+
@@ -563,6 +563,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg
index 748dc4002..42adfdd9a 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -179,7 +179,7 @@ font-size: 13.0px;
-
+
@@ -431,13 +431,13 @@ font-size: 13.0px;
-
+
-
+
@@ -605,6 +605,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg
index 4e8f3c6b9..c7c4fd521 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithTopCities_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -325,7 +325,7 @@ font-size: 13.0px;
-
+
@@ -577,13 +577,13 @@ font-size: 13.0px;
-
+
-
+
@@ -605,6 +605,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg
index 0f425e4ad..651c7b874 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -175,7 +175,7 @@ font-size: 13.0px;
-
+
@@ -7739,13 +7739,13 @@ font-size: 13.0px;
-
+
-
+
@@ -7899,6 +7899,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg
index 2593bdf92..2e114623e 100644
--- a/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg
+++ b/docs/images/guides/geoGuide/usaStatesPlotWithWorldCities_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -307,7 +307,7 @@ font-size: 13.0px;
-
+
@@ -7871,13 +7871,13 @@ font-size: 13.0px;
-
+
-
+
@@ -7899,6 +7899,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg
index b0fd2a088..4fb69b296 100644
--- a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg
+++ b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -187,7 +187,7 @@ font-size: 13.0px;
-
+
@@ -229,7 +229,7 @@ font-size: 13.0px;
-
+
@@ -435,6 +435,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg
index dca77f735..40e5047e0 100644
--- a/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg
+++ b/docs/images/guides/geoGuide/writeGeoJson2usaCitiesPlotFromGeoJson_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -371,7 +371,7 @@ font-size: 13.0px;
-
+
@@ -413,7 +413,7 @@ font-size: 13.0px;
-
+
@@ -435,6 +435,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg
index 6d20e7b24..ca77d4021 100644
--- a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg
+++ b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -167,7 +167,7 @@ font-size: 13.0px;
-
+
@@ -371,7 +371,7 @@ font-size: 13.0px;
-
+
@@ -495,6 +495,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg
index 0f27c8370..f0cb96b41 100644
--- a/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg
+++ b/docs/images/guides/geoGuide/writeShapefile2usaStatesPlotFromShapefile_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -269,7 +269,7 @@ font-size: 13.0px;
-
+
@@ -473,7 +473,7 @@ font-size: 13.0px;
-
+
@@ -495,6 +495,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg b/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg
index ab755f52c..7fb346f52 100644
--- a/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg
+++ b/docs/images/guides/geoms/guideAlgebraicCurvePlot.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -157,7 +157,7 @@ font-size: 13.0px;
-
+
@@ -179,6 +179,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg b/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg
index 52b79477e..d6386751a 100644
--- a/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg
+++ b/docs/images/guides/geoms/guideAlgebraicCurvePlot_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -157,7 +157,7 @@ font-size: 13.0px;
-
+
@@ -179,6 +179,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg
index 7cfe3d89c..9dcc47a9d 100644
--- a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg
+++ b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -231,13 +231,13 @@ font-size: 13.0px;
-
+
-
+
@@ -444,6 +444,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg
index afeb1dabe..9c6603a75 100644
--- a/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsConfiguredPointRanges_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -291,7 +291,7 @@ font-size: 13.0px;
-
+
@@ -351,13 +351,13 @@ font-size: 13.0px;
-
+
-
+
@@ -444,6 +444,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsCrossbars.svg b/docs/images/guides/geoms/guideErrorBarsCrossbars.svg
index 12f74f008..7284e0fc8 100644
--- a/docs/images/guides/geoms/guideErrorBarsCrossbars.svg
+++ b/docs/images/guides/geoms/guideErrorBarsCrossbars.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -177,7 +177,7 @@ font-size: 13.0px;
-
+
@@ -209,7 +209,7 @@ font-size: 13.0px;
-
+
@@ -425,6 +425,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg b/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg
index 7eeb174b1..dce203c68 100644
--- a/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsCrossbars_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -324,7 +324,7 @@ font-size: 13.0px;
-
+
@@ -356,7 +356,7 @@ font-size: 13.0px;
-
+
@@ -425,6 +425,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsLineRanges.svg b/docs/images/guides/geoms/guideErrorBarsLineRanges.svg
index 6705d8175..301c886c9 100644
--- a/docs/images/guides/geoms/guideErrorBarsLineRanges.svg
+++ b/docs/images/guides/geoms/guideErrorBarsLineRanges.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -201,13 +201,13 @@ font-size: 13.0px;
-
+
-
+
@@ -400,6 +400,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg
index b3d548fe6..e2e58e706 100644
--- a/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsLineRanges_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -291,7 +291,7 @@ font-size: 13.0px;
-
+
@@ -321,13 +321,13 @@ font-size: 13.0px;
-
+
-
+
@@ -400,6 +400,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsOnBars.svg b/docs/images/guides/geoms/guideErrorBarsOnBars.svg
index e925da416..064f82be9 100644
--- a/docs/images/guides/geoms/guideErrorBarsOnBars.svg
+++ b/docs/images/guides/geoms/guideErrorBarsOnBars.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -333,7 +333,7 @@ font-size: 13.0px;
-
+
@@ -403,13 +403,13 @@ font-size: 13.0px;
-
+
-
+
@@ -474,6 +474,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg b/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg
index c76296544..498f69fff 100644
--- a/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsOnBars_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -333,7 +333,7 @@ font-size: 13.0px;
-
+
@@ -403,13 +403,13 @@ font-size: 13.0px;
-
+
-
+
@@ -474,6 +474,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsPointRanges.svg b/docs/images/guides/geoms/guideErrorBarsPointRanges.svg
index 0e775766c..99d73276c 100644
--- a/docs/images/guides/geoms/guideErrorBarsPointRanges.svg
+++ b/docs/images/guides/geoms/guideErrorBarsPointRanges.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -231,13 +231,13 @@ font-size: 13.0px;
-
+
-
+
@@ -444,6 +444,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg b/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg
index 6a0a1f51e..2fdc27cd5 100644
--- a/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsPointRanges_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_3 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-text {
+#_sample_helper_static_id_prefix_3 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-title {
+#_sample_helper_static_id_prefix_3 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .tooltip-label {
+#_sample_helper_static_id_prefix_3 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -291,7 +291,7 @@ font-size: 13.0px;
-
+
@@ -351,13 +351,13 @@ font-size: 13.0px;
-
+
-
+
@@ -444,6 +444,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLines.svg b/docs/images/guides/geoms/guideErrorBarsWithLines.svg
index e70837d18..8fb0de2a7 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLines.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLines.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -173,7 +173,7 @@ font-size: 13.0px;
-
+
@@ -251,19 +251,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -483,6 +483,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg
index 701aff0cb..13484b091 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -173,7 +173,7 @@ font-size: 13.0px;
-
+
@@ -251,19 +251,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -483,6 +483,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg
index 3b87e7feb..f6b2604ed 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesAndPosition_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -302,7 +302,7 @@ font-size: 13.0px;
-
+
@@ -380,19 +380,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -483,6 +483,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg
index 91c512642..32dae5343 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -302,7 +302,7 @@ font-size: 13.0px;
-
+
@@ -380,19 +380,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -472,6 +472,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg
index 941bd1915..27e66d295 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesCustomColorScale_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -302,7 +302,7 @@ font-size: 13.0px;
-
+
@@ -380,19 +380,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -472,6 +472,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg
index 9127527b0..80c052db9 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -173,7 +173,7 @@ font-size: 13.0px;
-
+
@@ -251,19 +251,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -467,6 +467,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg
index fa8d2b4b7..f525f2bb6 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLinesGrouped_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -302,7 +302,7 @@ font-size: 13.0px;
-
+
@@ -380,19 +380,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -467,6 +467,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg b/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg
index 290dfdef2..531fada9f 100644
--- a/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg
+++ b/docs/images/guides/geoms/guideErrorBarsWithLines_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_4 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-text {
+#_sample_helper_static_id_prefix_4 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-title {
+#_sample_helper_static_id_prefix_4 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx4 .tooltip-label {
+#_sample_helper_static_id_prefix_4 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -302,7 +302,7 @@ font-size: 13.0px;
-
+
@@ -380,19 +380,19 @@ font-size: 13.0px;
-
+
-
+
-
+
@@ -483,6 +483,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg b/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg
index 8b8349ce3..1239f429e 100644
--- a/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg
+++ b/docs/images/guides/geoms/guideJitterPointsSimplePoints.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -163,7 +163,7 @@ font-size: 13.0px;
-
+
@@ -409,7 +409,7 @@ font-size: 13.0px;
-
+
@@ -574,6 +574,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg b/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg
index 7a80d5c31..329cf730e 100644
--- a/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg
+++ b/docs/images/guides/geoms/guideJitterPointsSimplePoints_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -245,7 +245,7 @@ font-size: 13.0px;
-
+
@@ -491,7 +491,7 @@ font-size: 13.0px;
-
+
@@ -574,6 +574,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg
index 8a1fb2770..1eb27c57c 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -183,7 +183,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg
index 15c1b4f3e..da41bad1d 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesLinePlot_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -289,7 +289,7 @@ font-size: 13.0px;
-
+
@@ -301,7 +301,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg
index 8a1fb2770..1eb27c57c 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -183,7 +183,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg
index 15c1b4f3e..da41bad1d 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesPathPlot_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -289,7 +289,7 @@ font-size: 13.0px;
-
+
@@ -301,7 +301,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg
index 030c71d07..e2ec73b37 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -171,7 +171,7 @@ font-size: 13.0px;
-
+
@@ -183,7 +183,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg
index 4ff5b8e73..21e13ee8e 100644
--- a/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg
+++ b/docs/images/guides/geoms/guideLinesBrokenLinesStepPlot_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -289,7 +289,7 @@ font-size: 13.0px;
-
+
@@ -301,7 +301,7 @@ font-size: 13.0px;
-
+
@@ -323,6 +323,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg
index d11a16bf4..833315fdc 100644
--- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg
+++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch.svg
@@ -11,117 +11,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -141,117 +141,117 @@ font-size: 13.0px;
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx3 .plot-title {
+#_sample_helper_static_id_prefix_3 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx3 .plot-subtitle {
+#_sample_helper_static_id_prefix_3 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .plot-caption {
+#_sample_helper_static_id_prefix_3 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .hyperlink-element {
+#_sample_helper_static_id_prefix_3 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx3 .legend-title {
+#_sample_helper_static_id_prefix_3 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .legend-item {
+#_sample_helper_static_id_prefix_3 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-title-x {
+#_sample_helper_static_id_prefix_3 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .axis-text-x {
+#_sample_helper_static_id_prefix_3 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-title-y {
+#_sample_helper_static_id_prefix_3 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .axis-text-y {
+#_sample_helper_static_id_prefix_3 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_3 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_3 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-text {
+#_sample_helper_static_id_prefix_5 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-title {
+#_sample_helper_static_id_prefix_5 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-label {
+#_sample_helper_static_id_prefix_5 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -271,117 +271,117 @@ font-size: 13.0px;
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx6 .plot-title {
+#_sample_helper_static_id_prefix_6 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx6 .plot-subtitle {
+#_sample_helper_static_id_prefix_6 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .plot-caption {
+#_sample_helper_static_id_prefix_6 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .hyperlink-element {
+#_sample_helper_static_id_prefix_6 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx6 .legend-title {
+#_sample_helper_static_id_prefix_6 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .legend-item {
+#_sample_helper_static_id_prefix_6 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .axis-title-x {
+#_sample_helper_static_id_prefix_6 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .axis-text-x {
+#_sample_helper_static_id_prefix_6 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .axis-title-y {
+#_sample_helper_static_id_prefix_6 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .axis-text-y {
+#_sample_helper_static_id_prefix_6 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_6 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_6 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-text {
+#_sample_helper_static_id_prefix_8 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-title {
+#_sample_helper_static_id_prefix_8 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-label {
+#_sample_helper_static_id_prefix_8 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -391,7 +391,7 @@ font-size: 13.0px;
-
+
@@ -425,7 +425,7 @@ font-size: 13.0px;
-
+
@@ -437,7 +437,7 @@ font-size: 13.0px;
-
+
@@ -548,10 +548,10 @@ font-size: 13.0px;
-
+
-
+
@@ -585,7 +585,7 @@ font-size: 13.0px;
-
+
@@ -597,7 +597,7 @@ font-size: 13.0px;
-
+
@@ -708,10 +708,10 @@ font-size: 13.0px;
-
+
-
+
@@ -753,7 +753,7 @@ font-size: 13.0px;
-
+
@@ -861,7 +861,7 @@ font-size: 13.0px;
-
+
@@ -1003,7 +1003,7 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg
index 5f4713149..6211b8cbf 100644
--- a/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg
+++ b/docs/images/guides/geoms/guideLinesCompareLinePathSegmentsPlotBunch_dark.svg
@@ -11,117 +11,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -141,117 +141,117 @@ font-size: 13.0px;
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx3 .plot-title {
+#_sample_helper_static_id_prefix_3 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx3 .plot-subtitle {
+#_sample_helper_static_id_prefix_3 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .plot-caption {
+#_sample_helper_static_id_prefix_3 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .hyperlink-element {
+#_sample_helper_static_id_prefix_3 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx3 .legend-title {
+#_sample_helper_static_id_prefix_3 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .legend-item {
+#_sample_helper_static_id_prefix_3 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-title-x {
+#_sample_helper_static_id_prefix_3 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .axis-text-x {
+#_sample_helper_static_id_prefix_3 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .axis-title-y {
+#_sample_helper_static_id_prefix_3 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx3 .axis-text-y {
+#_sample_helper_static_id_prefix_3 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_3 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx3 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_3 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-text {
+#_sample_helper_static_id_prefix_5 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-title {
+#_sample_helper_static_id_prefix_5 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-label {
+#_sample_helper_static_id_prefix_5 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -271,117 +271,117 @@ font-size: 13.0px;
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx6 .plot-title {
+#_sample_helper_static_id_prefix_6 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx6 .plot-subtitle {
+#_sample_helper_static_id_prefix_6 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .plot-caption {
+#_sample_helper_static_id_prefix_6 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .hyperlink-element {
+#_sample_helper_static_id_prefix_6 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx6 .legend-title {
+#_sample_helper_static_id_prefix_6 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .legend-item {
+#_sample_helper_static_id_prefix_6 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .axis-title-x {
+#_sample_helper_static_id_prefix_6 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .axis-text-x {
+#_sample_helper_static_id_prefix_6 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_8 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .axis-title-y {
+#_sample_helper_static_id_prefix_6 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx6 .axis-text-y {
+#_sample_helper_static_id_prefix_6 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_8 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_6 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx6 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_6 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-text {
+#_sample_helper_static_id_prefix_8 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-title {
+#_sample_helper_static_id_prefix_8 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx8 .tooltip-label {
+#_sample_helper_static_id_prefix_8 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -391,7 +391,7 @@ font-size: 13.0px;
-
+
@@ -509,7 +509,7 @@ font-size: 13.0px;
-
+
@@ -521,7 +521,7 @@ font-size: 13.0px;
-
+
@@ -548,10 +548,10 @@ font-size: 13.0px;
-
+
-
+
@@ -669,7 +669,7 @@ font-size: 13.0px;
-
+
@@ -681,7 +681,7 @@ font-size: 13.0px;
-
+
@@ -708,10 +708,10 @@ font-size: 13.0px;
-
+
-
+
@@ -873,7 +873,7 @@ font-size: 13.0px;
-
+
@@ -981,7 +981,7 @@ font-size: 13.0px;
-
+
@@ -1003,7 +1003,7 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesSmoothLinear.svg b/docs/images/guides/geoms/guideLinesSmoothLinear.svg
index 9929ea9eb..43d18afe4 100644
--- a/docs/images/guides/geoms/guideLinesSmoothLinear.svg
+++ b/docs/images/guides/geoms/guideLinesSmoothLinear.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-text {
+#_sample_helper_static_id_prefix_5 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-title {
+#_sample_helper_static_id_prefix_5 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-label {
+#_sample_helper_static_id_prefix_5 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -169,7 +169,7 @@ font-size: 13.0px;
-
+
@@ -429,25 +429,25 @@ font-size: 13.0px;
-
+
-
+
-
+
-
+
@@ -578,6 +578,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg b/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg
index b9a93b78c..008a3d0f7 100644
--- a/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg
+++ b/docs/images/guides/geoms/guideLinesSmoothLinear_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_5 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-text {
+#_sample_helper_static_id_prefix_5 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-title {
+#_sample_helper_static_id_prefix_5 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx5 .tooltip-label {
+#_sample_helper_static_id_prefix_5 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -278,7 +278,7 @@ font-size: 13.0px;
-
+
@@ -538,25 +538,25 @@ font-size: 13.0px;
-
+
-
+
-
+
-
+
@@ -578,6 +578,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieBasicPieChart.svg b/docs/images/guides/geoms/guidePieBasicPieChart.svg
index 85072e9c2..184de0e34 100644
--- a/docs/images/guides/geoms/guidePieBasicPieChart.svg
+++ b/docs/images/guides/geoms/guidePieBasicPieChart.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -187,7 +187,7 @@ font-size: 13.0px;
-
+
@@ -255,7 +255,7 @@ font-size: 13.0px;
-
+
@@ -532,6 +532,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg b/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg
index 2d9022c5a..06d954024 100644
--- a/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg
+++ b/docs/images/guides/geoms/guidePieBasicPieChart_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -369,7 +369,7 @@ font-size: 13.0px;
-
+
@@ -437,7 +437,7 @@ font-size: 13.0px;
-
+
@@ -532,6 +532,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg b/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg
index 4c0d0d7ed..d4d95565e 100644
--- a/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg
+++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid.svg
@@ -1,5 +1,5 @@
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg b/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg
index 79c4765dc..eb019789c 100644
--- a/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg
+++ b/docs/images/guides/geoms/guidePieChartsInPlotGrid_dark.svg
@@ -1,5 +1,5 @@
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieCustomizedPieChart.svg b/docs/images/guides/geoms/guidePieCustomizedPieChart.svg
index d248a0123..8d6720c24 100644
--- a/docs/images/guides/geoms/guidePieCustomizedPieChart.svg
+++ b/docs/images/guides/geoms/guidePieCustomizedPieChart.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -215,7 +215,7 @@ font-size: 13.0px;
-
+
@@ -300,6 +300,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg b/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg
index cdeecad31..2466d1b94 100644
--- a/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg
+++ b/docs/images/guides/geoms/guidePieCustomizedPieChart_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -215,7 +215,7 @@ font-size: 13.0px;
-
+
@@ -300,6 +300,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieExplodePieChart.svg b/docs/images/guides/geoms/guidePieExplodePieChart.svg
index cb1e730fe..2a7dc7f8b 100644
--- a/docs/images/guides/geoms/guidePieExplodePieChart.svg
+++ b/docs/images/guides/geoms/guidePieExplodePieChart.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -263,7 +263,7 @@ font-size: 13.0px;
-
+
@@ -423,6 +423,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg b/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg
index 2e8aff13e..f55278c5e 100644
--- a/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg
+++ b/docs/images/guides/geoms/guidePieExplodePieChart_dark.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #303030;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #bbbbbb;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #bbbbbb;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -147,7 +147,7 @@ font-size: 13.0px;
-
+
@@ -263,7 +263,7 @@ font-size: 13.0px;
-
+
@@ -423,6 +423,6 @@ font-size: 13.0px;
-
+
\ No newline at end of file
diff --git a/docs/images/guides/geoms/guideRibbonPlot.svg b/docs/images/guides/geoms/guideRibbonPlot.svg
index 15cf4faac..5a70e1b85 100644
--- a/docs/images/guides/geoms/guideRibbonPlot.svg
+++ b/docs/images/guides/geoms/guideRibbonPlot.svg
@@ -10,117 +10,117 @@
text {
text-rendering: optimizeLegibility;
}
-#xXxprefixXx0 .plot-title {
+#_sample_helper_static_id_prefix_0 .plot-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 16.0px;
}
-#xXxprefixXx0 .plot-subtitle {
+#_sample_helper_static_id_prefix_0 .plot-subtitle {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .plot-caption {
+#_sample_helper_static_id_prefix_0 .plot-caption {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .hyperlink-element {
+#_sample_helper_static_id_prefix_0 .hyperlink-element {
fill: #118ed8;
font-weight: normal;
font-style: normal;
}
-#xXxprefixXx0 .legend-title {
+#_sample_helper_static_id_prefix_0 .legend-title {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .legend-item {
+#_sample_helper_static_id_prefix_0 .legend-item {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-x {
+#_sample_helper_static_id_prefix_0 .axis-title-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-x {
+#_sample_helper_static_id_prefix_0 .axis-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-x {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-x {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .axis-title-y {
+#_sample_helper_static_id_prefix_0 .axis-title-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 15.0px;
}
-#xXxprefixXx0 .axis-text-y {
+#_sample_helper_static_id_prefix_0 .axis-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .axis-tooltip-text-y {
+#_sample_helper_static_id_prefix_2 .axis-tooltip-text-y {
fill: #ffffff;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-x {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-x {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx0 .facet-strip-text-y {
+#_sample_helper_static_id_prefix_0 .facet-strip-text-y {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-text {
+#_sample_helper_static_id_prefix_2 .tooltip-text {
fill: #474747;
font-weight: normal;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-title {
+#_sample_helper_static_id_prefix_2 .tooltip-title {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
font-size: 13.0px;
}
-#xXxprefixXx2 .tooltip-label {
+#_sample_helper_static_id_prefix_2 .tooltip-label {
fill: #474747;
font-weight: bold;
font-style: normal;font-family: Lucida Grande, sans-serif;
@@ -129,7 +129,7 @@ font-size: 13.0px;
}
-
+
@@ -173,7 +173,7 @@ font-size: 13.0px;
-
+