Represents a line of reference.
Represents categorized numeric data.
Generic graphical representation of data.
A template class for companion objects of Chart classes.
Mixin solely for the purpose of providing common documentation macros.
Represents categorized numeric data with multiple pies.
Represents categorized numeric data with a pie.
Represents categorized numeric data with a ring.
Represents numeric data.
Low-level factory for category charts.
Provides a very basic factory to turn any JFreeChart
into a Chart
and contains default settings.
Factory for multiple pie charts.
Factory for pie charts.
Factory for ring charts.
Low-level factory for XY charts.
All-you-can-eat import providing all the high-level functionality of this library.
This package provides a la carte imports.
This package contains a library for creating and working with charts. It wraps JFreeChart, much like
scala.swing
does with the originaljavax.swing
package.Getting Started
There is an all you can eat import providing all the high-level functionality of this library:
All of the functionality of the api object is also contained by module.Charting, which you can either import or use as a mixin:
The module package provides a la carte imports, which you can import or mix in for only parts of the API. To find out more about the modules in detail, have a look at the documentation of the module.Charting module. From there on you can discover the modules one by one.