Versions in this module Expand all Collapse all v1 v1.1.1 Dec 4, 2025 Changes in this version + const ChartHeight + const ChartWidth + func RenderBarChart(data ChartData, style lipgloss.Style, accentColor, textColor lipgloss.Color) string + func RenderLineChart(data ChartData, style lipgloss.Style, accentColor, textColor lipgloss.Color) string + func RenderPieChart(data ChartData, style lipgloss.Style, colors []lipgloss.Color, ...) string + func RenderSparkline(data ChartData, accentColor lipgloss.Color) string + type ChartData struct + Labels []string + Title string + Values []float64 + func ExtractChartData(sheet models.Sheet, startRow, startCol, endRow, endCol int) ChartData + type ChartType int + const ChartBar + const ChartLine + const ChartPie + const ChartSparkline