-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AreaChart use only XYChart<String, Number> #10
Comments
Maybe I'm late but I was having a look at this and I found that it already works: you only have to provide the Axis. So it will work if you change your code like this:
|
Thank you for your feedback very well, but I resolved this issue in the past by replacing the AreaChart with standard Chart from jdk. |
You're welcome. Maybe this issue should be closed now? |
Yes of course, but I can propose to add programmer friendly exception for that case (missmath between series generic types and xAxis or something like that) |
Hello!
I would like to make a ticket with this issue:
When i try to build a new Tile with series of type XYChart<Number, Number> to use it for dynamic visualization i am getting:
To reproduce problem use snippet and put it into Main code:
The text was updated successfully, but these errors were encountered: