# `gno.land/r/moul/x/daily/sparklinedemo/v0` A gnoweb demo of the [`p/moul/x/daily/sparkline`](https://github.com/moul/gno-contracts/tree/main/p/moul/x/daily/sparkline) library: it sparks a handful of fixed series and shows the three behaviours worth knowing before putting one in a realm โ€” a flat series rendering mid-ramp, a fixed window clamping its outliers, and floor rounding keeping the peak distinct. It holds no state and contains no rendering logic of its own; the series are hard-coded rather than read from chain state, so `Render` is deterministic and its output is pinned by an example test. Render it at [`/r/moul/x/daily/sparklinedemo/v0`](https://gno.land/r/moul/x/daily/sparklinedemo/v0). --- Part of **[moul/gno-contracts](https://github.com/moul/gno-contracts)** โ€” moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage. **Dependency graph:** ![gno.land/r/moul/x/daily/sparklinedemo/v0 dependency graph](https://raw.githubusercontent.com/moul/gno-contracts/main/_assets/gno.land/r/moul/x/daily/sparklinedemo/v0/deps.png) > ๐Ÿงช **Highly experimental โ€” potentially vibe-coded.** Not audited; may break, change, or be removed at any time. Do not use with anything of value. Full disclaimer: [DISCLAIMER](https://github.com/moul/gno-contracts/blob/main/DISCLAIMER.md).