Versions in this module Expand all Collapse all v1 v1.0.1 Mar 8, 2026 Changes in this version + func Chart(props ...Props) templ.Component + func Script() templ.Component + type Config struct + Data Data + Horizontal bool + Options Options + ShowLegend bool + ShowXAxis bool + ShowXGrid bool + ShowXLabels bool + ShowYAxis bool + ShowYGrid bool + ShowYLabels bool + Stacked bool + Type Variant + type Data struct + Datasets []Dataset + Labels []string + type Dataset struct + BackgroundColor interface{} + BorderColor interface{} + BorderWidth int + Data []float64 + Fill bool + Label string + Stepped bool + Tension float64 + type Options struct + Legend bool + Responsive bool + type Props struct + Attributes templ.Attributes + Class string + Data Data + Horizontal bool + ID string + Options Options + ShowLegend bool + ShowXAxis bool + ShowXGrid bool + ShowXLabels bool + ShowYAxis bool + ShowYGrid bool + ShowYLabels bool + Stacked bool + Variant Variant + type Variant string + const VariantBar + const VariantDoughnut + const VariantLine + const VariantPie + const VariantRadar