jrubyfx icon indicating copy to clipboard operation
jrubyfx copied to clipboard

SortingPolicy enum not recognized

Open pilhuhn opened this issue 9 years ago • 0 comments

@FXMLChart.axis_sorting_policy = :x_axis

fails with "can't convert symbol" as described in the wiki

This workaround works:

@FXMLChart.axis_sorting_policy = LineChart::SortingPolicy::X_AXIS

pilhuhn avatar Aug 06 '16 20:08 pilhuhn