Skip to main content
widgets

fyneline

Typed, responsive charts for Fyne, with a chainable API inspired by LayerChart.

by Nathanael Bonfim

About

Fyneline currently provides BarChart, AreaChart, ArcChart, and Spline. Each is a regular fyne.Widget that can be passed directly to Window.SetContent or any Fyne container.

addon screenshot addon screenshot addon screenshot

Installation

You can install this add-on using go get:

go get github.com/nathabonfim59/fyneline

Or you can download the code directly from git:

git clone https://github.com/nathabonfim59/fyneline