@sentropic/design-system-react 0.13.0 → 0.15.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/dist/BoxPlotChart.d.ts +21 -0
- package/dist/BoxPlotChart.d.ts.map +1 -0
- package/dist/BoxPlotChart.js +77 -0
- package/dist/BoxPlotChart.js.map +1 -0
- package/dist/BulletChart.d.ts +17 -0
- package/dist/BulletChart.d.ts.map +1 -0
- package/dist/BulletChart.js +185 -0
- package/dist/BulletChart.js.map +1 -0
- package/dist/BumpChart.d.ts +17 -0
- package/dist/BumpChart.d.ts.map +1 -0
- package/dist/BumpChart.js +142 -0
- package/dist/BumpChart.js.map +1 -0
- package/dist/CalendarHeatmapChart.d.ts +14 -0
- package/dist/CalendarHeatmapChart.d.ts.map +1 -0
- package/dist/CalendarHeatmapChart.js +138 -0
- package/dist/CalendarHeatmapChart.js.map +1 -0
- package/dist/CandlestickChart.d.ts +17 -0
- package/dist/CandlestickChart.d.ts.map +1 -0
- package/dist/CandlestickChart.js +116 -0
- package/dist/CandlestickChart.js.map +1 -0
- package/dist/HeatmapChart.d.ts +18 -0
- package/dist/HeatmapChart.d.ts.map +1 -0
- package/dist/HeatmapChart.js +79 -0
- package/dist/HeatmapChart.js.map +1 -0
- package/dist/HistogramChart.d.ts +17 -0
- package/dist/HistogramChart.d.ts.map +1 -0
- package/dist/HistogramChart.js +94 -0
- package/dist/HistogramChart.js.map +1 -0
- package/dist/MarimekkoChart.d.ts +21 -0
- package/dist/MarimekkoChart.d.ts.map +1 -0
- package/dist/MarimekkoChart.js +88 -0
- package/dist/MarimekkoChart.js.map +1 -0
- package/dist/ParallelCoordinatesChart.d.ts +19 -0
- package/dist/ParallelCoordinatesChart.d.ts.map +1 -0
- package/dist/ParallelCoordinatesChart.js +116 -0
- package/dist/ParallelCoordinatesChart.js.map +1 -0
- package/dist/RadarChart.d.ts +21 -0
- package/dist/RadarChart.d.ts.map +1 -0
- package/dist/RadarChart.js +66 -0
- package/dist/RadarChart.js.map +1 -0
- package/dist/SankeyChart.d.ts +23 -0
- package/dist/SankeyChart.d.ts.map +1 -0
- package/dist/SankeyChart.js +126 -0
- package/dist/SankeyChart.js.map +1 -0
- package/dist/SunburstChart.d.ts +20 -0
- package/dist/SunburstChart.d.ts.map +1 -0
- package/dist/SunburstChart.js +125 -0
- package/dist/SunburstChart.js.map +1 -0
- package/dist/chartContrast.d.ts +0 -4
- package/dist/chartContrast.d.ts.map +1 -1
- package/dist/chartContrast.js +4 -56
- package/dist/chartContrast.js.map +1 -1
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.css +906 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9032,3 +9032,909 @@
|
|
|
9032
9032
|
.st-treemapChart__legendSwatch--category6 { background: var(--st-semantic-data-category6); }
|
|
9033
9033
|
.st-treemapChart__legendSwatch--category7 { background: var(--st-semantic-data-category7); }
|
|
9034
9034
|
.st-treemapChart__legendSwatch--category8 { background: var(--st-semantic-data-category8); }
|
|
9035
|
+
|
|
9036
|
+
/* ── Lot 2 : Heatmap / Sankey / BoxPlot / Histogram / Radar / Sunburst ── */
|
|
9037
|
+
|
|
9038
|
+
.st-heatmapChart,
|
|
9039
|
+
.st-histogramChart,
|
|
9040
|
+
.st-boxPlotChart,
|
|
9041
|
+
.st-radarChart,
|
|
9042
|
+
.st-sankeyChart,
|
|
9043
|
+
.st-sunburstChart {
|
|
9044
|
+
color: var(--st-semantic-text-secondary);
|
|
9045
|
+
display: block;
|
|
9046
|
+
font-family: inherit;
|
|
9047
|
+
max-width: 100%;
|
|
9048
|
+
position: relative;
|
|
9049
|
+
width: 100%;
|
|
9050
|
+
}
|
|
9051
|
+
|
|
9052
|
+
.st-heatmapChart svg,
|
|
9053
|
+
.st-heatmapChart__visual,
|
|
9054
|
+
.st-histogramChart svg,
|
|
9055
|
+
.st-histogramChart__visual,
|
|
9056
|
+
.st-boxPlotChart svg,
|
|
9057
|
+
.st-boxPlotChart__visual,
|
|
9058
|
+
.st-radarChart svg,
|
|
9059
|
+
.st-radarChart__visual,
|
|
9060
|
+
.st-sankeyChart svg,
|
|
9061
|
+
.st-sankeyChart__visual,
|
|
9062
|
+
.st-sunburstChart svg,
|
|
9063
|
+
.st-sunburstChart__visual {
|
|
9064
|
+
display: block;
|
|
9065
|
+
overflow: visible;
|
|
9066
|
+
}
|
|
9067
|
+
|
|
9068
|
+
/* ── Axis labels ── */
|
|
9069
|
+
.st-heatmapChart__axisLabel,
|
|
9070
|
+
.st-histogramChart__label,
|
|
9071
|
+
.st-boxPlotChart__label,
|
|
9072
|
+
.st-radarChart__axisLabel,
|
|
9073
|
+
.st-sankeyChart__nodeLabel {
|
|
9074
|
+
fill: var(--st-semantic-text-secondary);
|
|
9075
|
+
font-size: 0.75rem;
|
|
9076
|
+
}
|
|
9077
|
+
|
|
9078
|
+
/* ── Axes / grids ── */
|
|
9079
|
+
.st-histogramChart__axis,
|
|
9080
|
+
.st-boxPlotChart__axis {
|
|
9081
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9082
|
+
stroke-width: 1;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
9085
|
+
.st-radarChart__ring,
|
|
9086
|
+
.st-radarChart__axis {
|
|
9087
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9088
|
+
stroke-width: 1;
|
|
9089
|
+
}
|
|
9090
|
+
|
|
9091
|
+
.st-radarChart__ring {
|
|
9092
|
+
fill: none;
|
|
9093
|
+
}
|
|
9094
|
+
|
|
9095
|
+
/* ── Heatmap ── */
|
|
9096
|
+
.st-heatmapChart__plot {
|
|
9097
|
+
fill: none;
|
|
9098
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9099
|
+
stroke-width: 1;
|
|
9100
|
+
}
|
|
9101
|
+
|
|
9102
|
+
.st-heatmapChart__cell {
|
|
9103
|
+
cursor: pointer;
|
|
9104
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9105
|
+
stroke-width: 1;
|
|
9106
|
+
transition: opacity 120ms ease;
|
|
9107
|
+
}
|
|
9108
|
+
|
|
9109
|
+
.st-heatmapChart__cell--dim {
|
|
9110
|
+
opacity: 0.45;
|
|
9111
|
+
}
|
|
9112
|
+
|
|
9113
|
+
/* ── Histogram ── */
|
|
9114
|
+
.st-histogramChart__bar {
|
|
9115
|
+
cursor: pointer;
|
|
9116
|
+
transition: opacity 120ms ease;
|
|
9117
|
+
}
|
|
9118
|
+
|
|
9119
|
+
.st-histogramChart__bar--dim {
|
|
9120
|
+
opacity: 0.45;
|
|
9121
|
+
}
|
|
9122
|
+
|
|
9123
|
+
/* ── BoxPlot ── */
|
|
9124
|
+
.st-boxPlotChart__axis,
|
|
9125
|
+
.st-boxPlotChart__whisker,
|
|
9126
|
+
.st-boxPlotChart__whiskerCap {
|
|
9127
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9128
|
+
stroke-width: 1;
|
|
9129
|
+
}
|
|
9130
|
+
|
|
9131
|
+
.st-boxPlotChart__median {
|
|
9132
|
+
stroke: var(--st-semantic-text-primary);
|
|
9133
|
+
stroke-width: 2;
|
|
9134
|
+
}
|
|
9135
|
+
|
|
9136
|
+
.st-boxPlotChart__box {
|
|
9137
|
+
cursor: pointer;
|
|
9138
|
+
fill-opacity: 0.72;
|
|
9139
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9140
|
+
stroke-width: 1;
|
|
9141
|
+
transition: opacity 120ms ease;
|
|
9142
|
+
}
|
|
9143
|
+
|
|
9144
|
+
.st-boxPlotChart__box--dim {
|
|
9145
|
+
opacity: 0.45;
|
|
9146
|
+
}
|
|
9147
|
+
|
|
9148
|
+
.st-boxPlotChart__outlier {
|
|
9149
|
+
fill: var(--st-semantic-surface-default, Canvas);
|
|
9150
|
+
stroke: var(--st-semantic-text-secondary);
|
|
9151
|
+
stroke-width: 1.5;
|
|
9152
|
+
}
|
|
9153
|
+
|
|
9154
|
+
/* ── Radar ── */
|
|
9155
|
+
.st-radarChart__polygon {
|
|
9156
|
+
cursor: pointer;
|
|
9157
|
+
fill-opacity: 0.16;
|
|
9158
|
+
stroke-width: 2;
|
|
9159
|
+
transition: opacity 120ms ease;
|
|
9160
|
+
}
|
|
9161
|
+
|
|
9162
|
+
.st-radarChart__polygon--dim {
|
|
9163
|
+
opacity: 0.35;
|
|
9164
|
+
}
|
|
9165
|
+
|
|
9166
|
+
.st-radarChart__point {
|
|
9167
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9168
|
+
stroke-width: 1;
|
|
9169
|
+
}
|
|
9170
|
+
|
|
9171
|
+
/* ── Sankey ── */
|
|
9172
|
+
.st-sankeyChart__node {
|
|
9173
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9174
|
+
stroke-width: 1;
|
|
9175
|
+
}
|
|
9176
|
+
|
|
9177
|
+
.st-sankeyChart__link {
|
|
9178
|
+
cursor: pointer;
|
|
9179
|
+
fill: none;
|
|
9180
|
+
opacity: 0.38;
|
|
9181
|
+
stroke-linecap: round;
|
|
9182
|
+
transition: opacity 120ms ease;
|
|
9183
|
+
}
|
|
9184
|
+
|
|
9185
|
+
.st-sankeyChart__link:hover {
|
|
9186
|
+
opacity: 0.62;
|
|
9187
|
+
}
|
|
9188
|
+
|
|
9189
|
+
.st-sankeyChart__link--dim {
|
|
9190
|
+
opacity: 0.16;
|
|
9191
|
+
}
|
|
9192
|
+
|
|
9193
|
+
/* ── Sunburst ── */
|
|
9194
|
+
.st-sunburstChart__arc {
|
|
9195
|
+
cursor: pointer;
|
|
9196
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9197
|
+
stroke-width: 1;
|
|
9198
|
+
transition: opacity 120ms ease;
|
|
9199
|
+
}
|
|
9200
|
+
|
|
9201
|
+
.st-sunburstChart__arc--dim {
|
|
9202
|
+
opacity: 0.4;
|
|
9203
|
+
}
|
|
9204
|
+
|
|
9205
|
+
.st-sunburstChart__label {
|
|
9206
|
+
font-size: 0.68rem;
|
|
9207
|
+
font-weight: 650;
|
|
9208
|
+
pointer-events: none;
|
|
9209
|
+
}
|
|
9210
|
+
|
|
9211
|
+
/* ── Category fills — cells / bars / boxes / nodes / arcs ── */
|
|
9212
|
+
.st-heatmapChart__cell--category1,
|
|
9213
|
+
.st-histogramChart__bar--category1,
|
|
9214
|
+
.st-boxPlotChart__box--category1,
|
|
9215
|
+
.st-sankeyChart__node--category1,
|
|
9216
|
+
.st-sunburstChart__arc--category1 { fill: var(--st-semantic-data-category1); }
|
|
9217
|
+
.st-heatmapChart__cell--category2,
|
|
9218
|
+
.st-histogramChart__bar--category2,
|
|
9219
|
+
.st-boxPlotChart__box--category2,
|
|
9220
|
+
.st-sankeyChart__node--category2,
|
|
9221
|
+
.st-sunburstChart__arc--category2 { fill: var(--st-semantic-data-category2); }
|
|
9222
|
+
.st-heatmapChart__cell--category3,
|
|
9223
|
+
.st-histogramChart__bar--category3,
|
|
9224
|
+
.st-boxPlotChart__box--category3,
|
|
9225
|
+
.st-sankeyChart__node--category3,
|
|
9226
|
+
.st-sunburstChart__arc--category3 { fill: var(--st-semantic-data-category3); }
|
|
9227
|
+
.st-heatmapChart__cell--category4,
|
|
9228
|
+
.st-histogramChart__bar--category4,
|
|
9229
|
+
.st-boxPlotChart__box--category4,
|
|
9230
|
+
.st-sankeyChart__node--category4,
|
|
9231
|
+
.st-sunburstChart__arc--category4 { fill: var(--st-semantic-data-category4); }
|
|
9232
|
+
.st-heatmapChart__cell--category5,
|
|
9233
|
+
.st-histogramChart__bar--category5,
|
|
9234
|
+
.st-boxPlotChart__box--category5,
|
|
9235
|
+
.st-sankeyChart__node--category5,
|
|
9236
|
+
.st-sunburstChart__arc--category5 { fill: var(--st-semantic-data-category5); }
|
|
9237
|
+
.st-heatmapChart__cell--category6,
|
|
9238
|
+
.st-histogramChart__bar--category6,
|
|
9239
|
+
.st-boxPlotChart__box--category6,
|
|
9240
|
+
.st-sankeyChart__node--category6,
|
|
9241
|
+
.st-sunburstChart__arc--category6 { fill: var(--st-semantic-data-category6); }
|
|
9242
|
+
.st-heatmapChart__cell--category7,
|
|
9243
|
+
.st-histogramChart__bar--category7,
|
|
9244
|
+
.st-boxPlotChart__box--category7,
|
|
9245
|
+
.st-sankeyChart__node--category7,
|
|
9246
|
+
.st-sunburstChart__arc--category7 { fill: var(--st-semantic-data-category7); }
|
|
9247
|
+
.st-heatmapChart__cell--category8,
|
|
9248
|
+
.st-histogramChart__bar--category8,
|
|
9249
|
+
.st-boxPlotChart__box--category8,
|
|
9250
|
+
.st-sankeyChart__node--category8,
|
|
9251
|
+
.st-sunburstChart__arc--category8 { fill: var(--st-semantic-data-category8); }
|
|
9252
|
+
|
|
9253
|
+
/* ── Radar polygon + point (fill + stroke) ── */
|
|
9254
|
+
.st-radarChart__polygon--category1,
|
|
9255
|
+
.st-radarChart__point--category1,
|
|
9256
|
+
.st-radarChart__legendSwatch--category1 { fill: var(--st-semantic-data-category1); stroke: var(--st-semantic-data-category1); background: var(--st-semantic-data-category1); }
|
|
9257
|
+
.st-radarChart__polygon--category2,
|
|
9258
|
+
.st-radarChart__point--category2,
|
|
9259
|
+
.st-radarChart__legendSwatch--category2 { fill: var(--st-semantic-data-category2); stroke: var(--st-semantic-data-category2); background: var(--st-semantic-data-category2); }
|
|
9260
|
+
.st-radarChart__polygon--category3,
|
|
9261
|
+
.st-radarChart__point--category3,
|
|
9262
|
+
.st-radarChart__legendSwatch--category3 { fill: var(--st-semantic-data-category3); stroke: var(--st-semantic-data-category3); background: var(--st-semantic-data-category3); }
|
|
9263
|
+
.st-radarChart__polygon--category4,
|
|
9264
|
+
.st-radarChart__point--category4,
|
|
9265
|
+
.st-radarChart__legendSwatch--category4 { fill: var(--st-semantic-data-category4); stroke: var(--st-semantic-data-category4); background: var(--st-semantic-data-category4); }
|
|
9266
|
+
.st-radarChart__polygon--category5,
|
|
9267
|
+
.st-radarChart__point--category5,
|
|
9268
|
+
.st-radarChart__legendSwatch--category5 { fill: var(--st-semantic-data-category5); stroke: var(--st-semantic-data-category5); background: var(--st-semantic-data-category5); }
|
|
9269
|
+
.st-radarChart__polygon--category6,
|
|
9270
|
+
.st-radarChart__point--category6,
|
|
9271
|
+
.st-radarChart__legendSwatch--category6 { fill: var(--st-semantic-data-category6); stroke: var(--st-semantic-data-category6); background: var(--st-semantic-data-category6); }
|
|
9272
|
+
.st-radarChart__polygon--category7,
|
|
9273
|
+
.st-radarChart__point--category7,
|
|
9274
|
+
.st-radarChart__legendSwatch--category7 { fill: var(--st-semantic-data-category7); stroke: var(--st-semantic-data-category7); background: var(--st-semantic-data-category7); }
|
|
9275
|
+
.st-radarChart__polygon--category8,
|
|
9276
|
+
.st-radarChart__point--category8,
|
|
9277
|
+
.st-radarChart__legendSwatch--category8 { fill: var(--st-semantic-data-category8); stroke: var(--st-semantic-data-category8); background: var(--st-semantic-data-category8); }
|
|
9278
|
+
|
|
9279
|
+
/* ── Sankey links (stroke seulement) ── */
|
|
9280
|
+
.st-sankeyChart__link--category1 { stroke: var(--st-semantic-data-category1); }
|
|
9281
|
+
.st-sankeyChart__link--category2 { stroke: var(--st-semantic-data-category2); }
|
|
9282
|
+
.st-sankeyChart__link--category3 { stroke: var(--st-semantic-data-category3); }
|
|
9283
|
+
.st-sankeyChart__link--category4 { stroke: var(--st-semantic-data-category4); }
|
|
9284
|
+
.st-sankeyChart__link--category5 { stroke: var(--st-semantic-data-category5); }
|
|
9285
|
+
.st-sankeyChart__link--category6 { stroke: var(--st-semantic-data-category6); }
|
|
9286
|
+
.st-sankeyChart__link--category7 { stroke: var(--st-semantic-data-category7); }
|
|
9287
|
+
.st-sankeyChart__link--category8 { stroke: var(--st-semantic-data-category8); }
|
|
9288
|
+
|
|
9289
|
+
/* ── Heatmap legend (gradient ramp) ── */
|
|
9290
|
+
.st-heatmapChart__legend {
|
|
9291
|
+
align-items: center;
|
|
9292
|
+
display: flex;
|
|
9293
|
+
gap: var(--st-spacing-2, 0.5rem);
|
|
9294
|
+
margin-top: var(--st-spacing-2, 0.5rem);
|
|
9295
|
+
}
|
|
9296
|
+
|
|
9297
|
+
.st-heatmapChart__legendRamp {
|
|
9298
|
+
display: inline-grid;
|
|
9299
|
+
grid-template-columns: repeat(8, minmax(0.75rem, 1fr));
|
|
9300
|
+
min-width: 8rem;
|
|
9301
|
+
}
|
|
9302
|
+
|
|
9303
|
+
.st-heatmapChart__legendSwatch {
|
|
9304
|
+
display: block;
|
|
9305
|
+
height: 0.5rem;
|
|
9306
|
+
}
|
|
9307
|
+
|
|
9308
|
+
.st-heatmapChart__legendText {
|
|
9309
|
+
color: var(--st-semantic-text-secondary);
|
|
9310
|
+
font-size: 0.75rem;
|
|
9311
|
+
}
|
|
9312
|
+
|
|
9313
|
+
.st-heatmapChart__legendSwatch--category1 { background: var(--st-semantic-data-category1); }
|
|
9314
|
+
.st-heatmapChart__legendSwatch--category2 { background: var(--st-semantic-data-category2); }
|
|
9315
|
+
.st-heatmapChart__legendSwatch--category3 { background: var(--st-semantic-data-category3); }
|
|
9316
|
+
.st-heatmapChart__legendSwatch--category4 { background: var(--st-semantic-data-category4); }
|
|
9317
|
+
.st-heatmapChart__legendSwatch--category5 { background: var(--st-semantic-data-category5); }
|
|
9318
|
+
.st-heatmapChart__legendSwatch--category6 { background: var(--st-semantic-data-category6); }
|
|
9319
|
+
.st-heatmapChart__legendSwatch--category7 { background: var(--st-semantic-data-category7); }
|
|
9320
|
+
.st-heatmapChart__legendSwatch--category8 { background: var(--st-semantic-data-category8); }
|
|
9321
|
+
|
|
9322
|
+
/* ── Radar legend ── */
|
|
9323
|
+
.st-radarChart__legend {
|
|
9324
|
+
display: flex;
|
|
9325
|
+
flex-wrap: wrap;
|
|
9326
|
+
gap: var(--st-spacing-2, 0.5rem) var(--st-spacing-4, 1rem);
|
|
9327
|
+
list-style: none;
|
|
9328
|
+
margin: var(--st-spacing-2, 0.5rem) 0 0;
|
|
9329
|
+
padding: 0;
|
|
9330
|
+
}
|
|
9331
|
+
|
|
9332
|
+
.st-radarChart__legendItem {
|
|
9333
|
+
align-items: center;
|
|
9334
|
+
color: var(--st-semantic-text-secondary);
|
|
9335
|
+
display: inline-flex;
|
|
9336
|
+
font-size: 0.75rem;
|
|
9337
|
+
gap: var(--st-spacing-2, 0.5rem);
|
|
9338
|
+
}
|
|
9339
|
+
|
|
9340
|
+
.st-radarChart__legendSwatch {
|
|
9341
|
+
display: inline-block;
|
|
9342
|
+
height: 0.625rem;
|
|
9343
|
+
width: 0.625rem;
|
|
9344
|
+
}
|
|
9345
|
+
|
|
9346
|
+
/* ── Sunburst legend ── */
|
|
9347
|
+
.st-sunburstChart__legend {
|
|
9348
|
+
display: flex;
|
|
9349
|
+
flex-wrap: wrap;
|
|
9350
|
+
gap: var(--st-spacing-2, 0.5rem) var(--st-spacing-4, 1rem);
|
|
9351
|
+
list-style: none;
|
|
9352
|
+
margin: var(--st-spacing-2, 0.5rem) 0 0;
|
|
9353
|
+
padding: 0;
|
|
9354
|
+
}
|
|
9355
|
+
|
|
9356
|
+
.st-sunburstChart__legendItem {
|
|
9357
|
+
align-items: center;
|
|
9358
|
+
color: var(--st-semantic-text-secondary);
|
|
9359
|
+
display: inline-flex;
|
|
9360
|
+
font-size: 0.75rem;
|
|
9361
|
+
gap: var(--st-spacing-2, 0.5rem);
|
|
9362
|
+
}
|
|
9363
|
+
|
|
9364
|
+
.st-sunburstChart__legendSwatch {
|
|
9365
|
+
display: inline-block;
|
|
9366
|
+
height: 0.625rem;
|
|
9367
|
+
width: 0.625rem;
|
|
9368
|
+
}
|
|
9369
|
+
|
|
9370
|
+
.st-sunburstChart__legendSwatch--category1 { background: var(--st-semantic-data-category1); }
|
|
9371
|
+
.st-sunburstChart__legendSwatch--category2 { background: var(--st-semantic-data-category2); }
|
|
9372
|
+
.st-sunburstChart__legendSwatch--category3 { background: var(--st-semantic-data-category3); }
|
|
9373
|
+
.st-sunburstChart__legendSwatch--category4 { background: var(--st-semantic-data-category4); }
|
|
9374
|
+
.st-sunburstChart__legendSwatch--category5 { background: var(--st-semantic-data-category5); }
|
|
9375
|
+
.st-sunburstChart__legendSwatch--category6 { background: var(--st-semantic-data-category6); }
|
|
9376
|
+
.st-sunburstChart__legendSwatch--category7 { background: var(--st-semantic-data-category7); }
|
|
9377
|
+
.st-sunburstChart__legendSwatch--category8 { background: var(--st-semantic-data-category8); }
|
|
9378
|
+
|
|
9379
|
+
/* ── Tooltips communs ── */
|
|
9380
|
+
.st-heatmapChart__tooltip,
|
|
9381
|
+
.st-histogramChart__tooltip,
|
|
9382
|
+
.st-boxPlotChart__tooltip,
|
|
9383
|
+
.st-radarChart__tooltip,
|
|
9384
|
+
.st-sankeyChart__tooltip,
|
|
9385
|
+
.st-sunburstChart__tooltip {
|
|
9386
|
+
background: var(--st-semantic-surface-inverse);
|
|
9387
|
+
border-radius: var(--st-radius-sm, 0.25rem);
|
|
9388
|
+
color: var(--st-semantic-text-inverse);
|
|
9389
|
+
display: inline-flex;
|
|
9390
|
+
flex-direction: column;
|
|
9391
|
+
font-size: 0.75rem;
|
|
9392
|
+
gap: 0.125rem;
|
|
9393
|
+
line-height: 1.2;
|
|
9394
|
+
padding: 0.375rem 0.5rem;
|
|
9395
|
+
pointer-events: none;
|
|
9396
|
+
position: absolute;
|
|
9397
|
+
transform: translate(-50%, -115%);
|
|
9398
|
+
white-space: nowrap;
|
|
9399
|
+
z-index: 1;
|
|
9400
|
+
}
|
|
9401
|
+
|
|
9402
|
+
.st-radarChart__tooltip {
|
|
9403
|
+
left: 50%;
|
|
9404
|
+
top: 50%;
|
|
9405
|
+
transform: translate(-50%, -50%);
|
|
9406
|
+
}
|
|
9407
|
+
|
|
9408
|
+
.st-heatmapChart__tooltipLabel,
|
|
9409
|
+
.st-histogramChart__tooltipLabel,
|
|
9410
|
+
.st-boxPlotChart__tooltipLabel,
|
|
9411
|
+
.st-radarChart__tooltipLabel,
|
|
9412
|
+
.st-sankeyChart__tooltipLabel,
|
|
9413
|
+
.st-sunburstChart__tooltipLabel {
|
|
9414
|
+
font-weight: 600;
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9417
|
+
.st-heatmapChart__tooltipValue,
|
|
9418
|
+
.st-histogramChart__tooltipValue,
|
|
9419
|
+
.st-boxPlotChart__tooltipValue,
|
|
9420
|
+
.st-sankeyChart__tooltipValue,
|
|
9421
|
+
.st-sunburstChart__tooltipValue {
|
|
9422
|
+
opacity: 0.85;
|
|
9423
|
+
}
|
|
9424
|
+
|
|
9425
|
+
/* ── reduced-motion ── */
|
|
9426
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9427
|
+
.st-heatmapChart__cell,
|
|
9428
|
+
.st-histogramChart__bar,
|
|
9429
|
+
.st-boxPlotChart__box,
|
|
9430
|
+
.st-radarChart__polygon,
|
|
9431
|
+
.st-sankeyChart__link,
|
|
9432
|
+
.st-sunburstChart__arc {
|
|
9433
|
+
transition: none;
|
|
9434
|
+
}
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
/* ── BulletChart (lot-3) ── */
|
|
9438
|
+
.st-bulletChart {
|
|
9439
|
+
color: var(--st-semantic-text-secondary);
|
|
9440
|
+
display: block;
|
|
9441
|
+
font-family: inherit;
|
|
9442
|
+
position: relative;
|
|
9443
|
+
width: 100%;
|
|
9444
|
+
}
|
|
9445
|
+
|
|
9446
|
+
.st-bulletChart svg {
|
|
9447
|
+
display: block;
|
|
9448
|
+
overflow: visible;
|
|
9449
|
+
}
|
|
9450
|
+
|
|
9451
|
+
.st-bulletChart__visual {
|
|
9452
|
+
display: block;
|
|
9453
|
+
}
|
|
9454
|
+
|
|
9455
|
+
.st-bulletChart__axis {
|
|
9456
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9457
|
+
stroke-width: 1;
|
|
9458
|
+
}
|
|
9459
|
+
|
|
9460
|
+
.st-bulletChart__baseline {
|
|
9461
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9462
|
+
stroke-width: 1.5;
|
|
9463
|
+
}
|
|
9464
|
+
|
|
9465
|
+
.st-bulletChart__grid {
|
|
9466
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9467
|
+
stroke-dasharray: 2 3;
|
|
9468
|
+
stroke-width: 1;
|
|
9469
|
+
opacity: 0.6;
|
|
9470
|
+
}
|
|
9471
|
+
|
|
9472
|
+
.st-bulletChart__range {
|
|
9473
|
+
fill: var(--st-semantic-data-category1);
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
.st-bulletChart__bar {
|
|
9477
|
+
cursor: pointer;
|
|
9478
|
+
fill: var(--st-semantic-text-secondary);
|
|
9479
|
+
transition: opacity 120ms ease;
|
|
9480
|
+
}
|
|
9481
|
+
|
|
9482
|
+
.st-bulletChart__bar:hover {
|
|
9483
|
+
opacity: 0.75;
|
|
9484
|
+
}
|
|
9485
|
+
|
|
9486
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9487
|
+
.st-bulletChart__bar {
|
|
9488
|
+
transition: none;
|
|
9489
|
+
}
|
|
9490
|
+
}
|
|
9491
|
+
|
|
9492
|
+
.st-bulletChart__target {
|
|
9493
|
+
stroke: var(--st-semantic-text-primary, currentColor);
|
|
9494
|
+
stroke-width: 2.5;
|
|
9495
|
+
}
|
|
9496
|
+
|
|
9497
|
+
.st-bulletChart__tickLabel,
|
|
9498
|
+
.st-bulletChart__categoryLabel {
|
|
9499
|
+
fill: var(--st-semantic-text-secondary);
|
|
9500
|
+
font-size: 0.6875rem;
|
|
9501
|
+
}
|
|
9502
|
+
|
|
9503
|
+
.st-bulletChart__tooltip {
|
|
9504
|
+
background: var(--st-semantic-surface-inverse);
|
|
9505
|
+
border-radius: var(--st-radius-sm, 0.25rem);
|
|
9506
|
+
color: var(--st-semantic-text-inverse);
|
|
9507
|
+
display: inline-flex;
|
|
9508
|
+
flex-direction: column;
|
|
9509
|
+
font-size: 0.75rem;
|
|
9510
|
+
gap: 0.125rem;
|
|
9511
|
+
line-height: 1.2;
|
|
9512
|
+
padding: 0.375rem 0.5rem;
|
|
9513
|
+
pointer-events: none;
|
|
9514
|
+
position: absolute;
|
|
9515
|
+
transform: translate(-50%, calc(-100% - 8px));
|
|
9516
|
+
white-space: nowrap;
|
|
9517
|
+
z-index: 1;
|
|
9518
|
+
}
|
|
9519
|
+
|
|
9520
|
+
.st-bulletChart__tooltipLabel {
|
|
9521
|
+
font-weight: 600;
|
|
9522
|
+
}
|
|
9523
|
+
|
|
9524
|
+
.st-bulletChart__tooltipValue {
|
|
9525
|
+
opacity: 0.85;
|
|
9526
|
+
}
|
|
9527
|
+
|
|
9528
|
+
/* ── MarimekkoChart (lot-3) ── */
|
|
9529
|
+
.st-marimekkoChart {
|
|
9530
|
+
color: var(--st-semantic-text-secondary);
|
|
9531
|
+
display: block;
|
|
9532
|
+
font-family: inherit;
|
|
9533
|
+
position: relative;
|
|
9534
|
+
width: 100%;
|
|
9535
|
+
}
|
|
9536
|
+
|
|
9537
|
+
.st-marimekkoChart svg {
|
|
9538
|
+
display: block;
|
|
9539
|
+
overflow: visible;
|
|
9540
|
+
}
|
|
9541
|
+
|
|
9542
|
+
.st-marimekkoChart__visual {
|
|
9543
|
+
display: block;
|
|
9544
|
+
}
|
|
9545
|
+
|
|
9546
|
+
.st-marimekkoChart__axis {
|
|
9547
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9548
|
+
stroke-width: 1;
|
|
9549
|
+
}
|
|
9550
|
+
|
|
9551
|
+
.st-marimekkoChart__cell {
|
|
9552
|
+
cursor: pointer;
|
|
9553
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9554
|
+
stroke-width: 1;
|
|
9555
|
+
transition: opacity 120ms ease;
|
|
9556
|
+
}
|
|
9557
|
+
|
|
9558
|
+
.st-marimekkoChart__cell--dim {
|
|
9559
|
+
opacity: 0.4;
|
|
9560
|
+
}
|
|
9561
|
+
|
|
9562
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9563
|
+
.st-marimekkoChart__cell {
|
|
9564
|
+
transition: none;
|
|
9565
|
+
}
|
|
9566
|
+
}
|
|
9567
|
+
|
|
9568
|
+
.st-marimekkoChart__cell--category1 { fill: var(--st-semantic-data-category1); }
|
|
9569
|
+
.st-marimekkoChart__cell--category2 { fill: var(--st-semantic-data-category2); }
|
|
9570
|
+
.st-marimekkoChart__cell--category3 { fill: var(--st-semantic-data-category3); }
|
|
9571
|
+
.st-marimekkoChart__cell--category4 { fill: var(--st-semantic-data-category4); }
|
|
9572
|
+
.st-marimekkoChart__cell--category5 { fill: var(--st-semantic-data-category5); }
|
|
9573
|
+
.st-marimekkoChart__cell--category6 { fill: var(--st-semantic-data-category6); }
|
|
9574
|
+
.st-marimekkoChart__cell--category7 { fill: var(--st-semantic-data-category7); }
|
|
9575
|
+
.st-marimekkoChart__cell--category8 { fill: var(--st-semantic-data-category8); }
|
|
9576
|
+
|
|
9577
|
+
.st-marimekkoChart__cellLabel {
|
|
9578
|
+
font-size: 0.625rem;
|
|
9579
|
+
pointer-events: none;
|
|
9580
|
+
}
|
|
9581
|
+
|
|
9582
|
+
.st-marimekkoChart__catLabel {
|
|
9583
|
+
fill: var(--st-semantic-text-secondary);
|
|
9584
|
+
font-size: 0.6875rem;
|
|
9585
|
+
}
|
|
9586
|
+
|
|
9587
|
+
.st-marimekkoChart__tooltip {
|
|
9588
|
+
background: var(--st-semantic-surface-inverse);
|
|
9589
|
+
border-radius: var(--st-radius-sm, 0.25rem);
|
|
9590
|
+
color: var(--st-semantic-text-inverse);
|
|
9591
|
+
display: inline-flex;
|
|
9592
|
+
flex-direction: column;
|
|
9593
|
+
font-size: 0.75rem;
|
|
9594
|
+
gap: 0.125rem;
|
|
9595
|
+
line-height: 1.2;
|
|
9596
|
+
padding: 0.375rem 0.5rem;
|
|
9597
|
+
pointer-events: none;
|
|
9598
|
+
position: absolute;
|
|
9599
|
+
transform: translate(-50%, calc(-100% - 8px));
|
|
9600
|
+
white-space: nowrap;
|
|
9601
|
+
z-index: 1;
|
|
9602
|
+
}
|
|
9603
|
+
|
|
9604
|
+
.st-marimekkoChart__tooltipLabel {
|
|
9605
|
+
font-weight: 600;
|
|
9606
|
+
}
|
|
9607
|
+
|
|
9608
|
+
.st-marimekkoChart__tooltipValue {
|
|
9609
|
+
opacity: 0.85;
|
|
9610
|
+
}
|
|
9611
|
+
|
|
9612
|
+
/* ── CandlestickChart (lot-3) ── */
|
|
9613
|
+
.st-candlestickChart {
|
|
9614
|
+
color: var(--st-semantic-text-secondary);
|
|
9615
|
+
display: block;
|
|
9616
|
+
font-family: inherit;
|
|
9617
|
+
position: relative;
|
|
9618
|
+
width: 100%;
|
|
9619
|
+
}
|
|
9620
|
+
|
|
9621
|
+
.st-candlestickChart svg {
|
|
9622
|
+
display: block;
|
|
9623
|
+
overflow: visible;
|
|
9624
|
+
}
|
|
9625
|
+
|
|
9626
|
+
.st-candlestickChart__visual {
|
|
9627
|
+
display: block;
|
|
9628
|
+
}
|
|
9629
|
+
|
|
9630
|
+
.st-candlestickChart__axis {
|
|
9631
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9632
|
+
stroke-width: 1;
|
|
9633
|
+
}
|
|
9634
|
+
|
|
9635
|
+
.st-candlestickChart__grid {
|
|
9636
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9637
|
+
stroke-dasharray: 2 3;
|
|
9638
|
+
stroke-width: 1;
|
|
9639
|
+
opacity: 0.7;
|
|
9640
|
+
}
|
|
9641
|
+
|
|
9642
|
+
.st-candlestickChart__wick {
|
|
9643
|
+
stroke-width: 1.5;
|
|
9644
|
+
}
|
|
9645
|
+
|
|
9646
|
+
.st-candlestickChart__wick--up {
|
|
9647
|
+
stroke: var(--st-semantic-feedback-success);
|
|
9648
|
+
}
|
|
9649
|
+
|
|
9650
|
+
.st-candlestickChart__wick--down {
|
|
9651
|
+
stroke: var(--st-semantic-feedback-error);
|
|
9652
|
+
}
|
|
9653
|
+
|
|
9654
|
+
.st-candlestickChart__body {
|
|
9655
|
+
cursor: pointer;
|
|
9656
|
+
transition: opacity 120ms ease;
|
|
9657
|
+
}
|
|
9658
|
+
|
|
9659
|
+
.st-candlestickChart__body--dim {
|
|
9660
|
+
opacity: 0.4;
|
|
9661
|
+
}
|
|
9662
|
+
|
|
9663
|
+
.st-candlestickChart__body--up {
|
|
9664
|
+
fill: var(--st-semantic-feedback-success);
|
|
9665
|
+
}
|
|
9666
|
+
|
|
9667
|
+
.st-candlestickChart__body--down {
|
|
9668
|
+
fill: var(--st-semantic-feedback-error);
|
|
9669
|
+
}
|
|
9670
|
+
|
|
9671
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9672
|
+
.st-candlestickChart__body {
|
|
9673
|
+
transition: none;
|
|
9674
|
+
}
|
|
9675
|
+
}
|
|
9676
|
+
|
|
9677
|
+
.st-candlestickChart__tickLabel,
|
|
9678
|
+
.st-candlestickChart__categoryLabel {
|
|
9679
|
+
fill: var(--st-semantic-text-secondary);
|
|
9680
|
+
font-size: 0.6875rem;
|
|
9681
|
+
}
|
|
9682
|
+
|
|
9683
|
+
.st-candlestickChart__tooltip {
|
|
9684
|
+
background: var(--st-semantic-surface-inverse);
|
|
9685
|
+
border-radius: var(--st-radius-sm, 0.25rem);
|
|
9686
|
+
color: var(--st-semantic-text-inverse);
|
|
9687
|
+
display: inline-flex;
|
|
9688
|
+
flex-direction: column;
|
|
9689
|
+
font-size: 0.75rem;
|
|
9690
|
+
gap: 0.125rem;
|
|
9691
|
+
line-height: 1.2;
|
|
9692
|
+
padding: 0.375rem 0.5rem;
|
|
9693
|
+
pointer-events: none;
|
|
9694
|
+
position: absolute;
|
|
9695
|
+
transform: translate(-50%, calc(-100% - 8px));
|
|
9696
|
+
white-space: nowrap;
|
|
9697
|
+
z-index: 1;
|
|
9698
|
+
}
|
|
9699
|
+
|
|
9700
|
+
.st-candlestickChart__tooltipLabel {
|
|
9701
|
+
font-weight: 600;
|
|
9702
|
+
}
|
|
9703
|
+
|
|
9704
|
+
.st-candlestickChart__tooltipValue {
|
|
9705
|
+
opacity: 0.85;
|
|
9706
|
+
}
|
|
9707
|
+
|
|
9708
|
+
/* ── CalendarHeatmapChart (lot-3) ── */
|
|
9709
|
+
.st-calendarHeatmapChart {
|
|
9710
|
+
color: var(--st-semantic-text-secondary);
|
|
9711
|
+
display: block;
|
|
9712
|
+
font-family: inherit;
|
|
9713
|
+
position: relative;
|
|
9714
|
+
width: 100%;
|
|
9715
|
+
}
|
|
9716
|
+
|
|
9717
|
+
.st-calendarHeatmapChart svg {
|
|
9718
|
+
display: block;
|
|
9719
|
+
overflow: visible;
|
|
9720
|
+
}
|
|
9721
|
+
|
|
9722
|
+
.st-calendarHeatmapChart__visual {
|
|
9723
|
+
display: block;
|
|
9724
|
+
}
|
|
9725
|
+
|
|
9726
|
+
.st-calendarHeatmapChart__dayLabel,
|
|
9727
|
+
.st-calendarHeatmapChart__monthLabel {
|
|
9728
|
+
fill: var(--st-semantic-text-secondary);
|
|
9729
|
+
font-size: 0.5625rem;
|
|
9730
|
+
}
|
|
9731
|
+
|
|
9732
|
+
.st-calendarHeatmapChart__cell {
|
|
9733
|
+
cursor: pointer;
|
|
9734
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9735
|
+
stroke-width: 1;
|
|
9736
|
+
transition: opacity 120ms ease;
|
|
9737
|
+
}
|
|
9738
|
+
|
|
9739
|
+
.st-calendarHeatmapChart__cell--empty {
|
|
9740
|
+
fill: var(--st-semantic-border-subtle);
|
|
9741
|
+
opacity: 0.25;
|
|
9742
|
+
}
|
|
9743
|
+
|
|
9744
|
+
.st-calendarHeatmapChart__cell--dim {
|
|
9745
|
+
opacity: 0.3;
|
|
9746
|
+
}
|
|
9747
|
+
|
|
9748
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9749
|
+
.st-calendarHeatmapChart__cell {
|
|
9750
|
+
transition: none;
|
|
9751
|
+
}
|
|
9752
|
+
}
|
|
9753
|
+
|
|
9754
|
+
.st-calendarHeatmapChart__cell--category1 { fill: var(--st-semantic-data-category1); }
|
|
9755
|
+
.st-calendarHeatmapChart__cell--category2 { fill: var(--st-semantic-data-category2); }
|
|
9756
|
+
.st-calendarHeatmapChart__cell--category3 { fill: var(--st-semantic-data-category3); }
|
|
9757
|
+
.st-calendarHeatmapChart__cell--category4 { fill: var(--st-semantic-data-category4); }
|
|
9758
|
+
.st-calendarHeatmapChart__cell--category5 { fill: var(--st-semantic-data-category5); }
|
|
9759
|
+
.st-calendarHeatmapChart__cell--category6 { fill: var(--st-semantic-data-category6); }
|
|
9760
|
+
.st-calendarHeatmapChart__cell--category7 { fill: var(--st-semantic-data-category7); }
|
|
9761
|
+
.st-calendarHeatmapChart__cell--category8 { fill: var(--st-semantic-data-category8); }
|
|
9762
|
+
|
|
9763
|
+
.st-calendarHeatmapChart__tooltip {
|
|
9764
|
+
background: var(--st-semantic-surface-inverse);
|
|
9765
|
+
border-radius: var(--st-radius-sm, 0.25rem);
|
|
9766
|
+
color: var(--st-semantic-text-inverse);
|
|
9767
|
+
display: inline-flex;
|
|
9768
|
+
flex-direction: column;
|
|
9769
|
+
font-size: 0.75rem;
|
|
9770
|
+
gap: 0.125rem;
|
|
9771
|
+
line-height: 1.2;
|
|
9772
|
+
padding: 0.375rem 0.5rem;
|
|
9773
|
+
pointer-events: none;
|
|
9774
|
+
position: absolute;
|
|
9775
|
+
transform: translate(-50%, calc(-100% - 8px));
|
|
9776
|
+
white-space: nowrap;
|
|
9777
|
+
z-index: 1;
|
|
9778
|
+
}
|
|
9779
|
+
|
|
9780
|
+
.st-calendarHeatmapChart__tooltipLabel {
|
|
9781
|
+
font-weight: 600;
|
|
9782
|
+
}
|
|
9783
|
+
|
|
9784
|
+
.st-calendarHeatmapChart__tooltipValue {
|
|
9785
|
+
opacity: 0.85;
|
|
9786
|
+
}
|
|
9787
|
+
|
|
9788
|
+
/* ── ParallelCoordinatesChart (lot-3) ── */
|
|
9789
|
+
.st-parallelCoordinatesChart {
|
|
9790
|
+
color: var(--st-semantic-text-secondary);
|
|
9791
|
+
display: block;
|
|
9792
|
+
font-family: inherit;
|
|
9793
|
+
position: relative;
|
|
9794
|
+
width: 100%;
|
|
9795
|
+
}
|
|
9796
|
+
|
|
9797
|
+
.st-parallelCoordinatesChart svg {
|
|
9798
|
+
display: block;
|
|
9799
|
+
overflow: visible;
|
|
9800
|
+
}
|
|
9801
|
+
|
|
9802
|
+
.st-parallelCoordinatesChart__visual {
|
|
9803
|
+
display: block;
|
|
9804
|
+
}
|
|
9805
|
+
|
|
9806
|
+
.st-parallelCoordinatesChart__axis {
|
|
9807
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9808
|
+
stroke-width: 1.5;
|
|
9809
|
+
}
|
|
9810
|
+
|
|
9811
|
+
.st-parallelCoordinatesChart__axisLabel {
|
|
9812
|
+
fill: var(--st-semantic-text-secondary);
|
|
9813
|
+
font-size: 0.6875rem;
|
|
9814
|
+
font-weight: 600;
|
|
9815
|
+
}
|
|
9816
|
+
|
|
9817
|
+
.st-parallelCoordinatesChart__tickLabel {
|
|
9818
|
+
fill: var(--st-semantic-text-secondary);
|
|
9819
|
+
font-size: 0.5625rem;
|
|
9820
|
+
}
|
|
9821
|
+
|
|
9822
|
+
.st-parallelCoordinatesChart__line {
|
|
9823
|
+
cursor: pointer;
|
|
9824
|
+
stroke-width: 1.5;
|
|
9825
|
+
stroke-opacity: 0.65;
|
|
9826
|
+
transition: stroke-opacity 120ms ease, stroke-width 120ms ease;
|
|
9827
|
+
}
|
|
9828
|
+
|
|
9829
|
+
.st-parallelCoordinatesChart__line--dim {
|
|
9830
|
+
stroke-opacity: 0.12;
|
|
9831
|
+
}
|
|
9832
|
+
|
|
9833
|
+
.st-parallelCoordinatesChart__line--active {
|
|
9834
|
+
stroke-opacity: 1;
|
|
9835
|
+
stroke-width: 2.5;
|
|
9836
|
+
}
|
|
9837
|
+
|
|
9838
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9839
|
+
.st-parallelCoordinatesChart__line {
|
|
9840
|
+
transition: none;
|
|
9841
|
+
}
|
|
9842
|
+
}
|
|
9843
|
+
|
|
9844
|
+
.st-parallelCoordinatesChart__line--category1 { stroke: var(--st-semantic-data-category1); }
|
|
9845
|
+
.st-parallelCoordinatesChart__line--category2 { stroke: var(--st-semantic-data-category2); }
|
|
9846
|
+
.st-parallelCoordinatesChart__line--category3 { stroke: var(--st-semantic-data-category3); }
|
|
9847
|
+
.st-parallelCoordinatesChart__line--category4 { stroke: var(--st-semantic-data-category4); }
|
|
9848
|
+
.st-parallelCoordinatesChart__line--category5 { stroke: var(--st-semantic-data-category5); }
|
|
9849
|
+
.st-parallelCoordinatesChart__line--category6 { stroke: var(--st-semantic-data-category6); }
|
|
9850
|
+
.st-parallelCoordinatesChart__line--category7 { stroke: var(--st-semantic-data-category7); }
|
|
9851
|
+
.st-parallelCoordinatesChart__line--category8 { stroke: var(--st-semantic-data-category8); }
|
|
9852
|
+
|
|
9853
|
+
/* ── BumpChart (lot-3) ── */
|
|
9854
|
+
.st-bumpChart {
|
|
9855
|
+
color: var(--st-semantic-text-secondary);
|
|
9856
|
+
display: block;
|
|
9857
|
+
font-family: inherit;
|
|
9858
|
+
position: relative;
|
|
9859
|
+
width: 100%;
|
|
9860
|
+
}
|
|
9861
|
+
|
|
9862
|
+
.st-bumpChart svg {
|
|
9863
|
+
display: block;
|
|
9864
|
+
overflow: visible;
|
|
9865
|
+
}
|
|
9866
|
+
|
|
9867
|
+
.st-bumpChart__visual {
|
|
9868
|
+
display: block;
|
|
9869
|
+
}
|
|
9870
|
+
|
|
9871
|
+
.st-bumpChart__grid {
|
|
9872
|
+
stroke: var(--st-semantic-border-subtle);
|
|
9873
|
+
stroke-dasharray: 2 3;
|
|
9874
|
+
stroke-width: 1;
|
|
9875
|
+
opacity: 0.5;
|
|
9876
|
+
}
|
|
9877
|
+
|
|
9878
|
+
.st-bumpChart__rankLabel,
|
|
9879
|
+
.st-bumpChart__catLabel,
|
|
9880
|
+
.st-bumpChart__seriesLabel {
|
|
9881
|
+
fill: var(--st-semantic-text-secondary);
|
|
9882
|
+
font-size: 0.6875rem;
|
|
9883
|
+
}
|
|
9884
|
+
|
|
9885
|
+
.st-bumpChart__line {
|
|
9886
|
+
cursor: pointer;
|
|
9887
|
+
stroke-width: 2;
|
|
9888
|
+
stroke-opacity: 0.7;
|
|
9889
|
+
transition: stroke-opacity 120ms ease, stroke-width 120ms ease;
|
|
9890
|
+
}
|
|
9891
|
+
|
|
9892
|
+
.st-bumpChart__line--dim {
|
|
9893
|
+
stroke-opacity: 0.12;
|
|
9894
|
+
}
|
|
9895
|
+
|
|
9896
|
+
.st-bumpChart__line--active {
|
|
9897
|
+
stroke-opacity: 1;
|
|
9898
|
+
stroke-width: 3;
|
|
9899
|
+
}
|
|
9900
|
+
|
|
9901
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9902
|
+
.st-bumpChart__line {
|
|
9903
|
+
transition: none;
|
|
9904
|
+
}
|
|
9905
|
+
}
|
|
9906
|
+
|
|
9907
|
+
.st-bumpChart__dot {
|
|
9908
|
+
cursor: pointer;
|
|
9909
|
+
stroke: var(--st-semantic-surface-default, Canvas);
|
|
9910
|
+
stroke-width: 1.5;
|
|
9911
|
+
transition: r 120ms ease;
|
|
9912
|
+
}
|
|
9913
|
+
|
|
9914
|
+
.st-bumpChart__dot--dim {
|
|
9915
|
+
opacity: 0.15;
|
|
9916
|
+
}
|
|
9917
|
+
|
|
9918
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9919
|
+
.st-bumpChart__dot {
|
|
9920
|
+
transition: none;
|
|
9921
|
+
}
|
|
9922
|
+
}
|
|
9923
|
+
|
|
9924
|
+
.st-bumpChart__line--category1 { stroke: var(--st-semantic-data-category1); }
|
|
9925
|
+
.st-bumpChart__line--category2 { stroke: var(--st-semantic-data-category2); }
|
|
9926
|
+
.st-bumpChart__line--category3 { stroke: var(--st-semantic-data-category3); }
|
|
9927
|
+
.st-bumpChart__line--category4 { stroke: var(--st-semantic-data-category4); }
|
|
9928
|
+
.st-bumpChart__line--category5 { stroke: var(--st-semantic-data-category5); }
|
|
9929
|
+
.st-bumpChart__line--category6 { stroke: var(--st-semantic-data-category6); }
|
|
9930
|
+
.st-bumpChart__line--category7 { stroke: var(--st-semantic-data-category7); }
|
|
9931
|
+
.st-bumpChart__line--category8 { stroke: var(--st-semantic-data-category8); }
|
|
9932
|
+
|
|
9933
|
+
.st-bumpChart__dot--category1 { fill: var(--st-semantic-data-category1); }
|
|
9934
|
+
.st-bumpChart__dot--category2 { fill: var(--st-semantic-data-category2); }
|
|
9935
|
+
.st-bumpChart__dot--category3 { fill: var(--st-semantic-data-category3); }
|
|
9936
|
+
.st-bumpChart__dot--category4 { fill: var(--st-semantic-data-category4); }
|
|
9937
|
+
.st-bumpChart__dot--category5 { fill: var(--st-semantic-data-category5); }
|
|
9938
|
+
.st-bumpChart__dot--category6 { fill: var(--st-semantic-data-category6); }
|
|
9939
|
+
.st-bumpChart__dot--category7 { fill: var(--st-semantic-data-category7); }
|
|
9940
|
+
.st-bumpChart__dot--category8 { fill: var(--st-semantic-data-category8); }
|