| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| semiotic-3.8.6.provenance.json | 2026-07-24 | 1.6 kB | |
| semiotic-3.8.6.sbom.cdx.json | 2026-07-24 | 90.8 kB | |
| semiotic-3.8.6.tgz | 2026-07-24 | 4.9 MB | |
| semiotic-3.8.6.tgz.sha512 | 2026-07-24 | 149 Bytes | |
| README.md | 2026-07-24 | 3.6 kB | |
| Semiotic v3.8.6 source code.tar.gz | 2026-07-24 | 55.7 MB | |
| Semiotic v3.8.6 source code.zip | 2026-07-24 | 57.6 MB | |
| Totals: 7 Items | 118.3 MB | 1 | |
Added
BumpChart(semiotic/xy). A ranking chart: each x-column ranks its series byyAccessor, and rank becomes vertical position. Setribbonto encode the original magnitude as a true perpendicular-offset ribbon width (following the d3.svg.ribbon approach) instead of a fixed-width line — both modes share the same sampled centerline, soanimatetweens only the width during a line↔ribbon toggle.highlightTopcolors just the N best series by mean rank and greys the rest vianeutralColor. ExportsBumpChartand the purerankBumpDatahelper plus its types. Ships with SSR, AI schema/metadata and MCP-registry registration, and a docs page.AreaChartsemanticLine. A new prop (defaulttrue) paints hard, value-banded color segments along an area's top stroke wherever the value crosses asemanticGradientthreshold — the stroke counterpart to the semantic fill. A shared segment-splitter guarantees canvas and SVG render identical bands.legendLayout.sideGutter. Reserves space between a side (left/right) legend and the plot-adjacent axis chrome (ticks, titles), applied consistently across the client and SSR renderers.MultiAxisLineChartauto-sets a 70px dual-axis default; override viaframeProps.legendLayout.legendDistance. Controls the gap between the plot and its legend, with dynamic content-measured side-legend width and margin estimation.- Unified gradient config + exported types.
gradientFill,lineGradient, andsemanticGradientnow all accept a single{ stops: [{ offset, color?, opacity? }] }shape (legacy shorthands still work);GradientConfig,GradientStop, andSemanticGradientInputare exported fromsemioticandsemiotic/xy. - Data Viz for Dummies II–VI. Five new scrollytelling example pages expanding coverage across advanced XY, ordinal, network, geo, and physics patterns.
Changed
- Default legend distance reduced from 12px to 10px across the client and SSR paths, tightening automatic side/top margin reservations and the legend-tight diagnostic threshold.
- Legend placement no longer clamps to a minimum on-canvas offset. Numeric
margins are now authoritative for legend position (matching SSR), so a
numeric
marginsmaller than the legend needs can push it partly off-canvas. Rely on auto-margins (omitmargin) or size the margin to the legend. DistanceCartogramfractionallineModenow repositions flow-line endpoints and interpolates intermediate vertices by arc length; previously fractional lines were left un-repositioned.- Legend creation/interaction logic split into a dedicated hook module, re-exported from the shared hooks entry (no import changes).
- Removed the internal
semanticGradientToColorStopsexport (theSemanticGradientStoptype alias is retained).
Fixed
renderChart/ SSR:framePropsoverrides now take precedence over mode defaults, so e.g.frameProps={{ showAxes: false }}is honored in server rendering.- Geo
DistanceCartogram: corrected radial interpolation so geography is no longer pushed out of the plot at partialstrength, and clampedstrengthto[0, 1]with a NaN guard. - Physics kernel: a body resting only against a side wall (or a sideways sleeping neighbor) no longer falsely counts as supported/sleeping, so it keeps settling.
- SSR/static legend parity: aligned static and client legend positioning, including gradient legend label alignment; resize remaps now rescale semantic area stroke color bands.