jrubyfx
jrubyfx copied to clipboard
SortingPolicy enum not recognized
@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