Documentation ¶
Overview ¶
Package chartbuilder provides a chart builder for rending themed Fyne charts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartBuilder ¶
type ChartBuilder struct { // Parameters must be set before calling Render to customize. ForegroundColor color.Color BackgroundColor color.Color Font *truetype.Font }
CharBuilder renders themed Fyne charts.
func New ¶
func New() ChartBuilder
New returns a new ChartBuilder object.
The builder can be customized by setting it's exported fields.
Click to show internal directories.
Click to hide internal directories.