I'm developing a software for the comparison of different amounts of data and I want to use charts to display them in a horizontal way. Important for me is to display just 3 charts on one side. If there are more than 3 the user shall scroll to the other charts.
相关问题
- Use JS/jQuery to scroll a div's content that h
- I get an exception when trying to swap elements in
- JFX scale image up and down to parent
- Dragging an undecorated Stage in JavaFX
- Jscrollpane - Fires a function when isAtBottom
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- SwiftUI automatically scroll to bottom in ScrollVi
- Low quality icon in taskbar of a Stage. JavaFX
- Loading custom font using JavaFX 8 and css
- Javafx Platform.runLater never running
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
It won't look exactly like that pic, I'm too lazy for css. The idea is to put all the charts in a GridPane inside a ScrollPane. Bind the charts so the width is exactly 1/3 of the TabPane width.
I used FXML since it's easier to make a scene.
FXMLDocument.fxml
FXMLDocumentController.java
Regular main class HorizCharts.java.