# LayerChart Documentation for LLMs

> LayerChart is a powerful, composable charting library for Svelte built on top of D3.

This file contains links to LLM-optimized documentation in markdown format.

## Guides

- [@next → state-refactor](https://next.layerchart.com/docs/guides/migrations/state-refactor/llms.txt): Documentation for @next → state-refactor guide
- [Animation](https://next.layerchart.com/docs/guides/animation/llms.txt): Documentation for Animation guide
- [Brush (Selection)](https://next.layerchart.com/docs/guides/brush/llms.txt): Documentation for Brush (Selection) guide
- [Bundle Size](https://next.layerchart.com/docs/guides/bundle-size/llms.txt): How to reduce LayerChart's footprint in your application bundle
- [Data](https://next.layerchart.com/docs/guides/data/llms.txt): Documentation for Data guide
- [Geo (Maps & Projections)](https://next.layerchart.com/docs/guides/geo/llms.txt): Documentation for Geo (Maps & Projections) guide
- [Getting Started](https://next.layerchart.com/docs/getting-started/llms.txt): Installation and setup guide for LayerChart
- [Layers](https://next.layerchart.com/docs/guides/layers/llms.txt): Documentation for Layers guide
- [LLMs](https://next.layerchart.com/docs/guides/LLMs/llms.txt): Documentation for LLMs guide
- [Overview](https://next.layerchart.com/docs/guides/state/llms.txt): Documentation for Overview guide
- [Primitives](https://next.layerchart.com/docs/guides/primitives/llms.txt): Documentation for Primitives guide
- [Scales](https://next.layerchart.com/docs/guides/scales/llms.txt): Documentation for Scales guide
- [Series (Multi-series)](https://next.layerchart.com/docs/guides/series/llms.txt): Documentation for Series (Multi-series) guide
- [SSR Images](https://next.layerchart.com/docs/guides/ssr-images/llms.txt): Server-side render charts as PNG/JPEG images
- [Structure](https://next.layerchart.com/docs/guides/structure/llms.txt): Documentation for Structure guide
- [Styling](https://next.layerchart.com/docs/guides/styles/llms.txt): Documentation for Styling guide
- [Tooltip (Hover Data)](https://next.layerchart.com/docs/guides/tooltip/llms.txt): Documentation for Tooltip (Hover Data) guide
- [Transform (Pan & Zoom)](https://next.layerchart.com/docs/guides/transform/llms.txt): Documentation for Transform (Pan & Zoom) guide
- [v1 → v2](https://next.layerchart.com/docs/guides/migrations/v1-to-v2/llms.txt): Documentation for v1 → v2 guide

## Components

- [AnnotationLine](https://next.layerchart.com/docs/components/AnnotationLine/llms.txt): Annotation component drawing a straight marker across the chart to indicate a specific value, trend, or threshold.
- [AnnotationPoint](https://next.layerchart.com/docs/components/AnnotationPoint/llms.txt): Annotation component marking a specific data value or coordinate on a chart to highlight key events or notable points.
- [AnnotationRange](https://next.layerchart.com/docs/components/AnnotationRange/llms.txt): Annotation component highlighting a continuous span or interval on a chart to emphasize specific data ranges or thresholds.
- [Arc](https://next.layerchart.com/docs/components/Arc/llms.txt): Primitive component which draws a curved segment on a chart to represent portions of a whole or highlight specific data ranges.
- [ArcChart](https://next.layerchart.com/docs/components/ArcChart/llms.txt): Streamlined visualization which draws curved segment of a chart to represent portions of a circle, such as in pie or radial charts.
- [ArcLabel](https://next.layerchart.com/docs/components/ArcLabel/llms.txt): Marking component which positions text labels on pie and arc chart segments, including along the arc path, at the centroid (horizontal, tangent-rotated, or radially-rotated), outside the arc, and with callout leader lines.
- [Area](https://next.layerchart.com/docs/components/Area/llms.txt): Marking component which shades the space under a line on a chart to emphasize the magnitude and trend of data over a range.
- [AreaChart](https://next.layerchart.com/docs/components/AreaChart/llms.txt): Visualization of quantitative data over a continuous interval, with filled areas beneath a line to emphasize magnitude or cumulative values.
- [Async](https://next.layerchart.com/docs/components/async/llms.txt): Use `experimental.async` to load each example and source
- [Axis](https://next.layerchart.com/docs/components/Axis/llms.txt): Commonly used component displays the scale and reference lines on a chart, providing context for interpreting data values.
- [Bar](https://next.layerchart.com/docs/components/Bar/llms.txt): Primitive component creating individual rectangular bars to represent and compare discrete data values.
- [BarChart](https://next.layerchart.com/docs/components/BarChart/llms.txt): Streamlined visualization displaying categorical data using rectangular bars whose lengths represent the values of each category.
- [Bars](https://next.layerchart.com/docs/components/Bars/llms.txt): Marking component which applies horizontal bars to represent and visually compare discrete data values.
- [Blur](https://next.layerchart.com/docs/components/Blur/llms.txt): Component applies a Gaussian blur effect to chart elements, softening their appearance for visual emphasis or stylistic purposes.
- [Bounds](https://next.layerchart.com/docs/components/Bounds/llms.txt): Component provides reactive, animated coordinate scaling for chart layouts, passing live x/y scales to its children within a shared chart context.
- [BoxPlot](https://next.layerchart.com/docs/components/BoxPlot/llms.txt): Composite mark rendering a box-and-whisker plot showing the distribution of data through quartiles, whiskers, and outliers.
- [BrushContext](https://next.layerchart.com/docs/components/BrushContext/llms.txt): Interaction component providing an interactive brush context allowing selection, adjustment, and resetting of x/y domains with draggable handles and event callbacks.
- [Calendar](https://next.layerchart.com/docs/components/Calendar/llms.txt): Marking component which highlights specific dates or time periods on a chart to emphasize events, milestones, or temporal patterns.
- [Canvas](https://next.layerchart.com/docs/components/Canvas/llms.txt): Canvas layer
- [Cell](https://next.layerchart.com/docs/components/Cell/llms.txt): Mark component which draws rectangles or circles positioned in two ordinal dimensions, ideal for heatmaps, grids, and punchcards.
- [Chart](https://next.layerchart.com/docs/components/Chart/llms.txt): Base component providing chart dimensions and contexts such as TooltipContext, GeoContext, and TransformContext. See also simplified charts such as AreaChart and BarChart for streamlined implementations.
- [ChartClipPath](https://next.layerchart.com/docs/components/ChartClipPath/llms.txt): Clipping component which applies a rectangular clip path for specific components (axis labels, etc) within chart while still allowing some to overflow (tooltips, etc).
- [Chord](https://next.layerchart.com/docs/components/Chord/llms.txt): Layout component which computes a chord diagram from an adjacency matrix, rendering group arcs and ribbon paths to visualize relationships and flow between categories.
- [Circle](https://next.layerchart.com/docs/components/Circle/llms.txt): Primitive component which draws a circular shape to mark specific points or emphasize data visually.
- [CircleClipPath](https://next.layerchart.com/docs/components/CircleClipPath/llms.txt): Clipping component which conditionally applies a circular clip region to its child elements based on the rendering context and provided properties.
- [CircleLegend](https://next.layerchart.com/docs/components/CircleLegend/llms.txt): Nested-circle legend used to communicate values encoded by circle radius (typically `Chart` `rScale`). Inspired by Harry Stevens' Observable circle legend.
- [ClipPath](https://next.layerchart.com/docs/components/ClipPath/llms.txt): Clipping component which defines a clipping region to constrain the rendering of chart elements within a specified shape or boundary.
- [ColorRamp](https://next.layerchart.com/docs/components/ColorRamp/llms.txt): Component generates a color ramp (gradient) based on specified colors and stops, useful for mapping data values to colors in visualizations.
- [Contour](https://next.layerchart.com/docs/components/Contour/llms.txt): Composite mark drawing isolines to delineate regions above and below a particular continuous value. Supports grid data, scattered data with spatial interpolation, and continuous functions.
- [Dagre](https://next.layerchart.com/docs/components/Dagre/llms.txt): Layout component which arranges directed graphs in layers, positioning nodes to minimize edge crossings and create a clear, hierarchical flow.
- [Density](https://next.layerchart.com/docs/components/Density/llms.txt): Composite mark showing the estimated density of two-dimensional point clouds using kernel density estimation, rendered as contour bands.
- [Direct](https://next.layerchart.com/docs/components/direct/llms.txt): Directly import each component and source
- [Dodge](https://next.layerchart.com/docs/components/Dodge/llms.txt): Layout transform that packs items along one axis to avoid overlaps, deterministically.
- [Ellipse](https://next.layerchart.com/docs/components/Ellipse/llms.txt): Primitive component which draws an oval shape  to highlight areas, emphasize points, or decorate visual elements.
- [ForceSimulation](https://next.layerchart.com/docs/components/ForceSimulation/llms.txt): Layout components which positions nodes using physics-based forces, simulating attraction, repulsion, and link constraints to create an intuitive, collision-free network visualization.
- [Frame](https://next.layerchart.com/docs/components/Frame/llms.txt): Commonly used component representing a rectangular Chart bounding box and respecting padding or full size.
- [GeoCircle](https://next.layerchart.com/docs/components/GeoCircle/llms.txt): Geographic component which displays circular areas on a map to represent a specific geographic region or radius around a point.
- [GeoClipPath](https://next.layerchart.com/docs/components/GeoClipPath/llms.txt): Clipping component which defines a GeoJSON-based clip region to constrain the rendering of chart elements within geographic boundaries. Supports both SVG and Canvas rendering.
- [GeoContext](https://next.layerchart.com/docs/components/GeoContext/llms.txt): Geographic component which provides geographic projection and scaling context to children for accurate rendering of geographic data.
- [GeoEdgeFade](https://next.layerchart.com/docs/components/GeoEdgeFade/llms.txt): Geographic component which visualizes connections or flows with edges that gradually fade, emphasizing direction and intensity across a map.
- [GeoLegend](https://next.layerchart.com/docs/components/GeoLegend/llms.txt): Geographic scale bar showing real-world distance for the current `Chart` projection. Inspired by Harry Stevens' d3-geo-scale-bar.
- [GeoPath](https://next.layerchart.com/docs/components/GeoPath/llms.txt): Geographic component which renders shapes such as countries, states, or regions by drawing their boundaries based on coordinate data.
- [GeoPoint](https://next.layerchart.com/docs/components/GeoPoint/llms.txt): Geographic component which plots individual geographic locations as points on a map to visualize spatial distributions or events.
- [GeoProjection](https://next.layerchart.com/docs/components/GeoProjection/llms.txt): Geographic component which provides geographic projection and scaling context to children for accurate rendering of geographic data.
- [GeoRaster](https://next.layerchart.com/docs/components/GeoRaster/llms.txt): Geographic component which reprojects a raster image (such as NASA Blue Marble) onto any d3-geo projection using per-pixel inverse sampling.
- [GeoSpline](https://next.layerchart.com/docs/components/GeoSpline/llms.txt): Geographic component which renders smooth, curved lines connecting geographic points to represent paths or flows on a map.
- [GeoTile](https://next.layerchart.com/docs/components/GeoTile/llms.txt): Geographic component which renders map tiles in a grid supporting efficient zooming and panning for larger scale maps.
- [GeoVisible](https://next.layerchart.com/docs/components/GeoVisible/llms.txt): Geographic component which determines and renders only the geographic features currently within the visible map viewport to optimize performance and clarity.
- [Graticule](https://next.layerchart.com/docs/components/Graticule/llms.txt): Geographic component which overlays latitude and longitude lines on a map to provide geographic reference and context.
- [Grid](https://next.layerchart.com/docs/components/Grid/llms.txt): Commonly used component which draws horizontal and vertical lines respecting scales across a chart to enhance readability and help align data points with axis values.
- [Group](https://next.layerchart.com/docs/components/Group/llms.txt): Primitive component which clusters multiple chart elements together, allowing them to be managed, styled, or transformed as a single unit.
- [Highlight](https://next.layerchart.com/docs/components/Highlight/llms.txt): Interaction component manages and displays tooltips allowing dynamic information to appear in response to user interactions.
- [Html](https://next.layerchart.com/docs/components/Html/llms.txt): Html layer
- [Hull](https://next.layerchart.com/docs/components/Hull/llms.txt): Marking component which encloses a set of data points within a convex boundary to highlight clusters or groupings on a chart.
- [Image](https://next.layerchart.com/docs/components/Image/llms.txt): Primitive component which renders an image within a chart, supporting data-driven positioning, circular clipping, and rotation.
- [Labels](https://next.layerchart.com/docs/components/Labels/llms.txt): Marking component which displays text directly on a chart to identify or annotate specific data points.
- [Layer](https://next.layerchart.com/docs/components/Layer/llms.txt): Convientent wrapper to use Svg, Canvas, or Html layer
- [Legend](https://next.layerchart.com/docs/components/Legend/llms.txt): Commonly used component which explains the symbols, colors, or patterns used in a chart, helping interpret the represented data categories. Typically paired with `Chart` `cScale` (color scale). Filtering and toggling visibility of data series can be enabled for interactivity.
- [Line](https://next.layerchart.com/docs/components/Line/llms.txt): Primitive component which draws a straight line on a chart to represent trends, connections, or boundaries between data points.
- [LinearGradient](https://next.layerchart.com/docs/components/LinearGradient/llms.txt): Fill component providing a linear gradient fill pattern for chart elements.
- [LineChart](https://next.layerchart.com/docs/components/LineChart/llms.txt): Streamlined visualization of data points connected by lines to visualize trends or changes over time.
- [Link](https://next.layerchart.com/docs/components/Link/llms.txt): Marking component which draws a line or curve between two points to highlight or connect data. Supports pixel coords (`x1/y1/x2/y2`) and data-driven coords (hierarchy/sankey/force).
- [Marker](https://next.layerchart.com/docs/components/Marker/llms.txt): Primitive component which draws visual symbols like circles, squares, or custom shapes at individual data points.
- [Month](https://next.layerchart.com/docs/components/Month/llms.txt): Month-based calendar grid visualization for displaying daily data across months with customizable cell sizes, labels, and tooltips.
- [MotionPath](https://next.layerchart.com/docs/components/MotionPath/llms.txt): Component animates an object along a specified path using configurable motion parameters such as speed, duration, and easing.
- [Pack](https://next.layerchart.com/docs/components/Pack/llms.txt): Layout component which creates a space-efficient, circular layout to represent hierarchical data, where each node is depicted as a circle sized according to its value and nested within its parent node.
- [Partition](https://next.layerchart.com/docs/components/Partition/llms.txt): Layout component which divides a hierarchical dataset into nested, space-filling rectangles or arcs to represent the structure and relative sizes of each node.
- [Path](https://next.layerchart.com/docs/components/Path/llms.txt): Primitive component for rendering path elements with support for animation, markers, and custom content at path endpoints.
- [Pattern](https://next.layerchart.com/docs/components/Pattern/llms.txt): Fill component which provides a line, circle, or rect-based fill pattern for chart elements.
- [Pie](https://next.layerchart.com/docs/components/Pie/llms.txt): Marking component which represents data as proportional slices of a circle, showing the relative contribution of each category to the whole.
- [PieChart](https://next.layerchart.com/docs/components/PieChart/llms.txt): Streamlined visualization of data as proportional slices of a circle to represent parts of a whole.
- [Point](https://next.layerchart.com/docs/components/Point/llms.txt): Primitive components which provides a convenient way to translate a data to x/y coordinates.
- [Points](https://next.layerchart.com/docs/components/Points/llms.txt): Marking component which plots individual data points on a graph to show distribution, relationships, or clusters without connecting lines.
- [Polygon](https://next.layerchart.com/docs/components/Polygon/llms.txt): Primitive component which renders a multi-sided shape on a chart to represent complex areas, boundaries, or regions of interest.
- [Promise](https://next.layerchart.com/docs/components/promise/llms.txt): Use `{#await}` to load each example and source
- [RadialGradient](https://next.layerchart.com/docs/components/RadialGradient/llms.txt): Fill component which provides a radial gradient fill pattern for  chart elements.
- [Raster](https://next.layerchart.com/docs/components/Raster/llms.txt): Composite mark rendering a pixel-based heatmap where each pixel is colored by a scalar value. Supports grid data, scattered data with spatial interpolation, and continuous functions.
- [Rect](https://next.layerchart.com/docs/components/Rect/llms.txt): Primitive component which draws a rectangle to highlight areas, ranges, or specific regions of interest.
- [RectClipPath](https://next.layerchart.com/docs/components/RectClipPath/llms.txt): Clipping component which defines a rectangular clip region  to constrain the rendering of chart elements within a specified shape or boundary.
- [Ribbon](https://next.layerchart.com/docs/components/Ribbon/llms.txt): Shape component which renders a ribbon path between two groups in a chord diagram, supporting both symmetric and directed (arrow) variants.
- [Rule](https://next.layerchart.com/docs/components/Rule/llms.txt): Commonly used component acting as a visual guideline on a chart that helps align and measure data values along an axis.
- [Sankey](https://next.layerchart.com/docs/components/Sankey/llms.txt): Layout component which arranges nodes and links to visualize flow magnitude between categories, with link widths proportional to the flow and nodes positioned to minimize overlap and crossings.
- [ScatterChart](https://next.layerchart.com/docs/components/ScatterChart/llms.txt): Streamlined visualization of data with individual data points on two axes to reveal relationships, patterns, or correlations between variables.
- [SourcePlugin](https://next.layerchart.com/docs/components/source-plugin/llms.txt): Use rehype plugin and wrapper component to populate source
- [Spline](https://next.layerchart.com/docs/components/Spline/llms.txt): Marking component which applies data points connected by smooth, curved lines to show trends or patterns over a continuous range.
- [Svg](https://next.layerchart.com/docs/components/Svg/llms.txt): Svg layer
- [Text](https://next.layerchart.com/docs/components/Text/llms.txt): Primitive component which adds custom text for labeling, annotation, or commentary.
- [Threshold](https://next.layerchart.com/docs/components/Threshold/llms.txt): Marking component visualizing data relative to predefined limits, highlighting values that exceed or fall below set thresholds.
- [TileImage](https://next.layerchart.com/docs/components/TileImage/llms.txt): Geographic component which renders map tiles as a background layer, enabling zoomable and pannable visualizations.
- [Tooltip](https://next.layerchart.com/docs/components/Tooltip/llms.txt): Interaction component manages and displays tooltips allowing dynamic information to appear in response to user interactions.
- [TooltipContext](https://next.layerchart.com/docs/components/TooltipContext/llms.txt): Interaction component manages and provides the data and behavior needed to display dynamic tooltips within a chart.
- [Trail](https://next.layerchart.com/docs/components/Trail/llms.txt): Marking component which renders a line with variable width, useful for encoding a secondary data dimension along a path.
- [TransformContext](https://next.layerchart.com/docs/components/TransformContext/llms.txt): Interaction component which provides context to support panning, zooming, and dragging interactions for chart elements.
- [Tree](https://next.layerchart.com/docs/components/Tree/llms.txt): Layout component which organizes hierarchical data into a branching structure with parent nodes connected to child nodes, visually representing relationships and levels of the hierarchy.
- [Treemap](https://next.layerchart.com/docs/components/Treemap/llms.txt): Layout component which visualizes hierarchical data as nested rectangles, where each rectangle’s size represents a quantitative value and nesting reflects the hierarchy.
- [Vector](https://next.layerchart.com/docs/components/Vector/llms.txt): Primitive component which draws directional arrows or spikes at data points to show magnitude and direction.
- [Violin](https://next.layerchart.com/docs/components/Violin/llms.txt): Composite mark rendering a symmetric density curve (violin shape) showing the distribution of data, optionally overlaid with box and median indicators.
- [Voronoi](https://next.layerchart.com/docs/components/Voronoi/llms.txt): Interaction component which creates Voronoi diagrams to divide a plane according to the nearest points, aiding spatial analysis and visualization.
- [Waffle](https://next.layerchart.com/docs/components/Waffle/llms.txt): Subdivides each bar into countable square cells, ideal for showing exact quantities.

## Utilities

- [cls](https://next.layerchart.com/docs/utils/cls/llms.txt): Utility function wrapper around tailwind-merge and clsx for easy style overrides.
- [download](https://next.layerchart.com/docs/utils/download/llms.txt): Utility functions to export and download charts as PNG images or SVG files.
- [format](https://next.layerchart.com/docs/utils/format/llms.txt): Utility function to easily manipulate numbers and dates to different formats and locales.
- [pivot](https://next.layerchart.com/docs/utils/pivot/llms.txt): Utility function to reshape and aggregate tabular data, converting between long and wide formats.
- [stats](https://next.layerchart.com/docs/utils/stats/llms.txt): Statistical utility functions for computing box plot statistics and kernel density estimation (KDE).
- [string](https://next.layerchart.com/docs/utils/string/llms.txt): Utility string functions.

## Examples

- [AnnotationLine/bar-chart](https://next.layerchart.com/docs/components/AnnotationLine/bar-chart/llms.txt): Example code for AnnotationLine
- [AnnotationLine/horizontal-placement](https://next.layerchart.com/docs/components/AnnotationLine/horizontal-placement/llms.txt): Example code for AnnotationLine
- [AnnotationLine/horizontal-with-range](https://next.layerchart.com/docs/components/AnnotationLine/horizontal-with-range/llms.txt): Example code for AnnotationLine
- [AnnotationLine/horizontal](https://next.layerchart.com/docs/components/AnnotationLine/horizontal/llms.txt): Example code for AnnotationLine
- [AnnotationLine/playground](https://next.layerchart.com/docs/components/AnnotationLine/playground/llms.txt): Example code for AnnotationLine
- [AnnotationLine/sloped](https://next.layerchart.com/docs/components/AnnotationLine/sloped/llms.txt): Example code for AnnotationLine
- [AnnotationLine/vertical-placement](https://next.layerchart.com/docs/components/AnnotationLine/vertical-placement/llms.txt): Example code for AnnotationLine
- [AnnotationLine/vertical-with-rotation](https://next.layerchart.com/docs/components/AnnotationLine/vertical-with-rotation/llms.txt): Example code for AnnotationLine
- [AnnotationLine/vertical](https://next.layerchart.com/docs/components/AnnotationLine/vertical/llms.txt): Example code for AnnotationLine
- [AnnotationPoint/band-scale-on-axis](https://next.layerchart.com/docs/components/AnnotationPoint/band-scale-on-axis/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/band-scale-on-value](https://next.layerchart.com/docs/components/AnnotationPoint/band-scale-on-value/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/line-to-point](https://next.layerchart.com/docs/components/AnnotationPoint/line-to-point/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/link-callouts](https://next.layerchart.com/docs/components/AnnotationPoint/link-callouts/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/on-axis-with-tooltip](https://next.layerchart.com/docs/components/AnnotationPoint/on-axis-with-tooltip/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/on-series-with-line-and-tooltip](https://next.layerchart.com/docs/components/AnnotationPoint/on-series-with-line-and-tooltip/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/on-series-with-tooltip](https://next.layerchart.com/docs/components/AnnotationPoint/on-series-with-tooltip/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/playground](https://next.layerchart.com/docs/components/AnnotationPoint/playground/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/series-annotation](https://next.layerchart.com/docs/components/AnnotationPoint/series-annotation/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/us-cities](https://next.layerchart.com/docs/components/AnnotationPoint/us-cities/llms.txt): Example code for AnnotationPoint
- [AnnotationPoint/world-landmarks](https://next.layerchart.com/docs/components/AnnotationPoint/world-landmarks/llms.txt): Example code for AnnotationPoint
- [AnnotationRange/bar-chart-(multiple)](https://next.layerchart.com/docs/components/AnnotationRange/bar-chart-(multiple)/llms.txt): Example code for AnnotationRange
- [AnnotationRange/bar-chart-(single)](https://next.layerchart.com/docs/components/AnnotationRange/bar-chart-(single)/llms.txt): Example code for AnnotationRange
- [AnnotationRange/bar-chart-(value)](https://next.layerchart.com/docs/components/AnnotationRange/bar-chart-(value)/llms.txt): Example code for AnnotationRange
- [AnnotationRange/hide-tooltip](https://next.layerchart.com/docs/components/AnnotationRange/hide-tooltip/llms.txt): Example code for AnnotationRange
- [AnnotationRange/horizontal-with-fill-multiple](https://next.layerchart.com/docs/components/AnnotationRange/horizontal-with-fill-multiple/llms.txt): Example code for AnnotationRange
- [AnnotationRange/horizontal-with-pattern-lower-bound](https://next.layerchart.com/docs/components/AnnotationRange/horizontal-with-pattern-lower-bound/llms.txt): Example code for AnnotationRange
- [AnnotationRange/horizontal-with-pattern-range](https://next.layerchart.com/docs/components/AnnotationRange/horizontal-with-pattern-range/llms.txt): Example code for AnnotationRange
- [AnnotationRange/horizontal-with-pattern-upper-bound](https://next.layerchart.com/docs/components/AnnotationRange/horizontal-with-pattern-upper-bound/llms.txt): Example code for AnnotationRange
- [AnnotationRange/label-placement](https://next.layerchart.com/docs/components/AnnotationRange/label-placement/llms.txt): Example code for AnnotationRange
- [AnnotationRange/vertical-with-gradient-range](https://next.layerchart.com/docs/components/AnnotationRange/vertical-with-gradient-range/llms.txt): Example code for AnnotationRange
- [AnnotationRange/vertical-with-pattern-lower-bound](https://next.layerchart.com/docs/components/AnnotationRange/vertical-with-pattern-lower-bound/llms.txt): Example code for AnnotationRange
- [AnnotationRange/vertical-with-pattern-range](https://next.layerchart.com/docs/components/AnnotationRange/vertical-with-pattern-range/llms.txt): Example code for AnnotationRange
- [AnnotationRange/vertical-with-pattern-upper-bound](https://next.layerchart.com/docs/components/AnnotationRange/vertical-with-pattern-upper-bound/llms.txt): Example code for AnnotationRange
- [Arc/clock](https://next.layerchart.com/docs/components/Arc/clock/llms.txt): Example code for Arc
- [Arc/color-wheel](https://next.layerchart.com/docs/components/Arc/color-wheel/llms.txt): Example code for Arc
- [Arc/concentric](https://next.layerchart.com/docs/components/Arc/concentric/llms.txt): Example code for Arc
- [Arc/draggable-arc](https://next.layerchart.com/docs/components/Arc/draggable-arc/llms.txt): Example code for Arc
- [Arc/gauge-gradient](https://next.layerchart.com/docs/components/Arc/gauge-gradient/llms.txt): Example code for Arc
- [Arc/gauge](https://next.layerchart.com/docs/components/Arc/gauge/llms.txt): Example code for Arc
- [Arc/label-direction](https://next.layerchart.com/docs/components/Arc/label-direction/llms.txt): Example code for Arc
- [Arc/partial-arc](https://next.layerchart.com/docs/components/Arc/partial-arc/llms.txt): Example code for Arc
- [Arc/playground](https://next.layerchart.com/docs/components/Arc/playground/llms.txt): Example code for Arc
- [Arc/segmented-arc-clip-mask](https://next.layerchart.com/docs/components/Arc/segmented-arc-clip-mask/llms.txt): Example code for Arc
- [Arc/segmented-arc](https://next.layerchart.com/docs/components/Arc/segmented-arc/llms.txt): Example code for Arc
- [Arc/speedometer](https://next.layerchart.com/docs/components/Arc/speedometer/llms.txt): Example code for Arc
- [Arc/tween-value-on-mount](https://next.layerchart.com/docs/components/Arc/tween-value-on-mount/llms.txt): Example code for Arc
- [ArcChart/basic](https://next.layerchart.com/docs/components/ArcChart/basic/llms.txt): Example code for ArcChart
- [ArcChart/color](https://next.layerchart.com/docs/components/ArcChart/color/llms.txt): Example code for ArcChart
- [ArcChart/gradient-with-text](https://next.layerchart.com/docs/components/ArcChart/gradient-with-text/llms.txt): Example code for ArcChart
- [ArcChart/radius-fixed](https://next.layerchart.com/docs/components/ArcChart/radius-fixed/llms.txt): Example code for ArcChart
- [ArcChart/radius-offset](https://next.layerchart.com/docs/components/ArcChart/radius-offset/llms.txt): Example code for ArcChart
- [ArcChart/radius-percent](https://next.layerchart.com/docs/components/ArcChart/radius-percent/llms.txt): Example code for ArcChart
- [ArcChart/series-arc](https://next.layerchart.com/docs/components/ArcChart/series-arc/llms.txt): Example code for ArcChart
- [ArcChart/series-individual](https://next.layerchart.com/docs/components/ArcChart/series-individual/llms.txt): Example code for ArcChart
- [ArcChart/series-labels](https://next.layerchart.com/docs/components/ArcChart/series-labels/llms.txt): Example code for ArcChart
- [ArcChart/series-motion-spring](https://next.layerchart.com/docs/components/ArcChart/series-motion-spring/llms.txt): Example code for ArcChart
- [ArcChart/series-motion-tween](https://next.layerchart.com/docs/components/ArcChart/series-motion-tween/llms.txt): Example code for ArcChart
- [ArcChart/series-start-180](https://next.layerchart.com/docs/components/ArcChart/series-start-180/llms.txt): Example code for ArcChart
- [ArcChart/series-start-90](https://next.layerchart.com/docs/components/ArcChart/series-start-90/llms.txt): Example code for ArcChart
- [ArcChart/series-track-color](https://next.layerchart.com/docs/components/ArcChart/series-track-color/llms.txt): Example code for ArcChart
- [ArcChart/series](https://next.layerchart.com/docs/components/ArcChart/series/llms.txt): Example code for ArcChart
- [ArcChart/track-size](https://next.layerchart.com/docs/components/ArcChart/track-size/llms.txt): Example code for ArcChart
- [Area/basic](https://next.layerchart.com/docs/components/Area/basic/llms.txt): Example code for Area
- [Area/clip-tween-on-mount](https://next.layerchart.com/docs/components/Area/clip-tween-on-mount/llms.txt): Example code for Area
- [Area/clipped-area-on-tooltip](https://next.layerchart.com/docs/components/Area/clipped-area-on-tooltip/llms.txt): Example code for Area
- [Area/explicit-axis-ticks-min-max](https://next.layerchart.com/docs/components/Area/explicit-axis-ticks-min-max/llms.txt): Example code for Area
- [Area/gradient-separate-stroke](https://next.layerchart.com/docs/components/Area/gradient-separate-stroke/llms.txt): Example code for Area
- [Area/gradient](https://next.layerchart.com/docs/components/Area/gradient/llms.txt): Example code for Area
- [Area/highlight-color-based-on-value-using-color-scale](https://next.layerchart.com/docs/components/Area/highlight-color-based-on-value-using-color-scale/llms.txt): Example code for Area
- [Area/highlight-color-based-on-value-using-tooltip-slot-prop](https://next.layerchart.com/docs/components/Area/highlight-color-based-on-value-using-tooltip-slot-prop/llms.txt): Example code for Area
- [Area/multiple-series-highlight-on-hover](https://next.layerchart.com/docs/components/Area/multiple-series-highlight-on-hover/llms.txt): Example code for Area
- [Area/multiple-series-using-overrides](https://next.layerchart.com/docs/components/Area/multiple-series-using-overrides/llms.txt): Example code for Area
- [Area/multiple-series-with-labels](https://next.layerchart.com/docs/components/Area/multiple-series-with-labels/llms.txt): Example code for Area
- [Area/multiple-series](https://next.layerchart.com/docs/components/Area/multiple-series/llms.txt): Example code for Area
- [Area/oscilloscope-ridgeline](https://next.layerchart.com/docs/components/Area/oscilloscope-ridgeline/llms.txt): Example code for Area
- [Area/playground](https://next.layerchart.com/docs/components/Area/playground/llms.txt): Example code for Area
- [Area/ridgeline-kde](https://next.layerchart.com/docs/components/Area/ridgeline-kde/llms.txt): Example code for Area
- [Area/ridgeline](https://next.layerchart.com/docs/components/Area/ridgeline/llms.txt): Example code for Area
- [Area/stack-with-gradient](https://next.layerchart.com/docs/components/Area/stack-with-gradient/llms.txt): Example code for Area
- [Area/stack](https://next.layerchart.com/docs/components/Area/stack/llms.txt): Example code for Area
- [Area/threshold-with-lineargradient-over-under](https://next.layerchart.com/docs/components/Area/threshold-with-lineargradient-over-under/llms.txt): Example code for Area
- [Area/threshold-with-lineargradient](https://next.layerchart.com/docs/components/Area/threshold-with-lineargradient/llms.txt): Example code for Area
- [Area/threshold-with-rectclippath-over-under](https://next.layerchart.com/docs/components/Area/threshold-with-rectclippath-over-under/llms.txt): Example code for Area
- [Area/threshold-with-rectclippath](https://next.layerchart.com/docs/components/Area/threshold-with-rectclippath/llms.txt): Example code for Area
- [Area/tween-on-mount](https://next.layerchart.com/docs/components/Area/tween-on-mount/llms.txt): Example code for Area
- [Area/with-labels](https://next.layerchart.com/docs/components/Area/with-labels/llms.txt): Example code for Area
- [Area/with-tooltip-and-highlight](https://next.layerchart.com/docs/components/Area/with-tooltip-and-highlight/llms.txt): Example code for Area
- [AreaChart/all-zero](https://next.layerchart.com/docs/components/AreaChart/all-zero/llms.txt): Example code for AreaChart
- [AreaChart/band-scale](https://next.layerchart.com/docs/components/AreaChart/band-scale/llms.txt): Example code for AreaChart
- [AreaChart/basic](https://next.layerchart.com/docs/components/AreaChart/basic/llms.txt): Example code for AreaChart
- [AreaChart/brush-sync](https://next.layerchart.com/docs/components/AreaChart/brush-sync/llms.txt): Example code for AreaChart
- [AreaChart/brush](https://next.layerchart.com/docs/components/AreaChart/brush/llms.txt): Example code for AreaChart
- [AreaChart/curve](https://next.layerchart.com/docs/components/AreaChart/curve/llms.txt): Example code for AreaChart
- [AreaChart/custom-tooltip](https://next.layerchart.com/docs/components/AreaChart/custom-tooltip/llms.txt): Example code for AreaChart
- [AreaChart/custom](https://next.layerchart.com/docs/components/AreaChart/custom/llms.txt): Example code for AreaChart
- [AreaChart/default-series-label](https://next.layerchart.com/docs/components/AreaChart/default-series-label/llms.txt): Example code for AreaChart
- [AreaChart/funnel](https://next.layerchart.com/docs/components/AreaChart/funnel/llms.txt): Example code for AreaChart
- [AreaChart/gradient](https://next.layerchart.com/docs/components/AreaChart/gradient/llms.txt): Example code for AreaChart
- [AreaChart/labels](https://next.layerchart.com/docs/components/AreaChart/labels/llms.txt): Example code for AreaChart
- [AreaChart/line-annotation](https://next.layerchart.com/docs/components/AreaChart/line-annotation/llms.txt): Example code for AreaChart
- [AreaChart/markers](https://next.layerchart.com/docs/components/AreaChart/markers/llms.txt): Example code for AreaChart
- [AreaChart/motion-tween](https://next.layerchart.com/docs/components/AreaChart/motion-tween/llms.txt): Example code for AreaChart
- [AreaChart/null-gaps](https://next.layerchart.com/docs/components/AreaChart/null-gaps/llms.txt): Example code for AreaChart
- [AreaChart/point-annotations](https://next.layerchart.com/docs/components/AreaChart/point-annotations/llms.txt): Example code for AreaChart
- [AreaChart/point-scale](https://next.layerchart.com/docs/components/AreaChart/point-scale/llms.txt): Example code for AreaChart
- [AreaChart/points](https://next.layerchart.com/docs/components/AreaChart/points/llms.txt): Example code for AreaChart
- [AreaChart/radial](https://next.layerchart.com/docs/components/AreaChart/radial/llms.txt): Example code for AreaChart
- [AreaChart/range-annotation](https://next.layerchart.com/docs/components/AreaChart/range-annotation/llms.txt): Example code for AreaChart
- [AreaChart/series-individual-tooltip](https://next.layerchart.com/docs/components/AreaChart/series-individual-tooltip/llms.txt): Example code for AreaChart
- [AreaChart/series-point-annotations](https://next.layerchart.com/docs/components/AreaChart/series-point-annotations/llms.txt): Example code for AreaChart
- [AreaChart/series-point-click](https://next.layerchart.com/docs/components/AreaChart/series-point-click/llms.txt): Example code for AreaChart
- [AreaChart/series-separate-data](https://next.layerchart.com/docs/components/AreaChart/series-separate-data/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-diverging](https://next.layerchart.com/docs/components/AreaChart/series-stack-diverging/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-expand](https://next.layerchart.com/docs/components/AreaChart/series-stack-expand/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-gradient](https://next.layerchart.com/docs/components/AreaChart/series-stack-gradient/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-legend-labels](https://next.layerchart.com/docs/components/AreaChart/series-stack-legend-labels/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-legend-placement](https://next.layerchart.com/docs/components/AreaChart/series-stack-legend-placement/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-legend](https://next.layerchart.com/docs/components/AreaChart/series-stack-legend/llms.txt): Example code for AreaChart
- [AreaChart/series-stack-separate-data](https://next.layerchart.com/docs/components/AreaChart/series-stack-separate-data/llms.txt): Example code for AreaChart
- [AreaChart/series-stack](https://next.layerchart.com/docs/components/AreaChart/series-stack/llms.txt): Example code for AreaChart
- [AreaChart/series-tooltip-click](https://next.layerchart.com/docs/components/AreaChart/series-tooltip-click/llms.txt): Example code for AreaChart
- [AreaChart/series](https://next.layerchart.com/docs/components/AreaChart/series/llms.txt): Example code for AreaChart
- [AreaChart/single-axis-x](https://next.layerchart.com/docs/components/AreaChart/single-axis-x/llms.txt): Example code for AreaChart
- [AreaChart/single-axis-y](https://next.layerchart.com/docs/components/AreaChart/single-axis-y/llms.txt): Example code for AreaChart
- [AreaChart/sparkline](https://next.layerchart.com/docs/components/AreaChart/sparkline/llms.txt): Example code for AreaChart
- [AreaChart/threshold-gradient](https://next.layerchart.com/docs/components/AreaChart/threshold-gradient/llms.txt): Example code for AreaChart
- [AreaChart/threshold](https://next.layerchart.com/docs/components/AreaChart/threshold/llms.txt): Example code for AreaChart
- [AreaChart/tooltip-external](https://next.layerchart.com/docs/components/AreaChart/tooltip-external/llms.txt): Example code for AreaChart
- [AreaChart/tooltip-fixed-with-hide-delay](https://next.layerchart.com/docs/components/AreaChart/tooltip-fixed-with-hide-delay/llms.txt): Example code for AreaChart
- [AreaChart/tooltip-locking](https://next.layerchart.com/docs/components/AreaChart/tooltip-locking/llms.txt): Example code for AreaChart
- [Axis/arrow-markers](https://next.layerchart.com/docs/components/Axis/arrow-markers/llms.txt): Example code for Axis
- [Axis/axis-label-placement-left-right](https://next.layerchart.com/docs/components/Axis/axis-label-placement-left-right/llms.txt): Example code for Axis
- [Axis/axis-label-placement-top-bottom](https://next.layerchart.com/docs/components/Axis/axis-label-placement-top-bottom/llms.txt): Example code for Axis
- [Axis/barchart-tickspacing](https://next.layerchart.com/docs/components/Axis/barchart-tickspacing/llms.txt): Example code for Axis
- [Axis/barchart-xinterval-xinset](https://next.layerchart.com/docs/components/Axis/barchart-xinterval-xinset/llms.txt): Example code for Axis
- [Axis/explicit-ticks](https://next.layerchart.com/docs/components/Axis/explicit-ticks/llms.txt): Example code for Axis
- [Axis/extent-ticks-only](https://next.layerchart.com/docs/components/Axis/extent-ticks-only/llms.txt): Example code for Axis
- [Axis/grid-dashed](https://next.layerchart.com/docs/components/Axis/grid-dashed/llms.txt): Example code for Axis
- [Axis/grid](https://next.layerchart.com/docs/components/Axis/grid/llms.txt): Example code for Axis
- [Axis/hide-zero-filter](https://next.layerchart.com/docs/components/Axis/hide-zero-filter/llms.txt): Example code for Axis
- [Axis/hide-zero-format](https://next.layerchart.com/docs/components/Axis/hide-zero-format/llms.txt): Example code for Axis
- [Axis/inject-ticks](https://next.layerchart.com/docs/components/Axis/inject-ticks/llms.txt): Example code for Axis
- [Axis/integer-only-filter](https://next.layerchart.com/docs/components/Axis/integer-only-filter/llms.txt): Example code for Axis
- [Axis/integer-only-format](https://next.layerchart.com/docs/components/Axis/integer-only-format/llms.txt): Example code for Axis
- [Axis/labels-next-hash](https://next.layerchart.com/docs/components/Axis/labels-next-hash/llms.txt): Example code for Axis
- [Axis/linechart-tickspacing](https://next.layerchart.com/docs/components/Axis/linechart-tickspacing/llms.txt): Example code for Axis
- [Axis/log-scale](https://next.layerchart.com/docs/components/Axis/log-scale/llms.txt): Example code for Axis
- [Axis/multiline-tick-labels](https://next.layerchart.com/docs/components/Axis/multiline-tick-labels/llms.txt): Example code for Axis
- [Axis/multiple-axis-grid-and-rules-separate-grid](https://next.layerchart.com/docs/components/Axis/multiple-axis-grid-and-rules-separate-grid/llms.txt): Example code for Axis
- [Axis/multiple-axis-grid-and-rules](https://next.layerchart.com/docs/components/Axis/multiple-axis-grid-and-rules/llms.txt): Example code for Axis
- [Axis/multiple-axis-grid-with-single-rule](https://next.layerchart.com/docs/components/Axis/multiple-axis-grid-with-single-rule/llms.txt): Example code for Axis
- [Axis/multiple-axis-same-placement-bottom](https://next.layerchart.com/docs/components/Axis/multiple-axis-same-placement-bottom/llms.txt): Example code for Axis
- [Axis/multiple-axis-same-placement-right](https://next.layerchart.com/docs/components/Axis/multiple-axis-same-placement-right/llms.txt): Example code for Axis
- [Axis/override-axis-ticks-scale](https://next.layerchart.com/docs/components/Axis/override-axis-ticks-scale/llms.txt): Example code for Axis
- [Axis/placement-bottom-left-rule](https://next.layerchart.com/docs/components/Axis/placement-bottom-left-rule/llms.txt): Example code for Axis
- [Axis/placement-bottom-left](https://next.layerchart.com/docs/components/Axis/placement-bottom-left/llms.txt): Example code for Axis
- [Axis/placement-top-right-rule](https://next.layerchart.com/docs/components/Axis/placement-top-right-rule/llms.txt): Example code for Axis
- [Axis/placement-top-right](https://next.layerchart.com/docs/components/Axis/placement-top-right/llms.txt): Example code for Axis
- [Axis/radial-grid](https://next.layerchart.com/docs/components/Axis/radial-grid/llms.txt): Example code for Axis
- [Axis/radial-rule](https://next.layerchart.com/docs/components/Axis/radial-rule/llms.txt): Example code for Axis
- [Axis/remove-tick-marks](https://next.layerchart.com/docs/components/Axis/remove-tick-marks/llms.txt): Example code for Axis
- [Axis/rotate-labels](https://next.layerchart.com/docs/components/Axis/rotate-labels/llms.txt): Example code for Axis
- [Axis/tick-count](https://next.layerchart.com/docs/components/Axis/tick-count/llms.txt): Example code for Axis
- [Axis/tick-label-styling](https://next.layerchart.com/docs/components/Axis/tick-label-styling/llms.txt): Example code for Axis
- [Axis/tick-spacing](https://next.layerchart.com/docs/components/Axis/tick-spacing/llms.txt): Example code for Axis
- [Axis/time-scale-auto-format-filtering](https://next.layerchart.com/docs/components/Axis/time-scale-auto-format-filtering/llms.txt): Example code for Axis
- [Axis/time-scale-auto-multiline](https://next.layerchart.com/docs/components/Axis/time-scale-auto-multiline/llms.txt): Example code for Axis
- [Axis/time-scale-auto](https://next.layerchart.com/docs/components/Axis/time-scale-auto/llms.txt): Example code for Axis
- [Axis/time-scale-brush-multiline](https://next.layerchart.com/docs/components/Axis/time-scale-brush-multiline/llms.txt): Example code for Axis
- [Axis/time-scale-brush](https://next.layerchart.com/docs/components/Axis/time-scale-brush/llms.txt): Example code for Axis
- [Axis/time-scale-explicit-multiline](https://next.layerchart.com/docs/components/Axis/time-scale-explicit-multiline/llms.txt): Example code for Axis
- [Axis/time-scale-explicit](https://next.layerchart.com/docs/components/Axis/time-scale-explicit/llms.txt): Example code for Axis
- [BarChart/axis-labels-inside-bars-using-labels](https://next.layerchart.com/docs/components/BarChart/axis-labels-inside-bars-using-labels/llms.txt): Example code for BarChart
- [BarChart/axis-labels-inside-bars](https://next.layerchart.com/docs/components/BarChart/axis-labels-inside-bars/llms.txt): Example code for BarChart
- [BarChart/both-axis-grid-align-between](https://next.layerchart.com/docs/components/BarChart/both-axis-grid-align-between/llms.txt): Example code for BarChart
- [BarChart/both-axis-grid](https://next.layerchart.com/docs/components/BarChart/both-axis-grid/llms.txt): Example code for BarChart
- [BarChart/brush-band](https://next.layerchart.com/docs/components/BarChart/brush-band/llms.txt): Example code for BarChart
- [BarChart/brush-pan-zoom-band](https://next.layerchart.com/docs/components/BarChart/brush-pan-zoom-band/llms.txt): Example code for BarChart
- [BarChart/brush-pan-zoom](https://next.layerchart.com/docs/components/BarChart/brush-pan-zoom/llms.txt): Example code for BarChart
- [BarChart/brush](https://next.layerchart.com/docs/components/BarChart/brush/llms.txt): Example code for BarChart
- [BarChart/color-bars-class](https://next.layerchart.com/docs/components/BarChart/color-bars-class/llms.txt): Example code for BarChart
- [BarChart/color-per-value](https://next.layerchart.com/docs/components/BarChart/color-per-value/llms.txt): Example code for BarChart
- [BarChart/color-threshold](https://next.layerchart.com/docs/components/BarChart/color-threshold/llms.txt): Example code for BarChart
- [BarChart/color-using-scale](https://next.layerchart.com/docs/components/BarChart/color-using-scale/llms.txt): Example code for BarChart
- [BarChart/company-race](https://next.layerchart.com/docs/components/BarChart/company-race/llms.txt): Example code for BarChart
- [BarChart/custom-chart](https://next.layerchart.com/docs/components/BarChart/custom-chart/llms.txt): Example code for BarChart
- [BarChart/custom-tooltip](https://next.layerchart.com/docs/components/BarChart/custom-tooltip/llms.txt): Example code for BarChart
- [BarChart/duration-bars-color](https://next.layerchart.com/docs/components/BarChart/duration-bars-color/llms.txt): Example code for BarChart
- [BarChart/duration-bars-dense-lanes](https://next.layerchart.com/docs/components/BarChart/duration-bars-dense-lanes/llms.txt): Example code for BarChart
- [BarChart/duration-bars-dense](https://next.layerchart.com/docs/components/BarChart/duration-bars-dense/llms.txt): Example code for BarChart
- [BarChart/duration-bars-lanes](https://next.layerchart.com/docs/components/BarChart/duration-bars-lanes/llms.txt): Example code for BarChart
- [BarChart/duration-bars](https://next.layerchart.com/docs/components/BarChart/duration-bars/llms.txt): Example code for BarChart
- [BarChart/duration-civilization-timeline-dense](https://next.layerchart.com/docs/components/BarChart/duration-civilization-timeline-dense/llms.txt): Example code for BarChart
- [BarChart/duration-civilization-timeline](https://next.layerchart.com/docs/components/BarChart/duration-civilization-timeline/llms.txt): Example code for BarChart
- [BarChart/duration-labels](https://next.layerchart.com/docs/components/BarChart/duration-labels/llms.txt): Example code for BarChart
- [BarChart/duration-points-color](https://next.layerchart.com/docs/components/BarChart/duration-points-color/llms.txt): Example code for BarChart
- [BarChart/duration-points](https://next.layerchart.com/docs/components/BarChart/duration-points/llms.txt): Example code for BarChart
- [BarChart/duration](https://next.layerchart.com/docs/components/BarChart/duration/llms.txt): Example code for BarChart
- [BarChart/dynamic-height](https://next.layerchart.com/docs/components/BarChart/dynamic-height/llms.txt): Example code for BarChart
- [BarChart/gradient](https://next.layerchart.com/docs/components/BarChart/gradient/llms.txt): Example code for BarChart
- [BarChart/group-series-bar-click](https://next.layerchart.com/docs/components/BarChart/group-series-bar-click/llms.txt): Example code for BarChart
- [BarChart/group-series-horizontal](https://next.layerchart.com/docs/components/BarChart/group-series-horizontal/llms.txt): Example code for BarChart
- [BarChart/group-series-labels](https://next.layerchart.com/docs/components/BarChart/group-series-labels/llms.txt): Example code for BarChart
- [BarChart/group-series-series-long-data](https://next.layerchart.com/docs/components/BarChart/group-series-series-long-data/llms.txt): Example code for BarChart
- [BarChart/group-series](https://next.layerchart.com/docs/components/BarChart/group-series/llms.txt): Example code for BarChart
- [BarChart/highlight-below-marks](https://next.layerchart.com/docs/components/BarChart/highlight-below-marks/llms.txt): Example code for BarChart
- [BarChart/histogram-date-time-count](https://next.layerchart.com/docs/components/BarChart/histogram-date-time-count/llms.txt): Example code for BarChart
- [BarChart/histogram-date-time-interval](https://next.layerchart.com/docs/components/BarChart/histogram-date-time-interval/llms.txt): Example code for BarChart
- [BarChart/histogram-horizontal](https://next.layerchart.com/docs/components/BarChart/histogram-horizontal/llms.txt): Example code for BarChart
- [BarChart/histogram-random-distribution](https://next.layerchart.com/docs/components/BarChart/histogram-random-distribution/llms.txt): Example code for BarChart
- [BarChart/histogram-vertical](https://next.layerchart.com/docs/components/BarChart/histogram-vertical/llms.txt): Example code for BarChart
- [BarChart/horizontal](https://next.layerchart.com/docs/components/BarChart/horizontal/llms.txt): Example code for BarChart
- [BarChart/labels-inside-placement](https://next.layerchart.com/docs/components/BarChart/labels-inside-placement/llms.txt): Example code for BarChart
- [BarChart/labels-placement](https://next.layerchart.com/docs/components/BarChart/labels-placement/llms.txt): Example code for BarChart
- [BarChart/labels](https://next.layerchart.com/docs/components/BarChart/labels/llms.txt): Example code for BarChart
- [BarChart/language-race](https://next.layerchart.com/docs/components/BarChart/language-race/llms.txt): Example code for BarChart
- [BarChart/legend-custom-labels](https://next.layerchart.com/docs/components/BarChart/legend-custom-labels/llms.txt): Example code for BarChart
- [BarChart/legend-group-series](https://next.layerchart.com/docs/components/BarChart/legend-group-series/llms.txt): Example code for BarChart
- [BarChart/legend-placement](https://next.layerchart.com/docs/components/BarChart/legend-placement/llms.txt): Example code for BarChart
- [BarChart/legend-stack-series](https://next.layerchart.com/docs/components/BarChart/legend-stack-series/llms.txt): Example code for BarChart
- [BarChart/line-annotation](https://next.layerchart.com/docs/components/BarChart/line-annotation/llms.txt): Example code for BarChart
- [BarChart/motion-tween](https://next.layerchart.com/docs/components/BarChart/motion-tween/llms.txt): Example code for BarChart
- [BarChart/oscilloscope-frequency](https://next.layerchart.com/docs/components/BarChart/oscilloscope-frequency/llms.txt): Example code for BarChart
- [BarChart/override-axis-ticks-with-custom-scale](https://next.layerchart.com/docs/components/BarChart/override-axis-ticks-with-custom-scale/llms.txt): Example code for BarChart
- [BarChart/pan-zoom-band](https://next.layerchart.com/docs/components/BarChart/pan-zoom-band/llms.txt): Example code for BarChart
- [BarChart/pan-zoom-domain-extent](https://next.layerchart.com/docs/components/BarChart/pan-zoom-domain-extent/llms.txt): Example code for BarChart
- [BarChart/pan-zoom-scale-extent](https://next.layerchart.com/docs/components/BarChart/pan-zoom-scale-extent/llms.txt): Example code for BarChart
- [BarChart/pan-zoom](https://next.layerchart.com/docs/components/BarChart/pan-zoom/llms.txt): Example code for BarChart
- [BarChart/point-annotation](https://next.layerchart.com/docs/components/BarChart/point-annotation/llms.txt): Example code for BarChart
- [BarChart/radial-horizontal-color-per-value](https://next.layerchart.com/docs/components/BarChart/radial-horizontal-color-per-value/llms.txt): Example code for BarChart
- [BarChart/radial-horizontal-duration](https://next.layerchart.com/docs/components/BarChart/radial-horizontal-duration/llms.txt): Example code for BarChart
- [BarChart/radial-horizontal-grid-between](https://next.layerchart.com/docs/components/BarChart/radial-horizontal-grid-between/llms.txt): Example code for BarChart
- [BarChart/radial-horizontal](https://next.layerchart.com/docs/components/BarChart/radial-horizontal/llms.txt): Example code for BarChart
- [BarChart/radial-vertical-arcpadding](https://next.layerchart.com/docs/components/BarChart/radial-vertical-arcpadding/llms.txt): Example code for BarChart
- [BarChart/radial-vertical-yrange](https://next.layerchart.com/docs/components/BarChart/radial-vertical-yrange/llms.txt): Example code for BarChart
- [BarChart/radial-vertical](https://next.layerchart.com/docs/components/BarChart/radial-vertical/llms.txt): Example code for BarChart
- [BarChart/radial-weather](https://next.layerchart.com/docs/components/BarChart/radial-weather/llms.txt): Example code for BarChart
- [BarChart/range-annotation-multiple](https://next.layerchart.com/docs/components/BarChart/range-annotation-multiple/llms.txt): Example code for BarChart
- [BarChart/range-annotation-single](https://next.layerchart.com/docs/components/BarChart/range-annotation-single/llms.txt): Example code for BarChart
- [BarChart/range-annotation-value](https://next.layerchart.com/docs/components/BarChart/range-annotation-value/llms.txt): Example code for BarChart
- [BarChart/remove-rounding](https://next.layerchart.com/docs/components/BarChart/remove-rounding/llms.txt): Example code for BarChart
- [BarChart/scale-override](https://next.layerchart.com/docs/components/BarChart/scale-override/llms.txt): Example code for BarChart
- [BarChart/series-data](https://next.layerchart.com/docs/components/BarChart/series-data/llms.txt): Example code for BarChart
- [BarChart/series-diverging](https://next.layerchart.com/docs/components/BarChart/series-diverging/llms.txt): Example code for BarChart
- [BarChart/series-horizontal-diverging-as-percent](https://next.layerchart.com/docs/components/BarChart/series-horizontal-diverging-as-percent/llms.txt): Example code for BarChart
- [BarChart/series-horizontal-diverging](https://next.layerchart.com/docs/components/BarChart/series-horizontal-diverging/llms.txt): Example code for BarChart
- [BarChart/series-horizontal-labels](https://next.layerchart.com/docs/components/BarChart/series-horizontal-labels/llms.txt): Example code for BarChart
- [BarChart/series-horizontal](https://next.layerchart.com/docs/components/BarChart/series-horizontal/llms.txt): Example code for BarChart
- [BarChart/series-stack-separate-data](https://next.layerchart.com/docs/components/BarChart/series-stack-separate-data/llms.txt): Example code for BarChart
- [BarChart/series](https://next.layerchart.com/docs/components/BarChart/series/llms.txt): Example code for BarChart
- [BarChart/single-axis-x](https://next.layerchart.com/docs/components/BarChart/single-axis-x/llms.txt): Example code for BarChart
- [BarChart/single-axis-y](https://next.layerchart.com/docs/components/BarChart/single-axis-y/llms.txt): Example code for BarChart
- [BarChart/single-dimension](https://next.layerchart.com/docs/components/BarChart/single-dimension/llms.txt): Example code for BarChart
- [BarChart/single-stack-with-indicator](https://next.layerchart.com/docs/components/BarChart/single-stack-with-indicator/llms.txt): Example code for BarChart
- [BarChart/sparkbar-fixed-position-tooltip](https://next.layerchart.com/docs/components/BarChart/sparkbar-fixed-position-tooltip/llms.txt): Example code for BarChart
- [BarChart/sparkbar-negative-data](https://next.layerchart.com/docs/components/BarChart/sparkbar-negative-data/llms.txt): Example code for BarChart
- [BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight](https://next.layerchart.com/docs/components/BarChart/sparkbar-within-a-paragraph-with-tooltip-and-highlight/llms.txt): Example code for BarChart
- [BarChart/sparkbar-within-a-paragraph](https://next.layerchart.com/docs/components/BarChart/sparkbar-within-a-paragraph/llms.txt): Example code for BarChart
- [BarChart/sparkbar](https://next.layerchart.com/docs/components/BarChart/sparkbar/llms.txt): Example code for BarChart
- [BarChart/stack-series-diverging](https://next.layerchart.com/docs/components/BarChart/stack-series-diverging/llms.txt): Example code for BarChart
- [BarChart/stack-series-expand](https://next.layerchart.com/docs/components/BarChart/stack-series-expand/llms.txt): Example code for BarChart
- [BarChart/stack-series-horizontal](https://next.layerchart.com/docs/components/BarChart/stack-series-horizontal/llms.txt): Example code for BarChart
- [BarChart/stack-series-padded](https://next.layerchart.com/docs/components/BarChart/stack-series-padded/llms.txt): Example code for BarChart
- [BarChart/stack-series](https://next.layerchart.com/docs/components/BarChart/stack-series/llms.txt): Example code for BarChart
- [BarChart/time-scale-interval-horizontal](https://next.layerchart.com/docs/components/BarChart/time-scale-interval-horizontal/llms.txt): Example code for BarChart
- [BarChart/time-scale-interval-with-inset](https://next.layerchart.com/docs/components/BarChart/time-scale-interval-with-inset/llms.txt): Example code for BarChart
- [BarChart/time-scale-interval](https://next.layerchart.com/docs/components/BarChart/time-scale-interval/llms.txt): Example code for BarChart
- [BarChart/tooltip-click](https://next.layerchart.com/docs/components/BarChart/tooltip-click/llms.txt): Example code for BarChart
- [BarChart/vertical-default](https://next.layerchart.com/docs/components/BarChart/vertical-default/llms.txt): Example code for BarChart
- [BarChart/vertical-fixed-width](https://next.layerchart.com/docs/components/BarChart/vertical-fixed-width/llms.txt): Example code for BarChart
- [BarChart/waterfall](https://next.layerchart.com/docs/components/BarChart/waterfall/llms.txt): Example code for BarChart
- [Bars/horizontal-average-annotation-rule](https://next.layerchart.com/docs/components/Bars/horizontal-average-annotation-rule/llms.txt): Example code for Bars
- [Bars/horizontal-basic](https://next.layerchart.com/docs/components/Bars/horizontal-basic/llms.txt): Example code for Bars
- [Bars/horizontal-calculated-value-domain-negative](https://next.layerchart.com/docs/components/Bars/horizontal-calculated-value-domain-negative/llms.txt): Example code for Bars
- [Bars/horizontal-calculated-value-domain-positive](https://next.layerchart.com/docs/components/Bars/horizontal-calculated-value-domain-positive/llms.txt): Example code for Bars
- [Bars/horizontal-candlestick-bars](https://next.layerchart.com/docs/components/Bars/horizontal-candlestick-bars/llms.txt): Example code for Bars
- [Bars/horizontal-click-handler](https://next.layerchart.com/docs/components/Bars/horizontal-click-handler/llms.txt): Example code for Bars
- [Bars/horizontal-customize-individual-styles](https://next.layerchart.com/docs/components/Bars/horizontal-customize-individual-styles/llms.txt): Example code for Bars
- [Bars/horizontal-gradient](https://next.layerchart.com/docs/components/Bars/horizontal-gradient/llms.txt): Example code for Bars
- [Bars/horizontal-grouped-and-stacked](https://next.layerchart.com/docs/components/Bars/horizontal-grouped-and-stacked/llms.txt): Example code for Bars
- [Bars/horizontal-grouped-stacked-or-both-transition](https://next.layerchart.com/docs/components/Bars/horizontal-grouped-stacked-or-both-transition/llms.txt): Example code for Bars
- [Bars/horizontal-grouped](https://next.layerchart.com/docs/components/Bars/horizontal-grouped/llms.txt): Example code for Bars
- [Bars/horizontal-highlight-individual-bar-line](https://next.layerchart.com/docs/components/Bars/horizontal-highlight-individual-bar-line/llms.txt): Example code for Bars
- [Bars/horizontal-highlight-individual-bar](https://next.layerchart.com/docs/components/Bars/horizontal-highlight-individual-bar/llms.txt): Example code for Bars
- [Bars/horizontal-inside-labels](https://next.layerchart.com/docs/components/Bars/horizontal-inside-labels/llms.txt): Example code for Bars
- [Bars/horizontal-limit-ticks-count](https://next.layerchart.com/docs/components/Bars/horizontal-limit-ticks-count/llms.txt): Example code for Bars
- [Bars/horizontal-limit-ticks-second-scale](https://next.layerchart.com/docs/components/Bars/horizontal-limit-ticks-second-scale/llms.txt): Example code for Bars
- [Bars/horizontal-multiple-diverging](https://next.layerchart.com/docs/components/Bars/horizontal-multiple-diverging/llms.txt): Example code for Bars
- [Bars/horizontal-multiple-overlapping](https://next.layerchart.com/docs/components/Bars/horizontal-multiple-overlapping/llms.txt): Example code for Bars
- [Bars/horizontal-outside-labels-default](https://next.layerchart.com/docs/components/Bars/horizontal-outside-labels-default/llms.txt): Example code for Bars
- [Bars/horizontal-rounded-right-only](https://next.layerchart.com/docs/components/Bars/horizontal-rounded-right-only/llms.txt): Example code for Bars
- [Bars/horizontal-stacked-percent](https://next.layerchart.com/docs/components/Bars/horizontal-stacked-percent/llms.txt): Example code for Bars
- [Bars/horizontal-stacked](https://next.layerchart.com/docs/components/Bars/horizontal-stacked/llms.txt): Example code for Bars
- [Bars/horizontal-stagger-tween-on-mount](https://next.layerchart.com/docs/components/Bars/horizontal-stagger-tween-on-mount/llms.txt): Example code for Bars
- [Bars/horizontal-time-scale-with-inset](https://next.layerchart.com/docs/components/Bars/horizontal-time-scale-with-inset/llms.txt): Example code for Bars
- [Bars/horizontal-time-scale-with-interval](https://next.layerchart.com/docs/components/Bars/horizontal-time-scale-with-interval/llms.txt): Example code for Bars
- [Bars/horizontal-time-scale-with-missing-data](https://next.layerchart.com/docs/components/Bars/horizontal-time-scale-with-missing-data/llms.txt): Example code for Bars
- [Bars/horizontal-tooltip-and-bar-highlight](https://next.layerchart.com/docs/components/Bars/horizontal-tooltip-and-bar-highlight/llms.txt): Example code for Bars
- [Bars/horizontal-tooltip-and-click-handlers-for-individual-stack-grouped-bar](https://next.layerchart.com/docs/components/Bars/horizontal-tooltip-and-click-handlers-for-individual-stack-grouped-bar/llms.txt): Example code for Bars
- [Bars/horizontal-tooltip-and-clipped-highlight](https://next.layerchart.com/docs/components/Bars/horizontal-tooltip-and-clipped-highlight/llms.txt): Example code for Bars
- [Bars/horizontal-tooltip-and-highlight](https://next.layerchart.com/docs/components/Bars/horizontal-tooltip-and-highlight/llms.txt): Example code for Bars
- [Bars/horizontal-tween-on-mount](https://next.layerchart.com/docs/components/Bars/horizontal-tween-on-mount/llms.txt): Example code for Bars
- [Bars/horizontal-with-grid-on-top-mix-blend](https://next.layerchart.com/docs/components/Bars/horizontal-with-grid-on-top-mix-blend/llms.txt): Example code for Bars
- [Bars/horizontal-with-grid-on-top](https://next.layerchart.com/docs/components/Bars/horizontal-with-grid-on-top/llms.txt): Example code for Bars
- [Bars/vertical-average-annotation-rule](https://next.layerchart.com/docs/components/Bars/vertical-average-annotation-rule/llms.txt): Example code for Bars
- [Bars/vertical-basic](https://next.layerchart.com/docs/components/Bars/vertical-basic/llms.txt): Example code for Bars
- [Bars/vertical-calculated-value-domain-negative](https://next.layerchart.com/docs/components/Bars/vertical-calculated-value-domain-negative/llms.txt): Example code for Bars
- [Bars/vertical-calculated-value-domain-positive](https://next.layerchart.com/docs/components/Bars/vertical-calculated-value-domain-positive/llms.txt): Example code for Bars
- [Bars/vertical-click-handler](https://next.layerchart.com/docs/components/Bars/vertical-click-handler/llms.txt): Example code for Bars
- [Bars/vertical-customize-individual-styles](https://next.layerchart.com/docs/components/Bars/vertical-customize-individual-styles/llms.txt): Example code for Bars
- [Bars/vertical-fixed-width](https://next.layerchart.com/docs/components/Bars/vertical-fixed-width/llms.txt): Example code for Bars
- [Bars/vertical-gradient](https://next.layerchart.com/docs/components/Bars/vertical-gradient/llms.txt): Example code for Bars
- [Bars/vertical-grouped-and-stacked](https://next.layerchart.com/docs/components/Bars/vertical-grouped-and-stacked/llms.txt): Example code for Bars
- [Bars/vertical-grouped-stacked-or-both-transition](https://next.layerchart.com/docs/components/Bars/vertical-grouped-stacked-or-both-transition/llms.txt): Example code for Bars
- [Bars/vertical-grouped](https://next.layerchart.com/docs/components/Bars/vertical-grouped/llms.txt): Example code for Bars
- [Bars/vertical-highlight-individual-bar-line](https://next.layerchart.com/docs/components/Bars/vertical-highlight-individual-bar-line/llms.txt): Example code for Bars
- [Bars/vertical-highlight-individual-bar](https://next.layerchart.com/docs/components/Bars/vertical-highlight-individual-bar/llms.txt): Example code for Bars
- [Bars/vertical-inside-labels](https://next.layerchart.com/docs/components/Bars/vertical-inside-labels/llms.txt): Example code for Bars
- [Bars/vertical-limit-ticks-count](https://next.layerchart.com/docs/components/Bars/vertical-limit-ticks-count/llms.txt): Example code for Bars
- [Bars/vertical-limit-ticks-second-scale](https://next.layerchart.com/docs/components/Bars/vertical-limit-ticks-second-scale/llms.txt): Example code for Bars
- [Bars/vertical-multiple-diverging-rounded-specific](https://next.layerchart.com/docs/components/Bars/vertical-multiple-diverging-rounded-specific/llms.txt): Example code for Bars
- [Bars/vertical-multiple-diverging](https://next.layerchart.com/docs/components/Bars/vertical-multiple-diverging/llms.txt): Example code for Bars
- [Bars/vertical-multiple-overlapping](https://next.layerchart.com/docs/components/Bars/vertical-multiple-overlapping/llms.txt): Example code for Bars
- [Bars/vertical-outside-labels-default](https://next.layerchart.com/docs/components/Bars/vertical-outside-labels-default/llms.txt): Example code for Bars
- [Bars/vertical-rounded-top-only](https://next.layerchart.com/docs/components/Bars/vertical-rounded-top-only/llms.txt): Example code for Bars
- [Bars/vertical-stacked-percent](https://next.layerchart.com/docs/components/Bars/vertical-stacked-percent/llms.txt): Example code for Bars
- [Bars/vertical-stacked](https://next.layerchart.com/docs/components/Bars/vertical-stacked/llms.txt): Example code for Bars
- [Bars/vertical-stagger-tween-on-mount-rounded-edge](https://next.layerchart.com/docs/components/Bars/vertical-stagger-tween-on-mount-rounded-edge/llms.txt): Example code for Bars
- [Bars/vertical-stagger-tween-on-mount](https://next.layerchart.com/docs/components/Bars/vertical-stagger-tween-on-mount/llms.txt): Example code for Bars
- [Bars/vertical-time-scale-with-inset](https://next.layerchart.com/docs/components/Bars/vertical-time-scale-with-inset/llms.txt): Example code for Bars
- [Bars/vertical-time-scale-with-interval-months](https://next.layerchart.com/docs/components/Bars/vertical-time-scale-with-interval-months/llms.txt): Example code for Bars
- [Bars/vertical-time-scale-with-interval](https://next.layerchart.com/docs/components/Bars/vertical-time-scale-with-interval/llms.txt): Example code for Bars
- [Bars/vertical-time-scale-with-missing-data](https://next.layerchart.com/docs/components/Bars/vertical-time-scale-with-missing-data/llms.txt): Example code for Bars
- [Bars/vertical-tooltip-and-bar-highlight](https://next.layerchart.com/docs/components/Bars/vertical-tooltip-and-bar-highlight/llms.txt): Example code for Bars
- [Bars/vertical-tooltip-and-click-handlers-for-individual-stack-grouped-bar](https://next.layerchart.com/docs/components/Bars/vertical-tooltip-and-click-handlers-for-individual-stack-grouped-bar/llms.txt): Example code for Bars
- [Bars/vertical-tooltip-and-clipped-highlight](https://next.layerchart.com/docs/components/Bars/vertical-tooltip-and-clipped-highlight/llms.txt): Example code for Bars
- [Bars/vertical-tooltip-and-highlight](https://next.layerchart.com/docs/components/Bars/vertical-tooltip-and-highlight/llms.txt): Example code for Bars
- [Bars/vertical-tween-on-mount-rounded-edge](https://next.layerchart.com/docs/components/Bars/vertical-tween-on-mount-rounded-edge/llms.txt): Example code for Bars
- [Bars/vertical-tween-on-mount](https://next.layerchart.com/docs/components/Bars/vertical-tween-on-mount/llms.txt): Example code for Bars
- [Bars/vertical-with-grid-on-top-mix-blend](https://next.layerchart.com/docs/components/Bars/vertical-with-grid-on-top-mix-blend/llms.txt): Example code for Bars
- [Bars/vertical-with-grid-on-top](https://next.layerchart.com/docs/components/Bars/vertical-with-grid-on-top/llms.txt): Example code for Bars
- [BoxPlot/basic](https://next.layerchart.com/docs/components/BoxPlot/basic/llms.txt): Example code for BoxPlot
- [BoxPlot/horizontal](https://next.layerchart.com/docs/components/BoxPlot/horizontal/llms.txt): Example code for BoxPlot
- [BoxPlot/pre-computed](https://next.layerchart.com/docs/components/BoxPlot/pre-computed/llms.txt): Example code for BoxPlot
- [BoxPlot/styled](https://next.layerchart.com/docs/components/BoxPlot/styled/llms.txt): Example code for BoxPlot
- [BoxPlot/with-tooltip](https://next.layerchart.com/docs/components/BoxPlot/with-tooltip/llms.txt): Example code for BoxPlot
- [BoxPlot/with-violin](https://next.layerchart.com/docs/components/BoxPlot/with-violin/llms.txt): Example code for BoxPlot
- [BrushContext/basic](https://next.layerchart.com/docs/components/BrushContext/basic/llms.txt): Example code for BrushContext
- [BrushContext/constant-labels](https://next.layerchart.com/docs/components/BrushContext/constant-labels/llms.txt): Example code for BrushContext
- [BrushContext/handle-arrows](https://next.layerchart.com/docs/components/BrushContext/handle-arrows/llms.txt): Example code for BrushContext
- [BrushContext/handle-labels](https://next.layerchart.com/docs/components/BrushContext/handle-labels/llms.txt): Example code for BrushContext
- [BrushContext/integrated-brush-(both-axis-area)](https://next.layerchart.com/docs/components/BrushContext/integrated-brush-(both-axis-area)/llms.txt): Example code for BrushContext
- [BrushContext/integrated-brush-(x-axis)](https://next.layerchart.com/docs/components/BrushContext/integrated-brush-(x-axis)/llms.txt): Example code for BrushContext
- [BrushContext/integrated-brush-(y-axis)](https://next.layerchart.com/docs/components/BrushContext/integrated-brush-(y-axis)/llms.txt): Example code for BrushContext
- [BrushContext/max-window](https://next.layerchart.com/docs/components/BrushContext/max-window/llms.txt): Example code for BrushContext
- [BrushContext/min-max-extent](https://next.layerchart.com/docs/components/BrushContext/min-max-extent/llms.txt): Example code for BrushContext
- [BrushContext/minimap](https://next.layerchart.com/docs/components/BrushContext/minimap/llms.txt): Example code for BrushContext
- [BrushContext/programmatic-control](https://next.layerchart.com/docs/components/BrushContext/programmatic-control/llms.txt): Example code for BrushContext
- [BrushContext/selection](https://next.layerchart.com/docs/components/BrushContext/selection/llms.txt): Example code for BrushContext
- [BrushContext/separate-chart-(clip-data)](https://next.layerchart.com/docs/components/BrushContext/separate-chart-(clip-data)/llms.txt): Example code for BrushContext
- [BrushContext/separate-chart-(clip-data-y-axis)](https://next.layerchart.com/docs/components/BrushContext/separate-chart-(clip-data-y-axis)/llms.txt): Example code for BrushContext
- [BrushContext/separate-chart-(filter-data)](https://next.layerchart.com/docs/components/BrushContext/separate-chart-(filter-data)/llms.txt): Example code for BrushContext
- [BrushContext/simple-styling](https://next.layerchart.com/docs/components/BrushContext/simple-styling/llms.txt): Example code for BrushContext
- [BrushContext/snap-to-month](https://next.layerchart.com/docs/components/BrushContext/snap-to-month/llms.txt): Example code for BrushContext
- [BrushContext/striped-background](https://next.layerchart.com/docs/components/BrushContext/striped-background/llms.txt): Example code for BrushContext
- [BrushContext/synced-brushes](https://next.layerchart.com/docs/components/BrushContext/synced-brushes/llms.txt): Example code for BrushContext
- [BrushContext/tooltip-interop](https://next.layerchart.com/docs/components/BrushContext/tooltip-interop/llms.txt): Example code for BrushContext
- [Calendar/90-days](https://next.layerchart.com/docs/components/Calendar/90-days/llms.txt): Example code for Calendar
- [Calendar/basic](https://next.layerchart.com/docs/components/Calendar/basic/llms.txt): Example code for Calendar
- [Calendar/fixed-cell-size](https://next.layerchart.com/docs/components/Calendar/fixed-cell-size/llms.txt): Example code for Calendar
- [Calendar/html-with-padding](https://next.layerchart.com/docs/components/Calendar/html-with-padding/llms.txt): Example code for Calendar
- [Calendar/last-month](https://next.layerchart.com/docs/components/Calendar/last-month/llms.txt): Example code for Calendar
- [Calendar/multiple-years](https://next.layerchart.com/docs/components/Calendar/multiple-years/llms.txt): Example code for Calendar
- [Calendar/responsive-cell-size-default](https://next.layerchart.com/docs/components/Calendar/responsive-cell-size-default/llms.txt): Example code for Calendar
- [Calendar/rounded-cells](https://next.layerchart.com/docs/components/Calendar/rounded-cells/llms.txt): Example code for Calendar
- [Cell/basic](https://next.layerchart.com/docs/components/Cell/basic/llms.txt): Example code for Cell
- [Cell/circle](https://next.layerchart.com/docs/components/Cell/circle/llms.txt): Example code for Cell
- [Cell/color-scale](https://next.layerchart.com/docs/components/Cell/color-scale/llms.txt): Example code for Cell
- [Cell/punchcard](https://next.layerchart.com/docs/components/Cell/punchcard/llms.txt): Example code for Cell
- [Cell/rounded-insets](https://next.layerchart.com/docs/components/Cell/rounded-insets/llms.txt): Example code for Cell
- [Chart/compound-common-scale-with-extra-marks](https://next.layerchart.com/docs/components/Chart/compound-common-scale-with-extra-marks/llms.txt): Example code for Chart
- [Chart/compound-dual-axis-with-single-chart-using-remapped-scale](https://next.layerchart.com/docs/components/Chart/compound-dual-axis-with-single-chart-using-remapped-scale/llms.txt): Example code for Chart
- [Chart/compound-dual-axis-with-stacked-charts](https://next.layerchart.com/docs/components/Chart/compound-dual-axis-with-stacked-charts/llms.txt): Example code for Chart
- [Chart/compound-separate-scales-with-stacked-charts-and-overridden-marks](https://next.layerchart.com/docs/components/Chart/compound-separate-scales-with-stacked-charts-and-overridden-marks/llms.txt): Example code for Chart
- [Chart/compound-separate-scales-with-stacked-charts-with-inverted-range-top-down](https://next.layerchart.com/docs/components/Chart/compound-separate-scales-with-stacked-charts-with-inverted-range-top-down/llms.txt): Example code for Chart
- [Chart/data-chart-multi](https://next.layerchart.com/docs/components/Chart/data-chart-multi/llms.txt): Example code for Chart
- [Chart/data-chart-single](https://next.layerchart.com/docs/components/Chart/data-chart-single/llms.txt): Example code for Chart
- [Chart/data-mark-data](https://next.layerchart.com/docs/components/Chart/data-mark-data/llms.txt): Example code for Chart
- [Chart/data-primitive-data](https://next.layerchart.com/docs/components/Chart/data-primitive-data/llms.txt): Example code for Chart
- [Chart/data-series-chart-data](https://next.layerchart.com/docs/components/Chart/data-series-chart-data/llms.txt): Example code for Chart
- [Chart/data-series-separate-data](https://next.layerchart.com/docs/components/Chart/data-series-separate-data/llms.txt): Example code for Chart
- [Chord/basic](https://next.layerchart.com/docs/components/Chord/basic/llms.txt): Example code for Chord
- [Chord/directed](https://next.layerchart.com/docs/components/Chord/directed/llms.txt): Example code for Chord
- [Chord/gradient](https://next.layerchart.com/docs/components/Chord/gradient/llms.txt): Example code for Chord
- [Chord/hover](https://next.layerchart.com/docs/components/Chord/hover/llms.txt): Example code for Chord
- [Chord/ticks](https://next.layerchart.com/docs/components/Chord/ticks/llms.txt): Example code for Chord
- [Circle/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Circle/color-via-ordinal-scale/llms.txt): Example code for Circle
- [Circle/color-via-threshold-scale](https://next.layerchart.com/docs/components/Circle/color-via-threshold-scale/llms.txt): Example code for Circle
- [Circle/data-mode](https://next.layerchart.com/docs/components/Circle/data-mode/llms.txt): Example code for Circle
- [Circle/styling-using-attributes](https://next.layerchart.com/docs/components/Circle/styling-using-attributes/llms.txt): Example code for Circle
- [Circle/styling-using-classes](https://next.layerchart.com/docs/components/Circle/styling-using-classes/llms.txt): Example code for Circle
- [Circle/styling-using-css-variables](https://next.layerchart.com/docs/components/Circle/styling-using-css-variables/llms.txt): Example code for Circle
- [CircleLegend/basic](https://next.layerchart.com/docs/components/CircleLegend/basic/llms.txt): Example code for CircleLegend
- [CircleLegend/label-placement](https://next.layerchart.com/docs/components/CircleLegend/label-placement/llms.txt): Example code for CircleLegend
- [CircleLegend/scale-types](https://next.layerchart.com/docs/components/CircleLegend/scale-types/llms.txt): Example code for CircleLegend
- [ClipPath/basic](https://next.layerchart.com/docs/components/ClipPath/basic/llms.txt): Example code for ClipPath
- [ClipPath/clip-snippet](https://next.layerchart.com/docs/components/ClipPath/clip-snippet/llms.txt): Example code for ClipPath
- [ClipPath/inverted](https://next.layerchart.com/docs/components/ClipPath/inverted/llms.txt): Example code for ClipPath
- [ClipPath/use-id](https://next.layerchart.com/docs/components/ClipPath/use-id/llms.txt): Example code for ClipPath
- [ColorRamp/basic](https://next.layerchart.com/docs/components/ColorRamp/basic/llms.txt): Example code for ColorRamp
- [ColorRamp/pixelated](https://next.layerchart.com/docs/components/ColorRamp/pixelated/llms.txt): Example code for ColorRamp
- [ColorRamp/schemes](https://next.layerchart.com/docs/components/ColorRamp/schemes/llms.txt): Example code for ColorRamp
- [Contour/sampled-interactive](https://next.layerchart.com/docs/components/Contour/sampled-interactive/llms.txt): Example code for Contour
- [Contour/sampled](https://next.layerchart.com/docs/components/Contour/sampled/llms.txt): Example code for Contour
- [Contour/volcano-filled-interactive](https://next.layerchart.com/docs/components/Contour/volcano-filled-interactive/llms.txt): Example code for Contour
- [Contour/volcano-filled](https://next.layerchart.com/docs/components/Contour/volcano-filled/llms.txt): Example code for Contour
- [Contour/volcano-lines](https://next.layerchart.com/docs/components/Contour/volcano-lines/llms.txt): Example code for Contour
- [Dagre/basic](https://next.layerchart.com/docs/components/Dagre/basic/llms.txt): Example code for Dagre
- [Dagre/playground](https://next.layerchart.com/docs/components/Dagre/playground/llms.txt): Example code for Dagre
- [Dagre/software-user-flow](https://next.layerchart.com/docs/components/Dagre/software-user-flow/llms.txt): Example code for Dagre
- [Dagre/tcp-state-diagram](https://next.layerchart.com/docs/components/Dagre/tcp-state-diagram/llms.txt): Example code for Dagre
- [Density/bandwidth](https://next.layerchart.com/docs/components/Density/bandwidth/llms.txt): Example code for Density
- [Density/basic](https://next.layerchart.com/docs/components/Density/basic/llms.txt): Example code for Density
- [Density/stroke-only](https://next.layerchart.com/docs/components/Density/stroke-only/llms.txt): Example code for Density
- [Density/thresholds](https://next.layerchart.com/docs/components/Density/thresholds/llms.txt): Example code for Density
- [Density/walmart](https://next.layerchart.com/docs/components/Density/walmart/llms.txt): Example code for Density
- [Density/weighted](https://next.layerchart.com/docs/components/Density/weighted/llms.txt): Example code for Density
- [Dodge/anchor](https://next.layerchart.com/docs/components/Dodge/anchor/llms.txt): Example code for Dodge
- [Dodge/bank-failures](https://next.layerchart.com/docs/components/Dodge/bank-failures/llms.txt): Example code for Dodge
- [Dodge/beeswarm](https://next.layerchart.com/docs/components/Dodge/beeswarm/llms.txt): Example code for Dodge
- [Dodge/duration-bars-dense-lanes](https://next.layerchart.com/docs/components/Dodge/duration-bars-dense-lanes/llms.txt): Example code for Dodge
- [Dodge/grouped-horizontal](https://next.layerchart.com/docs/components/Dodge/grouped-horizontal/llms.txt): Example code for Dodge
- [Dodge/grouped-vertical](https://next.layerchart.com/docs/components/Dodge/grouped-vertical/llms.txt): Example code for Dodge
- [Dodge/image-beeswarm](https://next.layerchart.com/docs/components/Dodge/image-beeswarm/llms.txt): Example code for Dodge
- [Dodge/penguins](https://next.layerchart.com/docs/components/Dodge/penguins/llms.txt): Example code for Dodge
- [Dodge/tech-layoffs](https://next.layerchart.com/docs/components/Dodge/tech-layoffs/llms.txt): Example code for Dodge
- [Dodge/text-beeswarm](https://next.layerchart.com/docs/components/Dodge/text-beeswarm/llms.txt): Example code for Dodge
- [Dodge/timeline-bidirectional](https://next.layerchart.com/docs/components/Dodge/timeline-bidirectional/llms.txt): Example code for Dodge
- [Dodge/timeline](https://next.layerchart.com/docs/components/Dodge/timeline/llms.txt): Example code for Dodge
- [Dodge/variable-radius](https://next.layerchart.com/docs/components/Dodge/variable-radius/llms.txt): Example code for Dodge
- [Ellipse/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Ellipse/color-via-ordinal-scale/llms.txt): Example code for Ellipse
- [Ellipse/color-via-threshold-scale](https://next.layerchart.com/docs/components/Ellipse/color-via-threshold-scale/llms.txt): Example code for Ellipse
- [Ellipse/data-mode](https://next.layerchart.com/docs/components/Ellipse/data-mode/llms.txt): Example code for Ellipse
- [Ellipse/styling-using-attributes](https://next.layerchart.com/docs/components/Ellipse/styling-using-attributes/llms.txt): Example code for Ellipse
- [Ellipse/styling-using-classes](https://next.layerchart.com/docs/components/Ellipse/styling-using-classes/llms.txt): Example code for Ellipse
- [Ellipse/styling-using-css-variables](https://next.layerchart.com/docs/components/Ellipse/styling-using-css-variables/llms.txt): Example code for Ellipse
- [ForceSimulation/beeswarm](https://next.layerchart.com/docs/components/ForceSimulation/beeswarm/llms.txt): Example code for ForceSimulation
- [ForceSimulation/collision-detection](https://next.layerchart.com/docs/components/ForceSimulation/collision-detection/llms.txt): Example code for ForceSimulation
- [ForceSimulation/disjoint-graph](https://next.layerchart.com/docs/components/ForceSimulation/disjoint-graph/llms.txt): Example code for ForceSimulation
- [ForceSimulation/games-industry-layoffs](https://next.layerchart.com/docs/components/ForceSimulation/games-industry-layoffs/llms.txt): Example code for ForceSimulation
- [ForceSimulation/graph-drag](https://next.layerchart.com/docs/components/ForceSimulation/graph-drag/llms.txt): Example code for ForceSimulation
- [ForceSimulation/graph-playground](https://next.layerchart.com/docs/components/ForceSimulation/graph-playground/llms.txt): Example code for ForceSimulation
- [ForceSimulation/group](https://next.layerchart.com/docs/components/ForceSimulation/group/llms.txt): Example code for ForceSimulation
- [ForceSimulation/lattice](https://next.layerchart.com/docs/components/ForceSimulation/lattice/llms.txt): Example code for ForceSimulation
- [ForceSimulation/layoffs-by-industry](https://next.layerchart.com/docs/components/ForceSimulation/layoffs-by-industry/llms.txt): Example code for ForceSimulation
- [ForceSimulation/text](https://next.layerchart.com/docs/components/ForceSimulation/text/llms.txt): Example code for ForceSimulation
- [ForceSimulation/tree](https://next.layerchart.com/docs/components/ForceSimulation/tree/llms.txt): Example code for ForceSimulation
- [Frame/basic](https://next.layerchart.com/docs/components/Frame/basic/llms.txt): Example code for Frame
- [Frame/border](https://next.layerchart.com/docs/components/Frame/border/llms.txt): Example code for Frame
- [Frame/full](https://next.layerchart.com/docs/components/Frame/full/llms.txt): Example code for Frame
- [Frame/gradient](https://next.layerchart.com/docs/components/Frame/gradient/llms.txt): Example code for Frame
- [GeoCircle/earthquake-globe](https://next.layerchart.com/docs/components/GeoCircle/earthquake-globe/llms.txt): Example code for GeoCircle
- [GeoCircle/playground](https://next.layerchart.com/docs/components/GeoCircle/playground/llms.txt): Example code for GeoCircle
- [GeoClipPath/basic](https://next.layerchart.com/docs/components/GeoClipPath/basic/llms.txt): Example code for GeoClipPath
- [GeoContext/geojson-preview](https://next.layerchart.com/docs/components/GeoContext/geojson-preview/llms.txt): Example code for GeoContext
- [GeoContext/projection-playground](https://next.layerchart.com/docs/components/GeoContext/projection-playground/llms.txt): Example code for GeoContext
- [GeoContext/shapefile-preview](https://next.layerchart.com/docs/components/GeoContext/shapefile-preview/llms.txt): Example code for GeoContext
- [GeoContext/topojson-preview](https://next.layerchart.com/docs/components/GeoContext/topojson-preview/llms.txt): Example code for GeoContext
- [GeoLegend/basic](https://next.layerchart.com/docs/components/GeoLegend/basic/llms.txt): Example code for GeoLegend
- [GeoLegend/canvas-mode](https://next.layerchart.com/docs/components/GeoLegend/canvas-mode/llms.txt): Example code for GeoLegend
- [GeoLegend/stacked-units](https://next.layerchart.com/docs/components/GeoLegend/stacked-units/llms.txt): Example code for GeoLegend
- [GeoLegend/tick-format](https://next.layerchart.com/docs/components/GeoLegend/tick-format/llms.txt): Example code for GeoLegend
- [GeoLegend/ticks](https://next.layerchart.com/docs/components/GeoLegend/ticks/llms.txt): Example code for GeoLegend
- [GeoLegend/variants](https://next.layerchart.com/docs/components/GeoLegend/variants/llms.txt): Example code for GeoLegend
- [GeoPath/animated-globe](https://next.layerchart.com/docs/components/GeoPath/animated-globe/llms.txt): Example code for GeoPath
- [GeoPath/bubble-map](https://next.layerchart.com/docs/components/GeoPath/bubble-map/llms.txt): Example code for GeoPath
- [GeoPath/choropleth](https://next.layerchart.com/docs/components/GeoPath/choropleth/llms.txt): Example code for GeoPath
- [GeoPath/eclipses-globe](https://next.layerchart.com/docs/components/GeoPath/eclipses-globe/llms.txt): Example code for GeoPath
- [GeoPath/interpolating-projections](https://next.layerchart.com/docs/components/GeoPath/interpolating-projections/llms.txt): Example code for GeoPath
- [GeoPath/paint-brush-selection](https://next.layerchart.com/docs/components/GeoPath/paint-brush-selection/llms.txt): Example code for GeoPath
- [GeoPath/sketchy-globe](https://next.layerchart.com/docs/components/GeoPath/sketchy-globe/llms.txt): Example code for GeoPath
- [GeoPath/spike-map](https://next.layerchart.com/docs/components/GeoPath/spike-map/llms.txt): Example code for GeoPath
- [GeoPath/submarine-cables-globe](https://next.layerchart.com/docs/components/GeoPath/submarine-cables-globe/llms.txt): Example code for GeoPath
- [GeoPath/timezones](https://next.layerchart.com/docs/components/GeoPath/timezones/llms.txt): Example code for GeoPath
- [GeoPath/tooltip](https://next.layerchart.com/docs/components/GeoPath/tooltip/llms.txt): Example code for GeoPath
- [GeoPath/transform-canvas-scale-extent](https://next.layerchart.com/docs/components/GeoPath/transform-canvas-scale-extent/llms.txt): Example code for GeoPath
- [GeoPath/transform-canvas](https://next.layerchart.com/docs/components/GeoPath/transform-canvas/llms.txt): Example code for GeoPath
- [GeoPath/transform-globe-constrain](https://next.layerchart.com/docs/components/GeoPath/transform-globe-constrain/llms.txt): Example code for GeoPath
- [GeoPath/transform-globe-inertia](https://next.layerchart.com/docs/components/GeoPath/transform-globe-inertia/llms.txt): Example code for GeoPath
- [GeoPath/transform-projection](https://next.layerchart.com/docs/components/GeoPath/transform-projection/llms.txt): Example code for GeoPath
- [GeoPath/transform-world-canvas](https://next.layerchart.com/docs/components/GeoPath/transform-world-canvas/llms.txt): Example code for GeoPath
- [GeoPath/transform-world-projection](https://next.layerchart.com/docs/components/GeoPath/transform-world-projection/llms.txt): Example code for GeoPath
- [GeoPath/translucent-globe](https://next.layerchart.com/docs/components/GeoPath/translucent-globe/llms.txt): Example code for GeoPath
- [GeoPath/us-country-map](https://next.layerchart.com/docs/components/GeoPath/us-country-map/llms.txt): Example code for GeoPath
- [GeoPath/us-state-with-counties](https://next.layerchart.com/docs/components/GeoPath/us-state-with-counties/llms.txt): Example code for GeoPath
- [GeoPath/us-state-with-surrounding-states](https://next.layerchart.com/docs/components/GeoPath/us-state-with-surrounding-states/llms.txt): Example code for GeoPath
- [GeoPath/us-state](https://next.layerchart.com/docs/components/GeoPath/us-state/llms.txt): Example code for GeoPath
- [GeoPoint/icons](https://next.layerchart.com/docs/components/GeoPoint/icons/llms.txt): Example code for GeoPoint
- [GeoPoint/us-airports](https://next.layerchart.com/docs/components/GeoPoint/us-airports/llms.txt): Example code for GeoPoint
- [GeoPoint/us-state-capitals](https://next.layerchart.com/docs/components/GeoPoint/us-state-capitals/llms.txt): Example code for GeoPoint
- [GeoPoint/world-airports](https://next.layerchart.com/docs/components/GeoPoint/world-airports/llms.txt): Example code for GeoPoint
- [GeoPoint/world-capitals](https://next.layerchart.com/docs/components/GeoPoint/world-capitals/llms.txt): Example code for GeoPoint
- [GeoProjection/geojson-preview](https://next.layerchart.com/docs/components/GeoProjection/geojson-preview/llms.txt): Example code for GeoProjection
- [GeoProjection/projection-playground](https://next.layerchart.com/docs/components/GeoProjection/projection-playground/llms.txt): Example code for GeoProjection
- [GeoProjection/satellite](https://next.layerchart.com/docs/components/GeoProjection/satellite/llms.txt): Example code for GeoProjection
- [GeoProjection/shapefile-preview](https://next.layerchart.com/docs/components/GeoProjection/shapefile-preview/llms.txt): Example code for GeoProjection
- [GeoProjection/topojson-preview](https://next.layerchart.com/docs/components/GeoProjection/topojson-preview/llms.txt): Example code for GeoProjection
- [GeoProjection/true-size-globe](https://next.layerchart.com/docs/components/GeoProjection/true-size-globe/llms.txt): Example code for GeoProjection
- [GeoProjection/true-size](https://next.layerchart.com/docs/components/GeoProjection/true-size/llms.txt): Example code for GeoProjection
- [GeoRaster/globe](https://next.layerchart.com/docs/components/GeoRaster/globe/llms.txt): Example code for GeoRaster
- [GeoRaster/planets](https://next.layerchart.com/docs/components/GeoRaster/planets/llms.txt): Example code for GeoRaster
- [GeoRaster/projections](https://next.layerchart.com/docs/components/GeoRaster/projections/llms.txt): Example code for GeoRaster
- [GeoRaster/textures](https://next.layerchart.com/docs/components/GeoRaster/textures/llms.txt): Example code for GeoRaster
- [GeoRaster/tiles-globe](https://next.layerchart.com/docs/components/GeoRaster/tiles-globe/llms.txt): Example code for GeoRaster
- [GeoSpline/draggable-globe](https://next.layerchart.com/docs/components/GeoSpline/draggable-globe/llms.txt): Example code for GeoSpline
- [GeoSpline/world-map](https://next.layerchart.com/docs/components/GeoSpline/world-map/llms.txt): Example code for GeoSpline
- [GeoTile/basic](https://next.layerchart.com/docs/components/GeoTile/basic/llms.txt): Example code for GeoTile
- [GeoTile/clipped](https://next.layerchart.com/docs/components/GeoTile/clipped/llms.txt): Example code for GeoTile
- [GeoTile/zoomable-seamless-layers](https://next.layerchart.com/docs/components/GeoTile/zoomable-seamless-layers/llms.txt): Example code for GeoTile
- [GeoTile/zoomable-with-padding](https://next.layerchart.com/docs/components/GeoTile/zoomable-with-padding/llms.txt): Example code for GeoTile
- [GeoTile/zoomable](https://next.layerchart.com/docs/components/GeoTile/zoomable/llms.txt): Example code for GeoTile
- [Graticule/basic](https://next.layerchart.com/docs/components/Graticule/basic/llms.txt): Example code for Graticule
- [Grid/band-scale-between](https://next.layerchart.com/docs/components/Grid/band-scale-between/llms.txt): Example code for Grid
- [Grid/band-scale-default](https://next.layerchart.com/docs/components/Grid/band-scale-default/llms.txt): Example code for Grid
- [Grid/basic](https://next.layerchart.com/docs/components/Grid/basic/llms.txt): Example code for Grid
- [Grid/dashed-lines](https://next.layerchart.com/docs/components/Grid/dashed-lines/llms.txt): Example code for Grid
- [Grid/explicit-ticks](https://next.layerchart.com/docs/components/Grid/explicit-ticks/llms.txt): Example code for Grid
- [Grid/inject-tick-value](https://next.layerchart.com/docs/components/Grid/inject-tick-value/llms.txt): Example code for Grid
- [Grid/integer-only](https://next.layerchart.com/docs/components/Grid/integer-only/llms.txt): Example code for Grid
- [Grid/padding](https://next.layerchart.com/docs/components/Grid/padding/llms.txt): Example code for Grid
- [Grid/radial-linear](https://next.layerchart.com/docs/components/Grid/radial-linear/llms.txt): Example code for Grid
- [Grid/radial](https://next.layerchart.com/docs/components/Grid/radial/llms.txt): Example code for Grid
- [Grid/tick-count-null](https://next.layerchart.com/docs/components/Grid/tick-count-null/llms.txt): Example code for Grid
- [Grid/tick-count](https://next.layerchart.com/docs/components/Grid/tick-count/llms.txt): Example code for Grid
- [Grid/x-only](https://next.layerchart.com/docs/components/Grid/x-only/llms.txt): Example code for Grid
- [Grid/y-only](https://next.layerchart.com/docs/components/Grid/y-only/llms.txt): Example code for Grid
- [Group/basic](https://next.layerchart.com/docs/components/Group/basic/llms.txt): Example code for Group
- [Group/data-mode](https://next.layerchart.com/docs/components/Group/data-mode/llms.txt): Example code for Group
- [Hull/geo](https://next.layerchart.com/docs/components/Hull/geo/llms.txt): Example code for Hull
- [Hull/scatter](https://next.layerchart.com/docs/components/Hull/scatter/llms.txt): Example code for Hull
- [Image/college-football-map](https://next.layerchart.com/docs/components/Image/college-football-map/llms.txt): Example code for Image
- [Image/country-flags](https://next.layerchart.com/docs/components/Image/country-flags/llms.txt): Example code for Image
- [Image/pixel-mode](https://next.layerchart.com/docs/components/Image/pixel-mode/llms.txt): Example code for Image
- [Image/planets](https://next.layerchart.com/docs/components/Image/planets/llms.txt): Example code for Image
- [Image/sports-logos](https://next.layerchart.com/docs/components/Image/sports-logos/llms.txt): Example code for Image
- [Image/us-presidents](https://next.layerchart.com/docs/components/Image/us-presidents/llms.txt): Example code for Image
- [Layer/all-3-layers](https://next.layerchart.com/docs/components/Layer/all-3-layers/llms.txt): Example code for Layer
- [Legend/chart-integration](https://next.layerchart.com/docs/components/Legend/chart-integration/llms.txt): Example code for Legend
- [Legend/chart-placement](https://next.layerchart.com/docs/components/Legend/chart-placement/llms.txt): Example code for Legend
- [Legend/children-override](https://next.layerchart.com/docs/components/Legend/children-override/llms.txt): Example code for Legend
- [Legend/click-handler](https://next.layerchart.com/docs/components/Legend/click-handler/llms.txt): Example code for Legend
- [Legend/diverging-sqrt](https://next.layerchart.com/docs/components/Legend/diverging-sqrt/llms.txt): Example code for Legend
- [Legend/diverging](https://next.layerchart.com/docs/components/Legend/diverging/llms.txt): Example code for Legend
- [Legend/ordinal](https://next.layerchart.com/docs/components/Legend/ordinal/llms.txt): Example code for Legend
- [Legend/quantile](https://next.layerchart.com/docs/components/Legend/quantile/llms.txt): Example code for Legend
- [Legend/quantize](https://next.layerchart.com/docs/components/Legend/quantize/llms.txt): Example code for Legend
- [Legend/responsive-swatches](https://next.layerchart.com/docs/components/Legend/responsive-swatches/llms.txt): Example code for Legend
- [Legend/sequential-log](https://next.layerchart.com/docs/components/Legend/sequential-log/llms.txt): Example code for Legend
- [Legend/sequential-quantile](https://next.layerchart.com/docs/components/Legend/sequential-quantile/llms.txt): Example code for Legend
- [Legend/sequential-sqrt](https://next.layerchart.com/docs/components/Legend/sequential-sqrt/llms.txt): Example code for Legend
- [Legend/sequential](https://next.layerchart.com/docs/components/Legend/sequential/llms.txt): Example code for Legend
- [Legend/sqrt](https://next.layerchart.com/docs/components/Legend/sqrt/llms.txt): Example code for Legend
- [Legend/square-swatch](https://next.layerchart.com/docs/components/Legend/square-swatch/llms.txt): Example code for Legend
- [Legend/styling](https://next.layerchart.com/docs/components/Legend/styling/llms.txt): Example code for Legend
- [Legend/threshold](https://next.layerchart.com/docs/components/Legend/threshold/llms.txt): Example code for Legend
- [Legend/vertical-orientation](https://next.layerchart.com/docs/components/Legend/vertical-orientation/llms.txt): Example code for Legend
- [Line/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Line/color-via-ordinal-scale/llms.txt): Example code for Line
- [Line/color-via-threshold-scale](https://next.layerchart.com/docs/components/Line/color-via-threshold-scale/llms.txt): Example code for Line
- [Line/data-mode](https://next.layerchart.com/docs/components/Line/data-mode/llms.txt): Example code for Line
- [Line/styling-using-attributes](https://next.layerchart.com/docs/components/Line/styling-using-attributes/llms.txt): Example code for Line
- [Line/styling-using-classes](https://next.layerchart.com/docs/components/Line/styling-using-classes/llms.txt): Example code for Line
- [Line/styling-using-css-variables](https://next.layerchart.com/docs/components/Line/styling-using-css-variables/llms.txt): Example code for Line
- [LineChart/axis-labels-inside](https://next.layerchart.com/docs/components/LineChart/axis-labels-inside/llms.txt): Example code for LineChart
- [LineChart/basic](https://next.layerchart.com/docs/components/LineChart/basic/llms.txt): Example code for LineChart
- [LineChart/brush-pan-zoom](https://next.layerchart.com/docs/components/LineChart/brush-pan-zoom/llms.txt): Example code for LineChart
- [LineChart/brush](https://next.layerchart.com/docs/components/LineChart/brush/llms.txt): Example code for LineChart
- [LineChart/bump-state-population-ranks](https://next.layerchart.com/docs/components/LineChart/bump-state-population-ranks/llms.txt): Example code for LineChart
- [LineChart/curve](https://next.layerchart.com/docs/components/LineChart/curve/llms.txt): Example code for LineChart
- [LineChart/custom-tooltip](https://next.layerchart.com/docs/components/LineChart/custom-tooltip/llms.txt): Example code for LineChart
- [LineChart/custom](https://next.layerchart.com/docs/components/LineChart/custom/llms.txt): Example code for LineChart
- [LineChart/default-series-label](https://next.layerchart.com/docs/components/LineChart/default-series-label/llms.txt): Example code for LineChart
- [LineChart/draw](https://next.layerchart.com/docs/components/LineChart/draw/llms.txt): Example code for LineChart
- [LineChart/dynamic-data](https://next.layerchart.com/docs/components/LineChart/dynamic-data/llms.txt): Example code for LineChart
- [LineChart/gradient-encoding](https://next.layerchart.com/docs/components/LineChart/gradient-encoding/llms.txt): Example code for LineChart
- [LineChart/gradient-threshold](https://next.layerchart.com/docs/components/LineChart/gradient-threshold/llms.txt): Example code for LineChart
- [LineChart/labels-with-points](https://next.layerchart.com/docs/components/LineChart/labels-with-points/llms.txt): Example code for LineChart
- [LineChart/labels-within-points](https://next.layerchart.com/docs/components/LineChart/labels-within-points/llms.txt): Example code for LineChart
- [LineChart/labels](https://next.layerchart.com/docs/components/LineChart/labels/llms.txt): Example code for LineChart
- [LineChart/large-radial-series](https://next.layerchart.com/docs/components/LineChart/large-radial-series/llms.txt): Example code for LineChart
- [LineChart/large-series](https://next.layerchart.com/docs/components/LineChart/large-series/llms.txt): Example code for LineChart
- [LineChart/legend](https://next.layerchart.com/docs/components/LineChart/legend/llms.txt): Example code for LineChart
- [LineChart/line-annotation](https://next.layerchart.com/docs/components/LineChart/line-annotation/llms.txt): Example code for LineChart
- [LineChart/motion-tween](https://next.layerchart.com/docs/components/LineChart/motion-tween/llms.txt): Example code for LineChart
- [LineChart/null-dashed-gaps](https://next.layerchart.com/docs/components/LineChart/null-dashed-gaps/llms.txt): Example code for LineChart
- [LineChart/null-gaps](https://next.layerchart.com/docs/components/LineChart/null-gaps/llms.txt): Example code for LineChart
- [LineChart/oscilloscope-time](https://next.layerchart.com/docs/components/LineChart/oscilloscope-time/llms.txt): Example code for LineChart
- [LineChart/override-color](https://next.layerchart.com/docs/components/LineChart/override-color/llms.txt): Example code for LineChart
- [LineChart/pan-zoom-custom-constrain](https://next.layerchart.com/docs/components/LineChart/pan-zoom-custom-constrain/llms.txt): Example code for LineChart
- [LineChart/pan-zoom-domain-extent](https://next.layerchart.com/docs/components/LineChart/pan-zoom-domain-extent/llms.txt): Example code for LineChart
- [LineChart/pan-zoom-dynamic-data](https://next.layerchart.com/docs/components/LineChart/pan-zoom-dynamic-data/llms.txt): Example code for LineChart
- [LineChart/pan-zoom-with-overview](https://next.layerchart.com/docs/components/LineChart/pan-zoom-with-overview/llms.txt): Example code for LineChart
- [LineChart/pan-zoom](https://next.layerchart.com/docs/components/LineChart/pan-zoom/llms.txt): Example code for LineChart
- [LineChart/perf-dimension-arrays-processed](https://next.layerchart.com/docs/components/LineChart/perf-dimension-arrays-processed/llms.txt): Example code for LineChart
- [LineChart/perf-dimension-arrays](https://next.layerchart.com/docs/components/LineChart/perf-dimension-arrays/llms.txt): Example code for LineChart
- [LineChart/perf-series-arrays](https://next.layerchart.com/docs/components/LineChart/perf-series-arrays/llms.txt): Example code for LineChart
- [LineChart/perf-streaming](https://next.layerchart.com/docs/components/LineChart/perf-streaming/llms.txt): Example code for LineChart
- [LineChart/perf-wide-data-processed](https://next.layerchart.com/docs/components/LineChart/perf-wide-data-processed/llms.txt): Example code for LineChart
- [LineChart/perf-wide-data](https://next.layerchart.com/docs/components/LineChart/perf-wide-data/llms.txt): Example code for LineChart
- [LineChart/persist-brush-zoom](https://next.layerchart.com/docs/components/LineChart/persist-brush-zoom/llms.txt): Example code for LineChart
- [LineChart/persist-series](https://next.layerchart.com/docs/components/LineChart/persist-series/llms.txt): Example code for LineChart
- [LineChart/point-annotations](https://next.layerchart.com/docs/components/LineChart/point-annotations/llms.txt): Example code for LineChart
- [LineChart/points](https://next.layerchart.com/docs/components/LineChart/points/llms.txt): Example code for LineChart
- [LineChart/radar-rounded](https://next.layerchart.com/docs/components/LineChart/radar-rounded/llms.txt): Example code for LineChart
- [LineChart/radar-series](https://next.layerchart.com/docs/components/LineChart/radar-series/llms.txt): Example code for LineChart
- [LineChart/radar](https://next.layerchart.com/docs/components/LineChart/radar/llms.txt): Example code for LineChart
- [LineChart/range-annotation](https://next.layerchart.com/docs/components/LineChart/range-annotation/llms.txt): Example code for LineChart
- [LineChart/series-brush](https://next.layerchart.com/docs/components/LineChart/series-brush/llms.txt): Example code for LineChart
- [LineChart/series-custom-highlight-point](https://next.layerchart.com/docs/components/LineChart/series-custom-highlight-point/llms.txt): Example code for LineChart
- [LineChart/series-individual-tooltip](https://next.layerchart.com/docs/components/LineChart/series-individual-tooltip/llms.txt): Example code for LineChart
- [LineChart/series-labels-hover](https://next.layerchart.com/docs/components/LineChart/series-labels-hover/llms.txt): Example code for LineChart
- [LineChart/series-point-annotations](https://next.layerchart.com/docs/components/LineChart/series-point-annotations/llms.txt): Example code for LineChart
- [LineChart/series-point-click](https://next.layerchart.com/docs/components/LineChart/series-point-click/llms.txt): Example code for LineChart
- [LineChart/series-programmatic-control](https://next.layerchart.com/docs/components/LineChart/series-programmatic-control/llms.txt): Example code for LineChart
- [LineChart/series-separate-data-diff-length](https://next.layerchart.com/docs/components/LineChart/series-separate-data-diff-length/llms.txt): Example code for LineChart
- [LineChart/series-separate-data](https://next.layerchart.com/docs/components/LineChart/series-separate-data/llms.txt): Example code for LineChart
- [LineChart/series-vertical](https://next.layerchart.com/docs/components/LineChart/series-vertical/llms.txt): Example code for LineChart
- [LineChart/series-with-nulls](https://next.layerchart.com/docs/components/LineChart/series-with-nulls/llms.txt): Example code for LineChart
- [LineChart/series](https://next.layerchart.com/docs/components/LineChart/series/llms.txt): Example code for LineChart
- [LineChart/single-axis-x](https://next.layerchart.com/docs/components/LineChart/single-axis-x/llms.txt): Example code for LineChart
- [LineChart/single-axis-y](https://next.layerchart.com/docs/components/LineChart/single-axis-y/llms.txt): Example code for LineChart
- [LineChart/smart-labels-with-points](https://next.layerchart.com/docs/components/LineChart/smart-labels-with-points/llms.txt): Example code for LineChart
- [LineChart/sparkline-fixed-position-tooltip](https://next.layerchart.com/docs/components/LineChart/sparkline-fixed-position-tooltip/llms.txt): Example code for LineChart
- [LineChart/sparkline-within-a-paragraph-with-tooltip-and-highlight](https://next.layerchart.com/docs/components/LineChart/sparkline-within-a-paragraph-with-tooltip-and-highlight/llms.txt): Example code for LineChart
- [LineChart/sparkline-within-a-paragraph](https://next.layerchart.com/docs/components/LineChart/sparkline-within-a-paragraph/llms.txt): Example code for LineChart
- [LineChart/sparkline-zero-axis](https://next.layerchart.com/docs/components/LineChart/sparkline-zero-axis/llms.txt): Example code for LineChart
- [LineChart/sparkline](https://next.layerchart.com/docs/components/LineChart/sparkline/llms.txt): Example code for LineChart
- [LineChart/svelte-milestones](https://next.layerchart.com/docs/components/LineChart/svelte-milestones/llms.txt): Example code for LineChart
- [LineChart/threshold](https://next.layerchart.com/docs/components/LineChart/threshold/llms.txt): Example code for LineChart
- [LineChart/tooltip-click](https://next.layerchart.com/docs/components/LineChart/tooltip-click/llms.txt): Example code for LineChart
- [LineChart/vertical](https://next.layerchart.com/docs/components/LineChart/vertical/llms.txt): Example code for LineChart
- [LinearGradient/direction-with-custom-colors](https://next.layerchart.com/docs/components/LinearGradient/direction-with-custom-colors/llms.txt): Example code for LinearGradient
- [LinearGradient/explicit-offsets](https://next.layerchart.com/docs/components/LinearGradient/explicit-offsets/llms.txt): Example code for LinearGradient
- [LinearGradient/tailwind-colors](https://next.layerchart.com/docs/components/LinearGradient/tailwind-colors/llms.txt): Example code for LinearGradient
- [LinearGradient/units](https://next.layerchart.com/docs/components/LinearGradient/units/llms.txt): Example code for LinearGradient
- [Link/bended-arrows](https://next.layerchart.com/docs/components/Link/bended-arrows/llms.txt): Example code for Link
- [Link/curves](https://next.layerchart.com/docs/components/Link/curves/llms.txt): Example code for Link
- [Link/playground](https://next.layerchart.com/docs/components/Link/playground/llms.txt): Example code for Link
- [Link/types](https://next.layerchart.com/docs/components/Link/types/llms.txt): Example code for Link
- [Marker/line](https://next.layerchart.com/docs/components/Marker/line/llms.txt): Example code for Marker
- [Marker/orientation](https://next.layerchart.com/docs/components/Marker/orientation/llms.txt): Example code for Marker
- [Marker/spline-w-thicker-stroke](https://next.layerchart.com/docs/components/Marker/spline-w-thicker-stroke/llms.txt): Example code for Marker
- [Marker/spline](https://next.layerchart.com/docs/components/Marker/spline/llms.txt): Example code for Marker
- [Marker/styling](https://next.layerchart.com/docs/components/Marker/styling/llms.txt): Example code for Marker
- [Month/90-days](https://next.layerchart.com/docs/components/Month/90-days/llms.txt): Example code for Month
- [Month/basic](https://next.layerchart.com/docs/components/Month/basic/llms.txt): Example code for Month
- [Month/custom-cell-size](https://next.layerchart.com/docs/components/Month/custom-cell-size/llms.txt): Example code for Month
- [Month/multiple-years](https://next.layerchart.com/docs/components/Month/multiple-years/llms.txt): Example code for Month
- [Month/without-day-numbers](https://next.layerchart.com/docs/components/Month/without-day-numbers/llms.txt): Example code for Month
- [Month/without-month-labels](https://next.layerchart.com/docs/components/Month/without-month-labels/llms.txt): Example code for Month
- [MotionPath/repeat-indefinitely](https://next.layerchart.com/docs/components/MotionPath/repeat-indefinitely/llms.txt): Example code for MotionPath
- [MotionPath/rotate-object-with-path](https://next.layerchart.com/docs/components/MotionPath/rotate-object-with-path/llms.txt): Example code for MotionPath
- [MotionPath/sync-with-draw](https://next.layerchart.com/docs/components/MotionPath/sync-with-draw/llms.txt): Example code for MotionPath
- [Pack/basic](https://next.layerchart.com/docs/components/Pack/basic/llms.txt): Example code for Pack
- [Partition/filterable](https://next.layerchart.com/docs/components/Partition/filterable/llms.txt): Example code for Partition
- [Partition/horizontal](https://next.layerchart.com/docs/components/Partition/horizontal/llms.txt): Example code for Partition
- [Partition/sunburst](https://next.layerchart.com/docs/components/Partition/sunburst/llms.txt): Example code for Partition
- [Partition/vertical](https://next.layerchart.com/docs/components/Partition/vertical/llms.txt): Example code for Partition
- [Path/basic](https://next.layerchart.com/docs/components/Path/basic/llms.txt): Example code for Path
- [Pattern/circles-custom-pattern-svg-only](https://next.layerchart.com/docs/components/Pattern/circles-custom-pattern-svg-only/llms.txt): Example code for Pattern
- [Pattern/circles](https://next.layerchart.com/docs/components/Pattern/circles/llms.txt): Example code for Pattern
- [Pattern/lineargradient-as-pattern](https://next.layerchart.com/docs/components/Pattern/lineargradient-as-pattern/llms.txt): Example code for Pattern
- [Pattern/lines-custom-pattern-svg-only](https://next.layerchart.com/docs/components/Pattern/lines-custom-pattern-svg-only/llms.txt): Example code for Pattern
- [Pattern/lines](https://next.layerchart.com/docs/components/Pattern/lines/llms.txt): Example code for Pattern
- [Pattern/rects](https://next.layerchart.com/docs/components/Pattern/rects/llms.txt): Example code for Pattern
- [Pattern/with-fill-color](https://next.layerchart.com/docs/components/Pattern/with-fill-color/llms.txt): Example code for Pattern
- [Pattern/with-lineargradient](https://next.layerchart.com/docs/components/Pattern/with-lineargradient/llms.txt): Example code for Pattern
- [Pie/basic](https://next.layerchart.com/docs/components/Pie/basic/llms.txt): Example code for Pie
- [Pie/default-slot-render-each-arc](https://next.layerchart.com/docs/components/Pie/default-slot-render-each-arc/llms.txt): Example code for Pie
- [Pie/disable-sorting](https://next.layerchart.com/docs/components/Pie/disable-sorting/llms.txt): Example code for Pie
- [Pie/inner-radius-negative](https://next.layerchart.com/docs/components/Pie/inner-radius-negative/llms.txt): Example code for Pie
- [Pie/inner-radius-positive](https://next.layerchart.com/docs/components/Pie/inner-radius-positive/llms.txt): Example code for Pie
- [Pie/inner-radius-zero-one](https://next.layerchart.com/docs/components/Pie/inner-radius-zero-one/llms.txt): Example code for Pie
- [Pie/labels-centroid-multiple](https://next.layerchart.com/docs/components/Pie/labels-centroid-multiple/llms.txt): Example code for Pie
- [Pie/labels-centroid](https://next.layerchart.com/docs/components/Pie/labels-centroid/llms.txt): Example code for Pie
- [Pie/labels-outer-radial](https://next.layerchart.com/docs/components/Pie/labels-outer-radial/llms.txt): Example code for Pie
- [Pie/labels-outer-with-padding](https://next.layerchart.com/docs/components/Pie/labels-outer-with-padding/llms.txt): Example code for Pie
- [Pie/labels-outer](https://next.layerchart.com/docs/components/Pie/labels-outer/llms.txt): Example code for Pie
- [Pie/labels](https://next.layerchart.com/docs/components/Pie/labels/llms.txt): Example code for Pie
- [Pie/multiple-data-prop](https://next.layerchart.com/docs/components/Pie/multiple-data-prop/llms.txt): Example code for Pie
- [Pie/offset](https://next.layerchart.com/docs/components/Pie/offset/llms.txt): Example code for Pie
- [Pie/outer-radius](https://next.layerchart.com/docs/components/Pie/outer-radius/llms.txt): Example code for Pie
- [Pie/pad-angle-with-inner-radius](https://next.layerchart.com/docs/components/Pie/pad-angle-with-inner-radius/llms.txt): Example code for Pie
- [Pie/pad-angle](https://next.layerchart.com/docs/components/Pie/pad-angle/llms.txt): Example code for Pie
- [Pie/partial-range-chart-xrange](https://next.layerchart.com/docs/components/Pie/partial-range-chart-xrange/llms.txt): Example code for Pie
- [Pie/partial-range-range-prop](https://next.layerchart.com/docs/components/Pie/partial-range-range-prop/llms.txt): Example code for Pie
- [Pie/placement-center](https://next.layerchart.com/docs/components/Pie/placement-center/llms.txt): Example code for Pie
- [Pie/placement-left](https://next.layerchart.com/docs/components/Pie/placement-left/llms.txt): Example code for Pie
- [Pie/placement-right](https://next.layerchart.com/docs/components/Pie/placement-right/llms.txt): Example code for Pie
- [Pie/placement](https://next.layerchart.com/docs/components/Pie/placement/llms.txt): Example code for Pie
- [Pie/tooltip-with-arcs-slot](https://next.layerchart.com/docs/components/Pie/tooltip-with-arcs-slot/llms.txt): Example code for Pie
- [Pie/tooltip](https://next.layerchart.com/docs/components/Pie/tooltip/llms.txt): Example code for Pie
- [Pie/tweened](https://next.layerchart.com/docs/components/Pie/tweened/llms.txt): Example code for Pie
- [PieChart/arc-props](https://next.layerchart.com/docs/components/PieChart/arc-props/llms.txt): Example code for PieChart
- [PieChart/arc](https://next.layerchart.com/docs/components/PieChart/arc/llms.txt): Example code for PieChart
- [PieChart/basic](https://next.layerchart.com/docs/components/PieChart/basic/llms.txt): Example code for PieChart
- [PieChart/colors-data-prop](https://next.layerchart.com/docs/components/PieChart/colors-data-prop/llms.txt): Example code for PieChart
- [PieChart/colors-interpolator](https://next.layerchart.com/docs/components/PieChart/colors-interpolator/llms.txt): Example code for PieChart
- [PieChart/colors-scheme](https://next.layerchart.com/docs/components/PieChart/colors-scheme/llms.txt): Example code for PieChart
- [PieChart/colors-variables](https://next.layerchart.com/docs/components/PieChart/colors-variables/llms.txt): Example code for PieChart
- [PieChart/donut-with-text](https://next.layerchart.com/docs/components/PieChart/donut-with-text/llms.txt): Example code for PieChart
- [PieChart/donut](https://next.layerchart.com/docs/components/PieChart/donut/llms.txt): Example code for PieChart
- [PieChart/labels-callout](https://next.layerchart.com/docs/components/PieChart/labels-callout/llms.txt): Example code for PieChart
- [PieChart/labels](https://next.layerchart.com/docs/components/PieChart/labels/llms.txt): Example code for PieChart
- [PieChart/legend-custom-label](https://next.layerchart.com/docs/components/PieChart/legend-custom-label/llms.txt): Example code for PieChart
- [PieChart/legend-placement](https://next.layerchart.com/docs/components/PieChart/legend-placement/llms.txt): Example code for PieChart
- [PieChart/legend-responsive](https://next.layerchart.com/docs/components/PieChart/legend-responsive/llms.txt): Example code for PieChart
- [PieChart/legend-with-padding](https://next.layerchart.com/docs/components/PieChart/legend-with-padding/llms.txt): Example code for PieChart
- [PieChart/legend](https://next.layerchart.com/docs/components/PieChart/legend/llms.txt): Example code for PieChart
- [PieChart/motion-spring](https://next.layerchart.com/docs/components/PieChart/motion-spring/llms.txt): Example code for PieChart
- [PieChart/motion-tween](https://next.layerchart.com/docs/components/PieChart/motion-tween/llms.txt): Example code for PieChart
- [PieChart/offset-slice](https://next.layerchart.com/docs/components/PieChart/offset-slice/llms.txt): Example code for PieChart
- [PieChart/placement-custom](https://next.layerchart.com/docs/components/PieChart/placement-custom/llms.txt): Example code for PieChart
- [PieChart/placement-left](https://next.layerchart.com/docs/components/PieChart/placement-left/llms.txt): Example code for PieChart
- [PieChart/placement-right](https://next.layerchart.com/docs/components/PieChart/placement-right/llms.txt): Example code for PieChart
- [PieChart/radius-fixed](https://next.layerchart.com/docs/components/PieChart/radius-fixed/llms.txt): Example code for PieChart
- [PieChart/radius-offset](https://next.layerchart.com/docs/components/PieChart/radius-offset/llms.txt): Example code for PieChart
- [PieChart/radius-percent](https://next.layerchart.com/docs/components/PieChart/radius-percent/llms.txt): Example code for PieChart
- [PieChart/segments](https://next.layerchart.com/docs/components/PieChart/segments/llms.txt): Example code for PieChart
- [PieChart/series-click](https://next.layerchart.com/docs/components/PieChart/series-click/llms.txt): Example code for PieChart
- [PieChart/series-props](https://next.layerchart.com/docs/components/PieChart/series-props/llms.txt): Example code for PieChart
- [PieChart/series](https://next.layerchart.com/docs/components/PieChart/series/llms.txt): Example code for PieChart
- [PieChart/tooltip-click](https://next.layerchart.com/docs/components/PieChart/tooltip-click/llms.txt): Example code for PieChart
- [Point/basic](https://next.layerchart.com/docs/components/Point/basic/llms.txt): Example code for Point
- [Points/basic](https://next.layerchart.com/docs/components/Points/basic/llms.txt): Example code for Points
- [Points/color-via-class](https://next.layerchart.com/docs/components/Points/color-via-class/llms.txt): Example code for Points
- [Points/color-via-fill](https://next.layerchart.com/docs/components/Points/color-via-fill/llms.txt): Example code for Points
- [Points/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Points/color-via-ordinal-scale/llms.txt): Example code for Points
- [Points/color-via-threshold-scale](https://next.layerchart.com/docs/components/Points/color-via-threshold-scale/llms.txt): Example code for Points
- [Points/with-labels](https://next.layerchart.com/docs/components/Points/with-labels/llms.txt): Example code for Points
- [Points/with-tooltip-and-highlight](https://next.layerchart.com/docs/components/Points/with-tooltip-and-highlight/llms.txt): Example code for Points
- [Polygon/10-point-star](https://next.layerchart.com/docs/components/Polygon/10-point-star/llms.txt): Example code for Polygon
- [Polygon/12-point-star](https://next.layerchart.com/docs/components/Polygon/12-point-star/llms.txt): Example code for Polygon
- [Polygon/14-point-star](https://next.layerchart.com/docs/components/Polygon/14-point-star/llms.txt): Example code for Polygon
- [Polygon/16-point-star](https://next.layerchart.com/docs/components/Polygon/16-point-star/llms.txt): Example code for Polygon
- [Polygon/18-point-star](https://next.layerchart.com/docs/components/Polygon/18-point-star/llms.txt): Example code for Polygon
- [Polygon/20-point-star](https://next.layerchart.com/docs/components/Polygon/20-point-star/llms.txt): Example code for Polygon
- [Polygon/6-point-star](https://next.layerchart.com/docs/components/Polygon/6-point-star/llms.txt): Example code for Polygon
- [Polygon/8-point-star](https://next.layerchart.com/docs/components/Polygon/8-point-star/llms.txt): Example code for Polygon
- [Polygon/arrow](https://next.layerchart.com/docs/components/Polygon/arrow/llms.txt): Example code for Polygon
- [Polygon/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Polygon/color-via-ordinal-scale/llms.txt): Example code for Polygon
- [Polygon/color-via-threshold-scale](https://next.layerchart.com/docs/components/Polygon/color-via-threshold-scale/llms.txt): Example code for Polygon
- [Polygon/cross](https://next.layerchart.com/docs/components/Polygon/cross/llms.txt): Example code for Polygon
- [Polygon/data-mode](https://next.layerchart.com/docs/components/Polygon/data-mode/llms.txt): Example code for Polygon
- [Polygon/diamond](https://next.layerchart.com/docs/components/Polygon/diamond/llms.txt): Example code for Polygon
- [Polygon/hexagon](https://next.layerchart.com/docs/components/Polygon/hexagon/llms.txt): Example code for Polygon
- [Polygon/octagon](https://next.layerchart.com/docs/components/Polygon/octagon/llms.txt): Example code for Polygon
- [Polygon/parallelogram](https://next.layerchart.com/docs/components/Polygon/parallelogram/llms.txt): Example code for Polygon
- [Polygon/pentagon](https://next.layerchart.com/docs/components/Polygon/pentagon/llms.txt): Example code for Polygon
- [Polygon/playground](https://next.layerchart.com/docs/components/Polygon/playground/llms.txt): Example code for Polygon
- [Polygon/rectangle](https://next.layerchart.com/docs/components/Polygon/rectangle/llms.txt): Example code for Polygon
- [Polygon/rhombus](https://next.layerchart.com/docs/components/Polygon/rhombus/llms.txt): Example code for Polygon
- [Polygon/square](https://next.layerchart.com/docs/components/Polygon/square/llms.txt): Example code for Polygon
- [Polygon/trapezoid](https://next.layerchart.com/docs/components/Polygon/trapezoid/llms.txt): Example code for Polygon
- [Polygon/triangle](https://next.layerchart.com/docs/components/Polygon/triangle/llms.txt): Example code for Polygon
- [RadialGradient/focal-location-and-radius-with-custom-colors](https://next.layerchart.com/docs/components/RadialGradient/focal-location-and-radius-with-custom-colors/llms.txt): Example code for RadialGradient
- [RadialGradient/spreadmethod](https://next.layerchart.com/docs/components/RadialGradient/spreadmethod/llms.txt): Example code for RadialGradient
- [RadialGradient/tailwind-colors](https://next.layerchart.com/docs/components/RadialGradient/tailwind-colors/llms.txt): Example code for RadialGradient
- [RadialGradient/units](https://next.layerchart.com/docs/components/RadialGradient/units/llms.txt): Example code for RadialGradient
- [Raster/mandelbrot](https://next.layerchart.com/docs/components/Raster/mandelbrot/llms.txt): Example code for Raster
- [Raster/math-functions](https://next.layerchart.com/docs/components/Raster/math-functions/llms.txt): Example code for Raster
- [Raster/sampled](https://next.layerchart.com/docs/components/Raster/sampled/llms.txt): Example code for Raster
- [Raster/us-water-vapor](https://next.layerchart.com/docs/components/Raster/us-water-vapor/llms.txt): Example code for Raster
- [Raster/volcano](https://next.layerchart.com/docs/components/Raster/volcano/llms.txt): Example code for Raster
- [Raster/with-contour-overlay](https://next.layerchart.com/docs/components/Raster/with-contour-overlay/llms.txt): Example code for Raster
- [Rect/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Rect/color-via-ordinal-scale/llms.txt): Example code for Rect
- [Rect/color-via-threshold-scale](https://next.layerchart.com/docs/components/Rect/color-via-threshold-scale/llms.txt): Example code for Rect
- [Rect/data-mode-edge](https://next.layerchart.com/docs/components/Rect/data-mode-edge/llms.txt): Example code for Rect
- [Rect/playground](https://next.layerchart.com/docs/components/Rect/playground/llms.txt): Example code for Rect
- [Rect/styling-using-attributes](https://next.layerchart.com/docs/components/Rect/styling-using-attributes/llms.txt): Example code for Rect
- [Rect/styling-using-classes](https://next.layerchart.com/docs/components/Rect/styling-using-classes/llms.txt): Example code for Rect
- [Rect/styling-using-css-variables](https://next.layerchart.com/docs/components/Rect/styling-using-css-variables/llms.txt): Example code for Rect
- [Rule/annotation-x](https://next.layerchart.com/docs/components/Rule/annotation-x/llms.txt): Example code for Rule
- [Rule/annotation-y](https://next.layerchart.com/docs/components/Rule/annotation-y/llms.txt): Example code for Rule
- [Rule/baseline-top-right](https://next.layerchart.com/docs/components/Rule/baseline-top-right/llms.txt): Example code for Rule
- [Rule/baseline-x-negative](https://next.layerchart.com/docs/components/Rule/baseline-x-negative/llms.txt): Example code for Rule
- [Rule/baseline-x-y](https://next.layerchart.com/docs/components/Rule/baseline-x-y/llms.txt): Example code for Rule
- [Rule/baseline-y-negative](https://next.layerchart.com/docs/components/Rule/baseline-y-negative/llms.txt): Example code for Rule
- [Rule/candlestick-open-close-line-color](https://next.layerchart.com/docs/components/Rule/candlestick-open-close-line-color/llms.txt): Example code for Rule
- [Rule/candlestick-with-brushing](https://next.layerchart.com/docs/components/Rule/candlestick-with-brushing/llms.txt): Example code for Rule
- [Rule/candlestick](https://next.layerchart.com/docs/components/Rule/candlestick/llms.txt): Example code for Rule
- [Rule/data-x-band](https://next.layerchart.com/docs/components/Rule/data-x-band/llms.txt): Example code for Rule
- [Rule/data-x-date](https://next.layerchart.com/docs/components/Rule/data-x-date/llms.txt): Example code for Rule
- [Rule/data-x-range](https://next.layerchart.com/docs/components/Rule/data-x-range/llms.txt): Example code for Rule
- [Rule/data-y-range](https://next.layerchart.com/docs/components/Rule/data-y-range/llms.txt): Example code for Rule
- [Rule/lollipop](https://next.layerchart.com/docs/components/Rule/lollipop/llms.txt): Example code for Rule
- [Sankey/complex](https://next.layerchart.com/docs/components/Sankey/complex/llms.txt): Example code for Sankey
- [Sankey/hierarchy](https://next.layerchart.com/docs/components/Sankey/hierarchy/llms.txt): Example code for Sankey
- [Sankey/node-select](https://next.layerchart.com/docs/components/Sankey/node-select/llms.txt): Example code for Sankey
- [Sankey/simple](https://next.layerchart.com/docs/components/Sankey/simple/llms.txt): Example code for Sankey
- [Sankey/tooltip](https://next.layerchart.com/docs/components/Sankey/tooltip/llms.txt): Example code for Sankey
- [ScatterChart/basic](https://next.layerchart.com/docs/components/ScatterChart/basic/llms.txt): Example code for ScatterChart
- [ScatterChart/brush](https://next.layerchart.com/docs/components/ScatterChart/brush/llms.txt): Example code for ScatterChart
- [ScatterChart/custom-tooltip](https://next.layerchart.com/docs/components/ScatterChart/custom-tooltip/llms.txt): Example code for ScatterChart
- [ScatterChart/custom](https://next.layerchart.com/docs/components/ScatterChart/custom/llms.txt): Example code for ScatterChart
- [ScatterChart/date-series-color-scale](https://next.layerchart.com/docs/components/ScatterChart/date-series-color-scale/llms.txt): Example code for ScatterChart
- [ScatterChart/domain-baseline](https://next.layerchart.com/docs/components/ScatterChart/domain-baseline/llms.txt): Example code for ScatterChart
- [ScatterChart/domain-nice](https://next.layerchart.com/docs/components/ScatterChart/domain-nice/llms.txt): Example code for ScatterChart
- [ScatterChart/domain-padding](https://next.layerchart.com/docs/components/ScatterChart/domain-padding/llms.txt): Example code for ScatterChart
- [ScatterChart/labels](https://next.layerchart.com/docs/components/ScatterChart/labels/llms.txt): Example code for ScatterChart
- [ScatterChart/line-annotation](https://next.layerchart.com/docs/components/ScatterChart/line-annotation/llms.txt): Example code for ScatterChart
- [ScatterChart/point-annotations](https://next.layerchart.com/docs/components/ScatterChart/point-annotations/llms.txt): Example code for ScatterChart
- [ScatterChart/punchcard](https://next.layerchart.com/docs/components/ScatterChart/punchcard/llms.txt): Example code for ScatterChart
- [ScatterChart/radius-scale](https://next.layerchart.com/docs/components/ScatterChart/radius-scale/llms.txt): Example code for ScatterChart
- [ScatterChart/range-annotation-both](https://next.layerchart.com/docs/components/ScatterChart/range-annotation-both/llms.txt): Example code for ScatterChart
- [ScatterChart/range-annotation-horizontal](https://next.layerchart.com/docs/components/ScatterChart/range-annotation-horizontal/llms.txt): Example code for ScatterChart
- [ScatterChart/range-annotation-vertical](https://next.layerchart.com/docs/components/ScatterChart/range-annotation-vertical/llms.txt): Example code for ScatterChart
- [ScatterChart/series-custom-labels](https://next.layerchart.com/docs/components/ScatterChart/series-custom-labels/llms.txt): Example code for ScatterChart
- [ScatterChart/series-legend](https://next.layerchart.com/docs/components/ScatterChart/series-legend/llms.txt): Example code for ScatterChart
- [ScatterChart/series-tween](https://next.layerchart.com/docs/components/ScatterChart/series-tween/llms.txt): Example code for ScatterChart
- [ScatterChart/series-with-radius](https://next.layerchart.com/docs/components/ScatterChart/series-with-radius/llms.txt): Example code for ScatterChart
- [ScatterChart/series](https://next.layerchart.com/docs/components/ScatterChart/series/llms.txt): Example code for ScatterChart
- [ScatterChart/single-axis-x](https://next.layerchart.com/docs/components/ScatterChart/single-axis-x/llms.txt): Example code for ScatterChart
- [ScatterChart/single-axis-y](https://next.layerchart.com/docs/components/ScatterChart/single-axis-y/llms.txt): Example code for ScatterChart
- [ScatterChart/single-dimension](https://next.layerchart.com/docs/components/ScatterChart/single-dimension/llms.txt): Example code for ScatterChart
- [ScatterChart/tooltip-click](https://next.layerchart.com/docs/components/ScatterChart/tooltip-click/llms.txt): Example code for ScatterChart
- [ScatterChart/zoomable-bubble](https://next.layerchart.com/docs/components/ScatterChart/zoomable-bubble/llms.txt): Example code for ScatterChart
- [Spline/basic-start-and-end-snippets](https://next.layerchart.com/docs/components/Spline/basic-start-and-end-snippets/llms.txt): Example code for Spline
- [Spline/basic](https://next.layerchart.com/docs/components/Spline/basic/llms.txt): Example code for Spline
- [Spline/draw](https://next.layerchart.com/docs/components/Spline/draw/llms.txt): Example code for Spline
- [Spline/end-slot-with-draw-with-value](https://next.layerchart.com/docs/components/Spline/end-slot-with-draw-with-value/llms.txt): Example code for Spline
- [Spline/end-snippet-with-draw](https://next.layerchart.com/docs/components/Spline/end-snippet-with-draw/llms.txt): Example code for Spline
- [Spline/geo-routes](https://next.layerchart.com/docs/components/Spline/geo-routes/llms.txt): Example code for Spline
- [Spline/gradient-encoding](https://next.layerchart.com/docs/components/Spline/gradient-encoding/llms.txt): Example code for Spline
- [Spline/gradient-threshold](https://next.layerchart.com/docs/components/Spline/gradient-threshold/llms.txt): Example code for Spline
- [Spline/label-using-start-end-snippets](https://next.layerchart.com/docs/components/Spline/label-using-start-end-snippets/llms.txt): Example code for Spline
- [Spline/markers-arrows](https://next.layerchart.com/docs/components/Spline/markers-arrows/llms.txt): Example code for Spline
- [Spline/math-formula](https://next.layerchart.com/docs/components/Spline/math-formula/llms.txt): Example code for Spline
- [Spline/multiple-series-highlight-on-hover](https://next.layerchart.com/docs/components/Spline/multiple-series-highlight-on-hover/llms.txt): Example code for Spline
- [Spline/multiple-series-using-overrides](https://next.layerchart.com/docs/components/Spline/multiple-series-using-overrides/llms.txt): Example code for Spline
- [Spline/multiple-series-with-labels](https://next.layerchart.com/docs/components/Spline/multiple-series-with-labels/llms.txt): Example code for Spline
- [Spline/multiple-series](https://next.layerchart.com/docs/components/Spline/multiple-series/llms.txt): Example code for Spline
- [Spline/playground](https://next.layerchart.com/docs/components/Spline/playground/llms.txt): Example code for Spline
- [Spline/radial-line-with-areas](https://next.layerchart.com/docs/components/Spline/radial-line-with-areas/llms.txt): Example code for Spline
- [Spline/radial-multi-year-lines](https://next.layerchart.com/docs/components/Spline/radial-multi-year-lines/llms.txt): Example code for Spline
- [Spline/radial-radar](https://next.layerchart.com/docs/components/Spline/radial-radar/llms.txt): Example code for Spline
- [Spline/stroke-grouping](https://next.layerchart.com/docs/components/Spline/stroke-grouping/llms.txt): Example code for Spline
- [Spline/tween-on-mount](https://next.layerchart.com/docs/components/Spline/tween-on-mount/llms.txt): Example code for Spline
- [Spline/tweened](https://next.layerchart.com/docs/components/Spline/tweened/llms.txt): Example code for Spline
- [Spline/vertical](https://next.layerchart.com/docs/components/Spline/vertical/llms.txt): Example code for Spline
- [Spline/with-labels](https://next.layerchart.com/docs/components/Spline/with-labels/llms.txt): Example code for Spline
- [Spline/with-tooltip-and-highlight](https://next.layerchart.com/docs/components/Spline/with-tooltip-and-highlight/llms.txt): Example code for Spline
- [Text/color-via-ordinal-scale](https://next.layerchart.com/docs/components/Text/color-via-ordinal-scale/llms.txt): Example code for Text
- [Text/color-via-threshold-scale](https://next.layerchart.com/docs/components/Text/color-via-threshold-scale/llms.txt): Example code for Text
- [Text/data-mode](https://next.layerchart.com/docs/components/Text/data-mode/llms.txt): Example code for Text
- [Text/playground](https://next.layerchart.com/docs/components/Text/playground/llms.txt): Example code for Text
- [Text/segments](https://next.layerchart.com/docs/components/Text/segments/llms.txt): Example code for Text
- [Text/truncate-axis-labels](https://next.layerchart.com/docs/components/Text/truncate-axis-labels/llms.txt): Example code for Text
- [Text/word-wrap-axis-labels](https://next.layerchart.com/docs/components/Text/word-wrap-axis-labels/llms.txt): Example code for Text
- [Text/word-wrap-with-explicit-newline](https://next.layerchart.com/docs/components/Text/word-wrap-with-explicit-newline/llms.txt): Example code for Text
- [Threshold/basic](https://next.layerchart.com/docs/components/Threshold/basic/llms.txt): Example code for Threshold
- [Threshold/with-labels](https://next.layerchart.com/docs/components/Threshold/with-labels/llms.txt): Example code for Threshold
- [Threshold/with-tooltip-and-highlight](https://next.layerchart.com/docs/components/Threshold/with-tooltip-and-highlight/llms.txt): Example code for Threshold
- [Tooltip/anchor-location](https://next.layerchart.com/docs/components/Tooltip/anchor-location/llms.txt): Example code for Tooltip
- [Tooltip/area](https://next.layerchart.com/docs/components/Tooltip/area/llms.txt): Example code for Tooltip
- [Tooltip/basic](https://next.layerchart.com/docs/components/Tooltip/basic/llms.txt): Example code for Tooltip
- [Tooltip/color-swatch-using-theme](https://next.layerchart.com/docs/components/Tooltip/color-swatch-using-theme/llms.txt): Example code for Tooltip
- [Tooltip/color-swatch](https://next.layerchart.com/docs/components/Tooltip/color-swatch/llms.txt): Example code for Tooltip
- [Tooltip/custom-content](https://next.layerchart.com/docs/components/Tooltip/custom-content/llms.txt): Example code for Tooltip
- [Tooltip/data-snapping](https://next.layerchart.com/docs/components/Tooltip/data-snapping/llms.txt): Example code for Tooltip
- [Tooltip/default-mouse-position-with-offset](https://next.layerchart.com/docs/components/Tooltip/default-mouse-position-with-offset/llms.txt): Example code for Tooltip
- [Tooltip/disable-motion](https://next.layerchart.com/docs/components/Tooltip/disable-motion/llms.txt): Example code for Tooltip
- [Tooltip/duration](https://next.layerchart.com/docs/components/Tooltip/duration/llms.txt): Example code for Tooltip
- [Tooltip/externally-access-tooltip-data](https://next.layerchart.com/docs/components/Tooltip/externally-access-tooltip-data/llms.txt): Example code for Tooltip
- [Tooltip/invert-variant](https://next.layerchart.com/docs/components/Tooltip/invert-variant/llms.txt): Example code for Tooltip
- [Tooltip/multiple-overlapping-bars](https://next.layerchart.com/docs/components/Tooltip/multiple-overlapping-bars/llms.txt): Example code for Tooltip
- [Tooltip/multiple-overlapping-durations](https://next.layerchart.com/docs/components/Tooltip/multiple-overlapping-durations/llms.txt): Example code for Tooltip
- [Tooltip/multiple-tooltips-with-fixed-single-axis-scaleband](https://next.layerchart.com/docs/components/Tooltip/multiple-tooltips-with-fixed-single-axis-scaleband/llms.txt): Example code for Tooltip
- [Tooltip/multiple-tooltips-with-fixed-single-axis](https://next.layerchart.com/docs/components/Tooltip/multiple-tooltips-with-fixed-single-axis/llms.txt): Example code for Tooltip
- [Tooltip/portal-overflow](https://next.layerchart.com/docs/components/Tooltip/portal-overflow/llms.txt): Example code for Tooltip
- [Tooltip/scatter-plot](https://next.layerchart.com/docs/components/Tooltip/scatter-plot/llms.txt): Example code for Tooltip
- [Tooltip/simple-bars](https://next.layerchart.com/docs/components/Tooltip/simple-bars/llms.txt): Example code for Tooltip
- [Tooltip/single-date-time](https://next.layerchart.com/docs/components/Tooltip/single-date-time/llms.txt): Example code for Tooltip
- [Tooltip/stacked-area](https://next.layerchart.com/docs/components/Tooltip/stacked-area/llms.txt): Example code for Tooltip
- [Trail/basic](https://next.layerchart.com/docs/components/Trail/basic/llms.txt): Example code for Trail
- [Trail/curves](https://next.layerchart.com/docs/components/Trail/curves/llms.txt): Example code for Trail
- [Trail/playground](https://next.layerchart.com/docs/components/Trail/playground/llms.txt): Example code for Trail
- [Trail/tdf-stage](https://next.layerchart.com/docs/components/Trail/tdf-stage/llms.txt): Example code for Trail
- [TransformContext/pan-zoom-axes](https://next.layerchart.com/docs/components/TransformContext/pan-zoom-axes/llms.txt): Example code for TransformContext
- [TransformContext/pan-zoom-html-image](https://next.layerchart.com/docs/components/TransformContext/pan-zoom-html-image/llms.txt): Example code for TransformContext
- [TransformContext/pan-zoom-svg-image](https://next.layerchart.com/docs/components/TransformContext/pan-zoom-svg-image/llms.txt): Example code for TransformContext
- [TransformContext/planet-distances](https://next.layerchart.com/docs/components/TransformContext/planet-distances/llms.txt): Example code for TransformContext
- [TransformContext/playground](https://next.layerchart.com/docs/components/TransformContext/playground/llms.txt): Example code for TransformContext
- [TransformContext/scroll-activation-key](https://next.layerchart.com/docs/components/TransformContext/scroll-activation-key/llms.txt): Example code for TransformContext
- [Tree/basic](https://next.layerchart.com/docs/components/Tree/basic/llms.txt): Example code for Tree
- [Tree/html-nodes](https://next.layerchart.com/docs/components/Tree/html-nodes/llms.txt): Example code for Tree
- [Tree/playground](https://next.layerchart.com/docs/components/Tree/playground/llms.txt): Example code for Tree
- [Treemap/basic](https://next.layerchart.com/docs/components/Treemap/basic/llms.txt): Example code for Treemap
- [Treemap/complex](https://next.layerchart.com/docs/components/Treemap/complex/llms.txt): Example code for Treemap
- [Treemap/nested-filter](https://next.layerchart.com/docs/components/Treemap/nested-filter/llms.txt): Example code for Treemap
- [Treemap/nested-zoom](https://next.layerchart.com/docs/components/Treemap/nested-zoom/llms.txt): Example code for Treemap
- [Treemap/playground](https://next.layerchart.com/docs/components/Treemap/playground/llms.txt): Example code for Treemap
- [Treemap/stacked-zoom](https://next.layerchart.com/docs/components/Treemap/stacked-zoom/llms.txt): Example code for Treemap
- [Vector/anchor](https://next.layerchart.com/docs/components/Vector/anchor/llms.txt): Example code for Vector
- [Vector/basic](https://next.layerchart.com/docs/components/Vector/basic/llms.txt): Example code for Vector
- [Vector/data-mode](https://next.layerchart.com/docs/components/Vector/data-mode/llms.txt): Example code for Vector
- [Vector/election-wind-map](https://next.layerchart.com/docs/components/Vector/election-wind-map/llms.txt): Example code for Vector
- [Vector/shapes](https://next.layerchart.com/docs/components/Vector/shapes/llms.txt): Example code for Vector
- [Vector/wind-map](https://next.layerchart.com/docs/components/Vector/wind-map/llms.txt): Example code for Vector
- [Violin/bandwidth](https://next.layerchart.com/docs/components/Violin/bandwidth/llms.txt): Example code for Violin
- [Violin/basic](https://next.layerchart.com/docs/components/Violin/basic/llms.txt): Example code for Violin
- [Violin/horizontal](https://next.layerchart.com/docs/components/Violin/horizontal/llms.txt): Example code for Violin
- [Violin/with-box-median](https://next.layerchart.com/docs/components/Violin/with-box-median/llms.txt): Example code for Violin
- [Voronoi/radius](https://next.layerchart.com/docs/components/Voronoi/radius/llms.txt): Example code for Voronoi
- [Waffle/auto-multiple](https://next.layerchart.com/docs/components/Waffle/auto-multiple/llms.txt): Example code for Waffle
- [Waffle/band-padding](https://next.layerchart.com/docs/components/Waffle/band-padding/llms.txt): Example code for Waffle
- [Waffle/basic](https://next.layerchart.com/docs/components/Waffle/basic/llms.txt): Example code for Waffle
- [Waffle/circular-cells](https://next.layerchart.com/docs/components/Waffle/circular-cells/llms.txt): Example code for Waffle
- [Waffle/custom-symbol](https://next.layerchart.com/docs/components/Waffle/custom-symbol/llms.txt): Example code for Waffle
- [Waffle/horizontal](https://next.layerchart.com/docs/components/Waffle/horizontal/llms.txt): Example code for Waffle
- [Waffle/months](https://next.layerchart.com/docs/components/Waffle/months/llms.txt): Example code for Waffle
- [Waffle/olympians-by-birth-year](https://next.layerchart.com/docs/components/Waffle/olympians-by-birth-year/llms.txt): Example code for Waffle
- [Waffle/olympians-by-sex](https://next.layerchart.com/docs/components/Waffle/olympians-by-sex/llms.txt): Example code for Waffle
- [Waffle/olympians-weight-by-sex](https://next.layerchart.com/docs/components/Waffle/olympians-weight-by-sex/llms.txt): Example code for Waffle
- [Waffle/penguins](https://next.layerchart.com/docs/components/Waffle/penguins/llms.txt): Example code for Waffle
- [Waffle/stacked](https://next.layerchart.com/docs/components/Waffle/stacked/llms.txt): Example code for Waffle
- [Waffle/survey](https://next.layerchart.com/docs/components/Waffle/survey/llms.txt): Example code for Waffle
- [Waffle/unit-multiple](https://next.layerchart.com/docs/components/Waffle/unit-multiple/llms.txt): Example code for Waffle