Sparklines (Premium)

Sparkline is a premium Feathers UI component that renders a tiny chart or graph that displays a trend in a highly condensed way. Sparklines are intended to be rendered without axes or other indicators of numeric range. They are often displayed inline with text or grouped together with multiple other sparklines.

Installation

When you purchase Sparklines, you will download a .zip bundle that contains everything you need to use the UI components in the pack. Start by extracting the .zip file in a directory somewhere on your local file system. The .zip bundle contains several things, including:

  • A README.md file
  • Full .hx source code files
  • An HTML API Reference
  • Sample Projects
  • Another .zip file, which may be installed as a local library with Haxelib

To install with Haxelib, run the following command (replace the x.y.z string with the actual version that you downloaded):

haxelib install feathersui-sparklines-x.y.z.zip

Then, add the following to your OpenFL project.xml file.

<haxelib name="feathersui-sparklines" />