1) I want a BarChart where both axes are numbers(<Number, Number>
), but it seems like this isn't supported and that you need to have a category and a number axis.
Is there a way to override the BarChart class to get both axes as Number, Number?
2) Is it possibile to use LineChart to plot bars instead of BarChart class to get a histogram plot ?