Represents categorized numeric data.
Function alias for creating item labels for scalax.chart.CategoryCharts.
Function alias for creating tooltips for scalax.chart.CategoryCharts.
Generic graphical representation of data.
Contains various factories to conveniently create charts.
Contains all enrichments.
Provides methods for both displaying a chart and integrating it into the Scala Swing UI framework.
Mixin for charts with a domain axis.
Contains imports from foreign packages.
Mixin for charts which may display labels.
Represents categorized numeric data with multiple pies.
Represents categorized numeric data with a pie.
Template trait for pie charts.
Function alias for creating item labels for scalax.chart.PieChartLike charts.
Function alias for creating tooltips for scalax.chart.PieChartLike charts.
Mixin for charts with a range axis.
Contains an enriched JFreeChart
that provides convenient access to
e.
Contains enrichments for collections for conversions to datasets.
Represents categorized numeric data with a ring.
Contains only the static forwarder imports from foreign packages.
Provides methods for saving a chart.
Mixin for charts which may display tooltips.
Contains only the type imports from foreign packages.
Represents numeric data.
Function alias for creating item labels for scalax.chart.XYCharts.
Function alias for creating tooltips for scalax.chart.XYCharts.
Contains various factories to conveniently create charts.
Contains all enrichments.
Contains imports from foreign packages.
Contains an enriched JFreeChart
that provides convenient access to
e.
Contains enrichments for collections for conversions to datasets.
Contains only the static forwarder imports from foreign packages.
Contains only the type imports from foreign packages.
This package contains implicit views / implicit conversions.
This package contains a library for creating and working with charts. It wraps JFreeChart, much like
scala.swing
does with the originaljavax.swing
package. The basic starting point is to use the following imports:With these imports you can convert Scala collections to the datasets of JFreeChart and use chart factories:
There are also implicit conversions / views available in the scalax.chart.views package, but they are not contained by scalax.chart.Charting, because of ambiguity issues with implicit conversions.