README ¶ barchart package main import "github.com/avissian/pterm" func main() { bars := pterm.Bars{ pterm.Bar{ Label: "Bar 1", Value: 5, }, pterm.Bar{ Label: "Bar 2", Value: 3, }, pterm.Bar{ Label: "Longer Label", Value: 7, }, } _ = pterm.DefaultBarChart.WithBars(bars).Render() _ = pterm.DefaultBarChart.WithHorizontal().WithBars(bars).Render() } Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.