Back to Tuist

ChartPoint

noora/docs/components/chartpoint.md

4.204.0781 B
Original Source
<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->

ChartPoint

Describes one declarative chart data point.

html
<noora-chart-point value="28" color="var:noora-chart-primary"></noora-chart-point>

Attributes

AttributeType or allowed valuesDefaultDescription
valuenumberNoneSets the numeric data value.
colorstringNoneOverrides the point color, including with a Noora semantic chart color.
urlstringNoneNavigates to this address when the point is selected.

Use this element inside noora-chart-series.

Point

Describe one semantically colored value.

html
<noora-chart-point value="28" color="var:noora-chart-primary"></noora-chart-point>