Tout inspecter
Un vrai panneau DevTools : état en direct, mise en page, rendu et détection de survol, comparaison entre rendus, profilage et audits d'accessibilité.
DevTools · Prêt pour l'IA · Open source
Un moteur de graphiques agnostique de framework, avec des DevTools de premier ordre, un ChartContext lisible par l'IA sur chaque graphique, et une seule API TypeScript pour SVG, Canvas et WebGPU - pour React, Vue, Svelte, Angular ou les web components natifs.

Un vrai panneau DevTools : état en direct, mise en page, rendu et détection de survol, comparaison entre rendus, profilage et audits d'accessibilité.
Chaque graphique fournit un ChartContext structuré - un résumé en langage clair qu'un agent IA peut lire et piloter via MCP.
Ce même contexte est une véritable alternative textuelle pour les lecteurs d'écran. Intégré, pas ajouté après coup.
Prévision, détection d'anomalies et narration s'exécutent dans le navigateur. Aucun serveur, aucun envoi. Sous licence MIT.
Every block below is a real michi-vz chart (a line, a scatter, a radar, an area), fed data until it turned into Michi, our cat in Geneva. The serious reasons start right below.
Seventeen chart types, from stacked bars to gap charts to the fountain, drawn by one engine. Here are the six ideas michi-vz cares about most, each one a live chart, not a screenshot.
The sentence beside this chart was written by the chart itself. Every michi-vz chart emits a structured ChartContext that an AI agent can query, a screen reader can speak, and a test can assert on. Pixels for people, structure for everything else.
How machines read these charts →L'expérience développeur au cœur du projet
Créez des graphiques en quelques minutes, inspectez-les en quelques secondes, et passez du prototype à la production avec une seule API. Choisissez un graphique selon la question que vous posez - chaque carte est un composant en direct sur des données réelles.
Trends over time across one or many series. The dashed run is a gap in the data (detectGaps).
A forecast fan: history, a dashed forecast median, and nested confidence bands that widen with the horizon.
Part to whole over time: how each component's share of a stacked total shifts.
The relationship between two numeric variables; bubble size encodes a third.
Min to max bands per series: forecasts, confidence intervals, or observed ranges.
Stacked columns per period, linked by ribbons that trace each category over time.
Compare several entities across a shared set of axes at a glance.
Stacked vertical bars per category, with an explicit missing-data guard.
Two overlaid horizontal sub-bars per label: a based vs compared value.
Two full-bandwidth overlapping columns per category, with a change arrow above each pair - the vertical sibling of Comparable Bar.
Diverging bars from a centre line: population pyramids and tornado charts.
Cumulative horizontal segments per row with end-cap circles at each step.
Two values per label joined by a gap bar that emphasises the difference.
Hierarchical tiles sized by value; each splits into two parts (e.g. realized vs untapped). Falls back to a stack on narrow screens.
Slices sized by share of a whole; set innerRadiusRatio for a donut. Per-slice % labels and an optional legend.
Circles sized by value, pulled into a cluster by gravity; each can split into a realized core inside a lighter untapped ring.
Flows between nodes laid out in columns; each band's thickness is the flow value. Built on d3-sankey.
A Jet d'Eau: apex height is the value, the blooming plume is the uncertainty. Categorical x = snapshot/comparison, temporal x = trend.
A world/region choropleth: your own GeoJSON, shaded by a threshold colour scale or an explicit category map. 13 d3-geo/d3-geo-projection projections.
A force-de-overlapped bubble map: you supply lng/lat per item, a one-shot simulation pulls overlapping circles apart. An optional muted backdrop landmass is available; dot-only by default.
A radial cluster()/dendrogram: leaves sit equidistant from the centre, with circles sized at both the group and leaf level. Labels adapt (abbreviate, rotate, or hide) as leaf density grows.