HanSolo / charts

A JavaFX library that contains different kind of charts
Apache License 2.0
660 stars 83 forks source link

Axis for heatMap #97

Closed permiakover closed 1 year ago

permiakover commented 1 year ago

Is it possible to add yAxis, xAxis and grid for heatMap?

HanSolo commented 1 year ago

You should be able to create an anchorpane and add the axis, grid and heatmap to it. But it‘s not linked like with the charts. But it should work, please check out the grid test and axis test classes in the test pkg to get an idea.

permiakover commented 1 year ago

like overlay, i got it