Gerrit Grunwald

Results 132 comments of Gerrit Grunwald

Hi there, I‘m currently on vacation but will take a look at it when back home

Sorry but you have to provide more information and not just one question and some charts

I don't know netcdf-java, my library is totally unrelated to any datasource, so you need to learn how to get data from netcdf-java and you need to learn how to...

Well you should maybe take a look at https://github.com/HanSolo/heatmap which already has the Mapping interface. And I might be wrong but I think I already use it in charts.

Hi there, well to be honest I never thought about that. I’ve created the charts just for fun and had no real need for it. So everything is possible in...

Yep there is no styling available for the tooltips.

Would something like on the image work for you? ![InterruptedChart](https://user-images.githubusercontent.com/62843/131107726-0bab1809-6de9-4510-9e08-32fc7240917b.png)

Ok...so let me see how to make that possible. And if it will be in charts...it will probably also be in tilesfx :)

The question is how to define a "null" datapoint. Should there be a special EmptyXYChartItem for example that you create manually if needed or should the XYChartItem take Double instead...

I was thinking about to add an isEmpty flag to the Item class. So you could set the item to empty and it would not matter what data is in...