@semcore/d3-chart 17.0.2-prerelease.1 → 17.1.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cjs/Area.js +11 -11
- package/lib/cjs/Axis.js +16 -16
- package/lib/cjs/Bar.js +16 -16
- package/lib/cjs/Bubble.js +14 -14
- package/lib/cjs/CompactHorizontalBar.js +16 -16
- package/lib/cjs/Donut.js +9 -9
- package/lib/cjs/Dots.js +8 -8
- package/lib/cjs/HorizontalBar.js +16 -16
- package/lib/cjs/Hover.js +3 -3
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +2 -2
- package/lib/cjs/Radar.js +19 -19
- package/lib/cjs/RadialTree.js +12 -12
- package/lib/cjs/Reference.js +12 -12
- package/lib/cjs/ScatterPlot.js +9 -9
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +9 -9
- package/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/lib/cjs/component/Chart/AbstractChart.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/cjs/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/cjs/style/area.shadow.css +3 -3
- package/lib/cjs/style/axis.shadow.css +5 -5
- package/lib/cjs/style/bar.shadow.css +6 -6
- package/lib/cjs/style/bubble.shadow.css +4 -4
- package/lib/cjs/style/donut.shadow.css +3 -3
- package/lib/cjs/style/dot.shadow.css +2 -2
- package/lib/cjs/style/hover.shadow.css +2 -2
- package/lib/cjs/style/line.shadow.css +3 -3
- package/lib/cjs/style/plot.shadow.css +1 -1
- package/lib/cjs/style/plotA11yView.shadow.css +4 -4
- package/lib/cjs/style/radar.shadow.css +8 -8
- package/lib/cjs/style/radial-tree.shadow.css +3 -3
- package/lib/cjs/style/reference.shadow.css +4 -4
- package/lib/cjs/style/scatterplot.shadow.css +2 -2
- package/lib/cjs/style/tooltip.shadow.css +5 -5
- package/lib/cjs/style/venn.shadow.css +3 -3
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +16 -16
- package/lib/es6/Bar.js +16 -16
- package/lib/es6/Bubble.js +14 -14
- package/lib/es6/CompactHorizontalBar.js +16 -16
- package/lib/es6/Donut.js +9 -9
- package/lib/es6/Dots.js +8 -8
- package/lib/es6/HorizontalBar.js +16 -16
- package/lib/es6/Hover.js +3 -3
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +2 -2
- package/lib/es6/Radar.js +19 -19
- package/lib/es6/RadialTree.js +12 -12
- package/lib/es6/Reference.js +12 -12
- package/lib/es6/ScatterPlot.js +9 -9
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +9 -9
- package/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/lib/es6/a11y/PlotA11yView.js +2 -2
- package/lib/es6/component/Chart/AbstractChart.js +4 -4
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/es6/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/style/area.shadow.css +3 -3
- package/lib/es6/style/axis.shadow.css +5 -5
- package/lib/es6/style/bar.shadow.css +6 -6
- package/lib/es6/style/bubble.shadow.css +4 -4
- package/lib/es6/style/donut.shadow.css +3 -3
- package/lib/es6/style/dot.shadow.css +2 -2
- package/lib/es6/style/hover.shadow.css +2 -2
- package/lib/es6/style/line.shadow.css +3 -3
- package/lib/es6/style/plot.shadow.css +1 -1
- package/lib/es6/style/plotA11yView.shadow.css +4 -4
- package/lib/es6/style/radar.shadow.css +8 -8
- package/lib/es6/style/radial-tree.shadow.css +3 -3
- package/lib/es6/style/reference.shadow.css +4 -4
- package/lib/es6/style/scatterplot.shadow.css +2 -2
- package/lib/es6/style/tooltip.shadow.css +5 -5
- package/lib/es6/style/venn.shadow.css +3 -3
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +17 -17
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +15 -15
- package/lib/esm/CompactHorizontalBar.mjs +17 -17
- package/lib/esm/Donut.mjs +10 -10
- package/lib/esm/Dots.mjs +9 -9
- package/lib/esm/HorizontalBar.mjs +17 -17
- package/lib/esm/Hover.mjs +4 -4
- package/lib/esm/Line.mjs +10 -10
- package/lib/esm/Plot.mjs +3 -3
- package/lib/esm/Radar.mjs +20 -20
- package/lib/esm/RadialTree.mjs +13 -13
- package/lib/esm/Reference.mjs +13 -13
- package/lib/esm/ScatterPlot.mjs +10 -10
- package/lib/esm/Tooltip.mjs +10 -10
- package/lib/esm/Venn.mjs +10 -10
- package/lib/esm/a11y/PlotA11yModule.mjs +3 -3
- package/lib/esm/a11y/PlotA11yView.mjs +3 -3
- package/lib/esm/component/Chart/AbstractChart.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +18 -18
- package/lib/esm/component/ChartLegend/LegendItem/legend-item.shadow.css +1 -1
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/lib/esm/style/area.shadow.css +3 -3
- package/lib/esm/style/axis.shadow.css +5 -5
- package/lib/esm/style/bar.shadow.css +6 -6
- package/lib/esm/style/bubble.shadow.css +4 -4
- package/lib/esm/style/donut.shadow.css +3 -3
- package/lib/esm/style/dot.shadow.css +2 -2
- package/lib/esm/style/hover.shadow.css +2 -2
- package/lib/esm/style/line.shadow.css +3 -3
- package/lib/esm/style/plot.shadow.css +1 -1
- package/lib/esm/style/plotA11yView.shadow.css +4 -4
- package/lib/esm/style/radar.shadow.css +8 -8
- package/lib/esm/style/radial-tree.shadow.css +3 -3
- package/lib/esm/style/reference.shadow.css +4 -4
- package/lib/esm/style/scatterplot.shadow.css +2 -2
- package/lib/esm/style/tooltip.shadow.css +5 -5
- package/lib/esm/style/venn.shadow.css +3 -3
- package/package.json +13 -13
package/lib/esm/Reference.mjs
CHANGED
|
@@ -9,22 +9,22 @@ const style = (
|
|
|
9
9
|
/*__reshadow_css_start__*/
|
|
10
10
|
(sstyled.insert(
|
|
11
11
|
/*__inner_css_start__*/
|
|
12
|
-
".
|
|
12
|
+
".___SReferenceLine_wrjhn_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, rgb(214, 216, 215))}.___STitle_wrjhn_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583));transform-origin:var(--transform-origin_wrjhn)}@supports (color:color(display-p3 0 0 0%)){.___STitle_wrjhn_gg_{fill:var(--intergalactic-chart-grid-text-label, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_wrjhn_gg_{fill:var(--intergalactic-chart-grid-text-label, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___STitle_wrjhn_gg_._position_top_wrjhn_gg_{text-anchor:middle}.___STitle_wrjhn_gg_._position_bottom_wrjhn_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_wrjhn_gg_._position_left_wrjhn_gg_,.___STitle_wrjhn_gg_._position_right_wrjhn_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_wrjhn_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgb(241, 242, 242))}.___SStripes_wrjhn_gg_{fill:var(--fill_wrjhn)}.___SStripesPatternPath_wrjhn_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgb(237, 239, 238));stroke-width:1px}",
|
|
13
13
|
/*__inner_css_end__*/
|
|
14
|
-
"
|
|
14
|
+
"wrjhn_gg_"
|
|
15
15
|
), /*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SReferenceLine": "
|
|
18
|
-
"__STitle": "
|
|
19
|
-
"--transform-origin": "--transform-
|
|
20
|
-
"_position_top": "
|
|
21
|
-
"_position_bottom": "
|
|
22
|
-
"_position_right": "
|
|
23
|
-
"_position_left": "
|
|
24
|
-
"__SBackground": "
|
|
25
|
-
"__SStripes": "
|
|
26
|
-
"--fill": "--
|
|
27
|
-
"__SStripesPatternPath": "
|
|
17
|
+
"__SReferenceLine": "___SReferenceLine_wrjhn_gg_",
|
|
18
|
+
"__STitle": "___STitle_wrjhn_gg_",
|
|
19
|
+
"--transform-origin": "--transform-origin_wrjhn",
|
|
20
|
+
"_position_top": "_position_top_wrjhn_gg_",
|
|
21
|
+
"_position_bottom": "_position_bottom_wrjhn_gg_",
|
|
22
|
+
"_position_right": "_position_right_wrjhn_gg_",
|
|
23
|
+
"_position_left": "_position_left_wrjhn_gg_",
|
|
24
|
+
"__SBackground": "___SBackground_wrjhn_gg_",
|
|
25
|
+
"__SStripes": "___SStripes_wrjhn_gg_",
|
|
26
|
+
"--fill": "--fill_wrjhn",
|
|
27
|
+
"__SStripesPatternPath": "___SStripesPatternPath_wrjhn_gg_"
|
|
28
28
|
})
|
|
29
29
|
);
|
|
30
30
|
const side2direction = {
|
package/lib/esm/ScatterPlot.mjs
CHANGED
|
@@ -13,19 +13,19 @@ const style = (
|
|
|
13
13
|
/*__reshadow_css_start__*/
|
|
14
14
|
(sstyled.insert(
|
|
15
15
|
/*__inner_css_start__*/
|
|
16
|
-
".
|
|
16
|
+
".___SScatterPlot_6l4o0_gg_{fill:var(--intergalactic-chart-palette-order-1, rgb(102, 107, 219));transition-property:cx,cy;transition-duration:var(--duration_6l4o0);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_6l4o0_gg_:hover{opacity:.8}}.___SScatterPlot_6l4o0_gg_.__color_6l4o0_gg_{fill:var(--color_6l4o0)}.___SScatterPlot_6l4o0_gg_.__pattern_6l4o0_gg_.__color_6l4o0_gg_{fill:var(--pattern_6l4o0);stroke:var(--color_6l4o0);stroke-width:1px}.___SScatterPlot_6l4o0_gg_.__transparent_6l4o0_gg_{opacity:.3}.___SValue_6l4o0_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, rgb(92, 92, 196))}.___SValue_6l4o0_gg_.__color_6l4o0_gg_{stroke:var(--color_6l4o0)}.___SValue_6l4o0_gg_.__transparent_6l4o0_gg_{opacity:.3}",
|
|
17
17
|
/*__inner_css_end__*/
|
|
18
|
-
"
|
|
18
|
+
"6l4o0_gg_"
|
|
19
19
|
), /*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SScatterPlot": "
|
|
22
|
-
"_color": "
|
|
23
|
-
"--color": "--
|
|
24
|
-
"_pattern": "
|
|
25
|
-
"--pattern": "--
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SValue": "
|
|
28
|
-
"--duration": "--
|
|
21
|
+
"__SScatterPlot": "___SScatterPlot_6l4o0_gg_",
|
|
22
|
+
"_color": "__color_6l4o0_gg_",
|
|
23
|
+
"--color": "--color_6l4o0",
|
|
24
|
+
"_pattern": "__pattern_6l4o0_gg_",
|
|
25
|
+
"--pattern": "--pattern_6l4o0",
|
|
26
|
+
"_transparent": "__transparent_6l4o0_gg_",
|
|
27
|
+
"__SValue": "___SValue_6l4o0_gg_",
|
|
28
|
+
"--duration": "--duration_6l4o0"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
class ScatterPlotRoot extends Component {
|
package/lib/esm/Tooltip.mjs
CHANGED
|
@@ -12,19 +12,19 @@ const style = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
(sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___STooltip_1ggwc_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255));border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07));box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 1px 1px 10px 0px rgba(0, 21, 16, 0.07));padding:var(--intergalactic-spacing-3x, 12px)}@supports (color:color(display-p3 0 0 0%)){.___STooltip_1ggwc_gg_{border:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07));box-shadow:var(--intergalactic-box-shadow-popper, 1px 1px 10px 0px rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___STooltip_1ggwc_gg_{border:1px solid var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07));box-shadow:var(--intergalactic-box-shadow-popper, 1px 1px 10px 0px color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___STitle_1ggwc_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));margin-bottom:var(--intergalactic-spacing-2x, 8px)}@supports (color:color(display-p3 0 0 0%)){.___STitle_1ggwc_gg_{color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___STitle_1ggwc_gg_{color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SDotGroup_1ggwc_gg_{display:flex;align-items:center}.___SDot_1ggwc_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SDotCircle_1ggwc_gg_.__color_1ggwc_gg_{background-color:var(--color_1ggwc);width:8px;height:8px;border-radius:50%}.___SFooter_1ggwc_gg_{background:var(--intergalactic-bg-secondary-neutral, rgb(248, 249, 248));padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}",
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
"
|
|
17
|
+
"1ggwc_gg_"
|
|
18
18
|
), /*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__STooltip": "
|
|
21
|
-
"__STitle": "
|
|
22
|
-
"__SDotGroup": "
|
|
23
|
-
"__SDot": "
|
|
24
|
-
"__SDotCircle": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"__SFooter": "
|
|
20
|
+
"__STooltip": "___STooltip_1ggwc_gg_",
|
|
21
|
+
"__STitle": "___STitle_1ggwc_gg_",
|
|
22
|
+
"__SDotGroup": "___SDotGroup_1ggwc_gg_",
|
|
23
|
+
"__SDot": "___SDot_1ggwc_gg_",
|
|
24
|
+
"__SDotCircle": "___SDotCircle_1ggwc_gg_",
|
|
25
|
+
"_color": "__color_1ggwc_gg_",
|
|
26
|
+
"--color": "--color_1ggwc",
|
|
27
|
+
"__SFooter": "___SFooter_1ggwc_gg_"
|
|
28
28
|
})
|
|
29
29
|
);
|
|
30
30
|
const TooltipDotRenderContext = /* @__PURE__ */ React.createContext({
|
package/lib/esm/Venn.mjs
CHANGED
|
@@ -16,19 +16,19 @@ const style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SCircle_vokm5_gg_,.___SIntersection_vokm5_gg_{stroke:var(--intergalactic-chart-grid-border, #fff);stroke-width:2px}.___SCircle_vokm5_gg_{fill:var(--intergalactic-chart-palette-order-2, rgb(56, 227, 181));fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_vokm5);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_vokm5_gg_:hover{fill-opacity:.7}}.___SCircle_vokm5_gg_.__color_vokm5_gg_{fill:var(--color_vokm5)}.___SCircle_vokm5_gg_.__pattern_vokm5_gg_.__color_vokm5_gg_{fill:var(--pattern_vokm5);fill-opacity:.7;stroke:var(--color_vokm5);stroke-width:1px}@media (hover:hover){.___SCircle_vokm5_gg_.__pattern_vokm5_gg_.__color_vokm5_gg_:hover{fill-opacity:.85}}.___SCircle_vokm5_gg_.__transparent_vokm5_gg_{opacity:.3}.___SIntersection_vokm5_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_vokm5_gg_:hover{fill-opacity:.1}}.___SIntersection_vokm5_gg_.__transparent_vokm5_gg_{opacity:.3}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"vokm5_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SCircle": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"__SIntersection": "
|
|
29
|
-
"--duration": "--
|
|
30
|
-
"_pattern": "
|
|
31
|
-
"--pattern": "--
|
|
24
|
+
"__SCircle": "___SCircle_vokm5_gg_",
|
|
25
|
+
"_color": "__color_vokm5_gg_",
|
|
26
|
+
"--color": "--color_vokm5",
|
|
27
|
+
"_transparent": "__transparent_vokm5_gg_",
|
|
28
|
+
"__SIntersection": "___SIntersection_vokm5_gg_",
|
|
29
|
+
"--duration": "--duration_vokm5",
|
|
30
|
+
"_pattern": "__pattern_vokm5_gg_",
|
|
31
|
+
"--pattern": "--pattern_vokm5"
|
|
32
32
|
})
|
|
33
33
|
);
|
|
34
34
|
class VennRoot extends Component {
|
|
@@ -10,12 +10,12 @@ const styles = (
|
|
|
10
10
|
/*__reshadow_css_start__*/
|
|
11
11
|
(sstyled.insert(
|
|
12
12
|
/*__inner_css_start__*/
|
|
13
|
-
".
|
|
13
|
+
".___SPlotA11yModule_1hm82_gg_{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0,}",
|
|
14
14
|
/*__inner_css_end__*/
|
|
15
|
-
"
|
|
15
|
+
"1hm82_gg_"
|
|
16
16
|
), /*__reshadow_css_end__*/
|
|
17
17
|
{
|
|
18
|
-
"__SPlotA11yModule": "
|
|
18
|
+
"__SPlotA11yModule": "___SPlotA11yModule_1hm82_gg_"
|
|
19
19
|
})
|
|
20
20
|
);
|
|
21
21
|
function PlotA11yModule(props) {
|
|
@@ -13,12 +13,12 @@ const styles = (
|
|
|
13
13
|
/*__reshadow_css_start__*/
|
|
14
14
|
(sstyled.insert(
|
|
15
15
|
/*__inner_css_start__*/
|
|
16
|
-
".
|
|
16
|
+
".___SPlotA11yView_1tcnu_gg_{position:relative;display:block;background-color:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255));color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));border:3px solid var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161));font-size:var(--intergalactic-fs-50, 10px);z-index:var(--intergalactic-z-index-overlay, 500);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}@supports (color:color(display-p3 0 0 0%)){.___SPlotA11yView_1tcnu_gg_{border:3px solid var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SPlotA11yView_1tcnu_gg_{border:3px solid var(--intergalactic-border-primary, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}.___SPlotA11yView_1tcnu_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_1tcnu_gg_ table,.___SPlotA11yView_1tcnu_gg_ td,.___SPlotA11yView_1tcnu_gg_ th{border:1px solid var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@supports (color:color(display-p3 0 0 0%)){.___SPlotA11yView_1tcnu_gg_ table,.___SPlotA11yView_1tcnu_gg_ td,.___SPlotA11yView_1tcnu_gg_ th{border:1px solid var(--intergalactic-border-primary, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SPlotA11yView_1tcnu_gg_ table,.___SPlotA11yView_1tcnu_gg_ td,.___SPlotA11yView_1tcnu_gg_ th{border:1px solid var(--intergalactic-border-primary, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}",
|
|
17
17
|
/*__inner_css_end__*/
|
|
18
|
-
"
|
|
18
|
+
"1tcnu_gg_"
|
|
19
19
|
), /*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SPlotA11yView": "
|
|
21
|
+
"__SPlotA11yView": "___SPlotA11yView_1tcnu_gg_"
|
|
22
22
|
})
|
|
23
23
|
);
|
|
24
24
|
function PlotA11yView({
|
|
@@ -18,14 +18,14 @@ const style = (
|
|
|
18
18
|
/*__reshadow_css_start__*/
|
|
19
19
|
(sstyled.insert(
|
|
20
20
|
/*__inner_css_start__*/
|
|
21
|
-
".
|
|
21
|
+
".___STooltipChildrenWrapper_1psc9_gg_{display:grid;grid-column-gap:var(--intergalactic-spacing-2x, 8px);-moz-column-gap:var(--intergalactic-spacing-2x, 8px);column-gap:var(--intergalactic-spacing-2x, 8px)}.___STooltipChildrenWrapper_1psc9_gg_._columnsCount_2_1psc9_gg_{grid-template-columns:auto minmax(28px,max-content)}.___STooltipChildrenWrapper_1psc9_gg_._columnsCount_3_1psc9_gg_{grid-template-columns:auto minmax(28px,max-content) minmax(28px,max-content)}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"1psc9_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__STooltipChildrenWrapper": "
|
|
27
|
-
"_columnsCount_2": "
|
|
28
|
-
"_columnsCount_3": "
|
|
26
|
+
"__STooltipChildrenWrapper": "___STooltipChildrenWrapper_1psc9_gg_",
|
|
27
|
+
"_columnsCount_2": "_columnsCount_2_1psc9_gg_",
|
|
28
|
+
"_columnsCount_3": "_columnsCount_3_1psc9_gg_"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
const NOT_A_VALUE = "n/a";
|
|
@@ -13,14 +13,14 @@ const style = (
|
|
|
13
13
|
/*__reshadow_css_start__*/
|
|
14
14
|
(sstyled.insert(
|
|
15
15
|
/*__inner_css_start__*/
|
|
16
|
-
".
|
|
16
|
+
".___SLegendFlex_1k9rk_gg_._direction_row_1k9rk_gg_{align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:8px 16px}.___SLegendFlex_1k9rk_gg_._direction_column_1k9rk_gg_{align-items:flex-start;flex-wrap:wrap;gap:8px}",
|
|
17
17
|
/*__inner_css_end__*/
|
|
18
|
-
"
|
|
18
|
+
"1k9rk_gg_"
|
|
19
19
|
), /*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SLegendFlex": "
|
|
22
|
-
"_direction_row": "
|
|
23
|
-
"_direction_column": "
|
|
21
|
+
"__SLegendFlex": "___SLegendFlex_1k9rk_gg_",
|
|
22
|
+
"_direction_row": "_direction_row_1k9rk_gg_",
|
|
23
|
+
"_direction_column": "_direction_column_1k9rk_gg_"
|
|
24
24
|
})
|
|
25
25
|
);
|
|
26
26
|
class LegendFlexRoot extends BaseLegend {
|
|
@@ -14,27 +14,27 @@ const style = (
|
|
|
14
14
|
/*__reshadow_css_start__*/
|
|
15
15
|
(sstyled.insert(
|
|
16
16
|
/*__inner_css_start__*/
|
|
17
|
-
'.
|
|
17
|
+
'.___SLegendItem_18vdl_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_18vdl_gg_:hover{cursor:pointer}.___SLegendItem_18vdl_gg_.__disabled_18vdl_gg_:hover{cursor:default}}.___SPointShape_18vdl_gg_.__color_18vdl_gg_{background-color:var(--color_18vdl);margin-right:8px;flex-shrink:0}.___SPointShape_18vdl_gg_._shape_Circle_18vdl_gg_._size_l_18vdl_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_18vdl_gg_._shape_Circle_18vdl_gg_._size_m_18vdl_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_18vdl_gg_._shape_Line_18vdl_gg_._size_l_18vdl_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_18vdl_gg_._shape_Line_18vdl_gg_._size_m_18vdl_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_18vdl_gg_._shape_Square_18vdl_gg_._size_l_18vdl_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_18vdl_gg_._shape_Square_18vdl_gg_._size_m_18vdl_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_18vdl_gg_._shape_Pattern_18vdl_gg_{background-color:transparent;margin-right:4px}.___SIcon_18vdl_gg_{line-height:0;margin-right:4px}.___SIcon_18vdl_gg_._size_l_18vdl_gg_{margin-top:4px}.___SIcon_18vdl_gg_._size_m_18vdl_gg_{margin-top:2px}.___SLabel_18vdl_gg_{min-width:0}.___SAdditionalLabel_18vdl_gg_._size_l_18vdl_gg_,.___SCount_18vdl_gg_._size_l_18vdl_gg_,.___SLabel_18vdl_gg_._size_l_18vdl_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_18vdl_gg_._size_m_18vdl_gg_,.___SCount_18vdl_gg_._size_m_18vdl_gg_,.___SLabel_18vdl_gg_._size_m_18vdl_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_18vdl_gg_,.___SCount_18vdl_gg_{margin-left:4px}.___SAdditionalLabel_18vdl_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_18vdl_gg_::before{content:"";display:inline-block;background-color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583));height:4px;width:4px;border-radius:2px;margin-right:4px}@supports (color:color(display-p3 0 0 0%)){.___SAdditionalLabel_18vdl_gg_::before{background-color:var(--intergalactic-text-secondary, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SAdditionalLabel_18vdl_gg_::before{background-color:var(--intergalactic-text-secondary, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}.___SAdditionalLabel_18vdl_gg_._size_l_18vdl_gg_::before{margin-top:10px}.___SAdditionalLabel_18vdl_gg_._size_m_18vdl_gg_::before{margin-top:8px}.___SPatternSymbol_18vdl_gg_{transform:scale(.8)}',
|
|
18
18
|
/*__inner_css_end__*/
|
|
19
|
-
"
|
|
19
|
+
"18vdl_gg_"
|
|
20
20
|
), /*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SLegendItem": "
|
|
23
|
-
"_disabled": "
|
|
24
|
-
"__SPointShape": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"_shape_Circle": "
|
|
28
|
-
"_size_l": "
|
|
29
|
-
"_size_m": "
|
|
30
|
-
"_shape_Line": "
|
|
31
|
-
"_shape_Square": "
|
|
32
|
-
"_shape_Pattern": "
|
|
33
|
-
"__SIcon": "
|
|
34
|
-
"__SLabel": "
|
|
35
|
-
"__SAdditionalLabel": "
|
|
36
|
-
"__SCount": "
|
|
37
|
-
"__SPatternSymbol": "
|
|
22
|
+
"__SLegendItem": "___SLegendItem_18vdl_gg_",
|
|
23
|
+
"_disabled": "__disabled_18vdl_gg_",
|
|
24
|
+
"__SPointShape": "___SPointShape_18vdl_gg_",
|
|
25
|
+
"_color": "__color_18vdl_gg_",
|
|
26
|
+
"--color": "--color_18vdl",
|
|
27
|
+
"_shape_Circle": "_shape_Circle_18vdl_gg_",
|
|
28
|
+
"_size_l": "_size_l_18vdl_gg_",
|
|
29
|
+
"_size_m": "_size_m_18vdl_gg_",
|
|
30
|
+
"_shape_Line": "_shape_Line_18vdl_gg_",
|
|
31
|
+
"_shape_Square": "_shape_Square_18vdl_gg_",
|
|
32
|
+
"_shape_Pattern": "_shape_Pattern_18vdl_gg_",
|
|
33
|
+
"__SIcon": "___SIcon_18vdl_gg_",
|
|
34
|
+
"__SLabel": "___SLabel_18vdl_gg_",
|
|
35
|
+
"__SAdditionalLabel": "___SAdditionalLabel_18vdl_gg_",
|
|
36
|
+
"__SCount": "___SCount_18vdl_gg_",
|
|
37
|
+
"__SPatternSymbol": "___SPatternSymbol_18vdl_gg_"
|
|
38
38
|
})
|
|
39
39
|
);
|
|
40
40
|
const enhance = [resolveColorEnhance(), uniqueIDEnhancement()];
|
|
@@ -109,7 +109,7 @@ SAdditionalLabel {
|
|
|
109
109
|
SAdditionalLabel::before {
|
|
110
110
|
content: '';
|
|
111
111
|
display: inline-block;
|
|
112
|
-
background-color: var(--intergalactic-text-secondary,
|
|
112
|
+
background-color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583));
|
|
113
113
|
height: 4px;
|
|
114
114
|
width: 4px;
|
|
115
115
|
border-radius: 2px;
|
|
@@ -9,16 +9,16 @@ const style = (
|
|
|
9
9
|
/*__reshadow_css_start__*/
|
|
10
10
|
(sstyled.insert(
|
|
11
11
|
/*__inner_css_start__*/
|
|
12
|
-
'.
|
|
12
|
+
'.___SLegendTable_8u9rt_gg_.__columns-count_8u9rt_gg_{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_8u9rt_gg_._size_l_8u9rt_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_8u9rt_gg_._size_m_8u9rt_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}',
|
|
13
13
|
/*__inner_css_end__*/
|
|
14
|
-
"
|
|
14
|
+
"8u9rt_gg_"
|
|
15
15
|
), /*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SLegendTable": "
|
|
18
|
-
"_columns-count": "__columns-
|
|
19
|
-
"__SColumnItem": "
|
|
20
|
-
"_size_l": "
|
|
21
|
-
"_size_m": "
|
|
17
|
+
"__SLegendTable": "___SLegendTable_8u9rt_gg_",
|
|
18
|
+
"_columns-count": "__columns-count_8u9rt_gg_",
|
|
19
|
+
"__SColumnItem": "___SColumnItem_8u9rt_gg_",
|
|
20
|
+
"_size_l": "_size_l_8u9rt_gg_",
|
|
21
|
+
"_size_m": "_size_m_8u9rt_gg_"
|
|
22
22
|
})
|
|
23
23
|
);
|
|
24
24
|
class LegendTableRoot extends BaseLegend {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SArea {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
5
5
|
fill-opacity: 0.2;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ SArea[transparent] {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
SAreaLine {
|
|
22
|
-
stroke: var(--intergalactic-chart-palette-order-1,
|
|
22
|
+
stroke: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
23
23
|
stroke-width: 3;
|
|
24
24
|
fill: transparent;
|
|
25
25
|
}
|
|
@@ -41,7 +41,7 @@ SAreaLine {
|
|
|
41
41
|
|
|
42
42
|
SNull {
|
|
43
43
|
fill: transparent;
|
|
44
|
-
stroke: var(--intergalactic-chart-grid-x-axis,
|
|
44
|
+
stroke: var(--intergalactic-chart-grid-x-axis, oklch(0.88 0.002 175.6));
|
|
45
45
|
stroke-dasharray: 4;
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
SAxis {
|
|
2
|
-
stroke: var(--intergalactic-chart-grid-x-axis,
|
|
2
|
+
stroke: var(--intergalactic-chart-grid-x-axis, oklch(0.88 0.002 175.6));
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
SAxis[hide] {
|
|
@@ -8,10 +8,10 @@ SAxis[hide] {
|
|
|
8
8
|
|
|
9
9
|
STick {
|
|
10
10
|
font-size: var(--intergalactic-fs-100, 12px);
|
|
11
|
-
fill: var(--intergalactic-chart-grid-text-label,
|
|
11
|
+
fill: var(--intergalactic-chart-grid-text-label, oklch(0.088 0.026 147.7 / 0.583));
|
|
12
12
|
}
|
|
13
13
|
STick[primaryText] {
|
|
14
|
-
fill: var(--intergalactic-text-primary,
|
|
14
|
+
fill: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
STick[hide] {
|
|
@@ -20,12 +20,12 @@ STick[hide] {
|
|
|
20
20
|
|
|
21
21
|
SGrid {
|
|
22
22
|
fill: transparent;
|
|
23
|
-
stroke: var(--intergalactic-border-secondary,
|
|
23
|
+
stroke: var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
STitle {
|
|
27
27
|
font-size: var(--intergalactic-fs-100, 12px);
|
|
28
|
-
fill: var(--intergalactic-text-hint,
|
|
28
|
+
fill: var(--intergalactic-text-hint, oklch(0.088 0.026 147.7 / 0.583));
|
|
29
29
|
transform-origin: var(--transform-origin);
|
|
30
30
|
}
|
|
31
31
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SBar {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
5
5
|
transition-property: height, width, y;
|
|
6
6
|
transition-duration: var(--duration);
|
|
7
7
|
transition-timing-function: ease-in-out;
|
|
@@ -30,7 +30,7 @@ SBar[onClick] {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
SBackground {
|
|
33
|
-
fill: var(--intergalactic-chart-grid-bar-chart-base-bg,
|
|
33
|
+
fill: var(--intergalactic-chart-grid-bar-chart-base-bg, oklch(0.96 0.001 180));
|
|
34
34
|
}
|
|
35
35
|
SBackground[onClick] {
|
|
36
36
|
cursor: pointer;
|
|
@@ -41,13 +41,13 @@ SBarAnnotation {
|
|
|
41
41
|
justify-content: space-between;
|
|
42
42
|
}
|
|
43
43
|
SBarLabel {
|
|
44
|
-
color: var(--intergalactic-text-primary,
|
|
44
|
+
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
45
45
|
margin-right: auto;
|
|
46
46
|
font-size: var(--intergalactic-fs-200, 14px);
|
|
47
47
|
line-height: var(--intergalactic-lh-200, 142%);
|
|
48
48
|
}
|
|
49
49
|
SBarPercent {
|
|
50
|
-
color: var(--intergalactic-text-secondary,
|
|
50
|
+
color: var(--intergalactic-text-secondary, oklch(0.088 0.026 147.7 / 0.583));
|
|
51
51
|
margin-right: var(--intergalactic-spacing-2x, 8px);
|
|
52
52
|
font-size: var(--intergalactic-fs-200, 14px);
|
|
53
53
|
line-height: var(--intergalactic-lh-200, 142%);
|
|
@@ -56,11 +56,11 @@ SBarValue {
|
|
|
56
56
|
min-width: 52px;
|
|
57
57
|
display: flex;
|
|
58
58
|
justify-content: flex-end;
|
|
59
|
-
color: var(--intergalactic-text-primary,
|
|
59
|
+
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
60
60
|
font-size: var(--intergalactic-fs-200, 14px);
|
|
61
61
|
line-height: var(--intergalactic-lh-200, 142%);
|
|
62
62
|
text-align: right;
|
|
63
63
|
}
|
|
64
64
|
SCompactHorizontalBarHoverRect {
|
|
65
|
-
fill: var(--intergalactic-chart-grid-bar-chart-hover,
|
|
65
|
+
fill: var(--intergalactic-chart-grid-bar-chart-hover, oklch(0.177 0.033 175.6 / 0.028));
|
|
66
66
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SBubble {
|
|
4
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
5
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
4
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
5
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
6
6
|
stroke-width: 2px;
|
|
7
7
|
transition-property: cx, cy;
|
|
8
8
|
transition-duration: var(--duration);
|
|
@@ -40,7 +40,7 @@ SCenter {
|
|
|
40
40
|
text-anchor: middle;
|
|
41
41
|
/* disable-tokens-validator */
|
|
42
42
|
font-size: calc(var(--intergalactic-fs-100, 12px) - 1px);
|
|
43
|
-
stroke: var(--intergalactic-chart-palette-order-1,
|
|
43
|
+
stroke: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
SCenter[color] {
|
|
@@ -52,7 +52,7 @@ SCenter[transparent] {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
SLabel {
|
|
55
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
55
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
SLabel[position='right'] {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@import './var.css';
|
|
2
2
|
|
|
3
3
|
SPie {
|
|
4
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
5
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
4
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
5
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
SPie[color] {
|
|
@@ -20,7 +20,7 @@ SPie[transparent] {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
SEmptyData {
|
|
23
|
-
fill: var(--intergalactic-chart-palette-order-null,
|
|
23
|
+
fill: var(--intergalactic-chart-palette-order-null, oklch(0.9 0.002 177));
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
SEmptyData[color] {
|
|
@@ -8,8 +8,8 @@ SDots {
|
|
|
8
8
|
|
|
9
9
|
SDot {
|
|
10
10
|
stroke-width: 1px;
|
|
11
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
12
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
11
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
12
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
13
13
|
transition-property: cx, cy, x, y;
|
|
14
14
|
transition-timing-function: ease-in-out;
|
|
15
15
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
SHoverLine, SHoverLine:focus-visible {
|
|
2
2
|
outline: none;
|
|
3
|
-
stroke: var(--intergalactic-chart-grid-x-axis,
|
|
3
|
+
stroke: var(--intergalactic-chart-grid-x-axis, oklch(0.88 0.002 175.6));
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
SHoverRect, SHoverRect:focus-visible {
|
|
7
7
|
outline: none;
|
|
8
|
-
fill: var(--intergalactic-chart-grid-bar-chart-hover,
|
|
8
|
+
fill: var(--intergalactic-chart-grid-bar-chart-hover, oklch(0.177 0.033 175.6 / 0.028));
|
|
9
9
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
SLine {
|
|
4
4
|
fill: transparent;
|
|
5
5
|
stroke-width: 3;
|
|
6
|
-
stroke: var(--intergalactic-chart-palette-order-1,
|
|
6
|
+
stroke: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
7
7
|
transition-property: d;
|
|
8
8
|
transition-duration: var(--duration);
|
|
9
9
|
transition-timing-function: ease-in-out;
|
|
@@ -23,7 +23,7 @@ SLine[transparent] {
|
|
|
23
23
|
|
|
24
24
|
SNull {
|
|
25
25
|
fill: transparent;
|
|
26
|
-
stroke: var(--intergalactic-border-primary,
|
|
26
|
+
stroke: var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161));
|
|
27
27
|
stroke-dasharray: 4;
|
|
28
28
|
}
|
|
29
29
|
|
|
@@ -36,7 +36,7 @@ SLineArea {
|
|
|
36
36
|
transition-duration: var(--duration);
|
|
37
37
|
transition-timing-function: ease-in-out;
|
|
38
38
|
opacity: 0.3;
|
|
39
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
39
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
40
40
|
}
|
|
41
41
|
SLineArea[color] {
|
|
42
42
|
fill: var(--color);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
SPlotA11yView {
|
|
2
2
|
position: relative;
|
|
3
3
|
display: block;
|
|
4
|
-
background-color: var(--intergalactic-bg-primary-neutral,
|
|
5
|
-
color: var(--intergalactic-text-primary,
|
|
6
|
-
border: 3px solid var(--intergalactic-border-primary,
|
|
4
|
+
background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0));
|
|
5
|
+
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
6
|
+
border: 3px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161));
|
|
7
7
|
font-size: var(--intergalactic-fs-50, 10px);
|
|
8
8
|
z-index: var(--intergalactic-z-index-overlay, 500);
|
|
9
9
|
padding: 2px;
|
|
@@ -21,6 +21,6 @@ SPlotA11yView {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
table, td, th {
|
|
24
|
-
border: 1px solid var(--intergalactic-border-primary,
|
|
24
|
+
border: 1px solid var(--intergalactic-border-primary, oklch(0.137 0.026 175.7 / 0.161));
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
SAxis {
|
|
2
|
-
stroke: var(--intergalactic-chart-grid-line,
|
|
2
|
+
stroke: var(--intergalactic-chart-grid-line, oklch(0.95 0.002 180));
|
|
3
3
|
stroke-width: 1;
|
|
4
4
|
fill: transparent;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
SAxisLine,
|
|
8
8
|
SAxisTick {
|
|
9
|
-
stroke: var(--intergalactic-chart-grid-line,
|
|
9
|
+
stroke: var(--intergalactic-chart-grid-line, oklch(0.95 0.002 180));
|
|
10
10
|
stroke-width: 1;
|
|
11
11
|
stroke-dasharray: 2;
|
|
12
12
|
fill: transparent;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
SAxisLine[active] {
|
|
16
|
-
stroke: var(--intergalactic-chart-grid-y-accent-hover-line,
|
|
16
|
+
stroke: var(--intergalactic-chart-grid-y-accent-hover-line, oklch(0.88 0.002 175.6));
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
SAxisLabel {
|
|
@@ -31,7 +31,7 @@ SAxisLabel[yDirection] {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
SPolygon {
|
|
34
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
34
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
35
35
|
opacity: 0.2;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -47,9 +47,9 @@ SPolygon[pattern][color] {
|
|
|
47
47
|
|
|
48
48
|
SPolygonDot {
|
|
49
49
|
stroke-width: 2px;
|
|
50
|
-
stroke: var(--intergalactic-chart-grid-border, #
|
|
50
|
+
stroke: var(--intergalactic-chart-grid-border, #fff);
|
|
51
51
|
r: 6px;
|
|
52
|
-
fill: var(--intergalactic-chart-palette-order-1,
|
|
52
|
+
fill: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
SPolygonDot[transparent] {
|
|
@@ -61,7 +61,7 @@ SPolygonDot[color] {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
SPolygonLine {
|
|
64
|
-
stroke: var(--intergalactic-chart-palette-order-1,
|
|
64
|
+
stroke: var(--intergalactic-chart-palette-order-1, oklch(0.58 0.168 278.2));
|
|
65
65
|
stroke-width: 3;
|
|
66
66
|
fill: transparent;
|
|
67
67
|
}
|
|
@@ -76,5 +76,5 @@ SPolygonLine[color] {
|
|
|
76
76
|
|
|
77
77
|
SPieRect {
|
|
78
78
|
outline: none;
|
|
79
|
-
fill: var(--intergalactic-chart-grid-bar-chart-hover,
|
|
79
|
+
fill: var(--intergalactic-chart-grid-bar-chart-hover, oklch(0.177 0.033 175.6 / 0.028));
|
|
80
80
|
}
|