|
|
|
@ -4,9 +4,6 @@
|
|
|
|
<?import java.lang.*?>
|
|
|
|
<?import java.lang.*?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
@ -22,8 +19,8 @@
|
|
|
|
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
|
|
|
|
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />
|
|
|
|
</rowConstraints>
|
|
|
|
</rowConstraints>
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
<Pane prefHeight="200.0" prefWidth="400.0" GridPane.halignment="LEFT" GridPane.valignment="TOP">
|
|
|
|
<Pane prefHeight="200.0" prefWidth="400.0" GridPane.halignment="LEFT" GridPane.valignment="TOP">
|
|
|
|
<fx:include fx:id="arrow" source="arrow.fxml" />
|
|
|
|
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<Accordion>
|
|
|
|
<Accordion>
|
|
|
|
<panes>
|
|
|
|
<panes>
|
|
|
|
@ -73,11 +70,7 @@
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
<Font name="System Bold" size="15.0" />
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
</Label>
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" GridPane.halignment="RIGHT" GridPane.valignment="TOP">
|
|
|
|
<StackPane fx:id="arrowPane" alignment="TOP_RIGHT" mouseTransparent="true" prefHeight="150.0" prefWidth="150.0" snapToPixel="false" />
|
|
|
|
<GridPane.margin>
|
|
|
|
|
|
|
|
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
|
|
|
|
|
|
|
</GridPane.margin>
|
|
|
|
|
|
|
|
</StackPane>
|
|
|
|
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
</GridPane>
|
|
|
|
</GridPane>
|
|
|
|
<AnchorPane layoutX="450.0" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
|
|
<AnchorPane layoutX="450.0" minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="200.0" GridPane.columnIndex="1">
|
|
|
|
@ -94,10 +87,10 @@
|
|
|
|
<children>
|
|
|
|
<children>
|
|
|
|
<LineChart fx:id="sparklineChart" layoutX="-211.0" layoutY="-186.0" mouseTransparent="true" prefHeight="167.0" prefWidth="178.0" titleSide="LEFT" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<LineChart fx:id="sparklineChart" layoutX="-211.0" layoutY="-186.0" mouseTransparent="true" prefHeight="167.0" prefWidth="178.0" titleSide="LEFT" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
<xAxis>
|
|
|
|
<xAxis>
|
|
|
|
<NumberAxis side="BOTTOM" fx:id="xAxis"/>
|
|
|
|
<NumberAxis side="BOTTOM" fx:id="xAxis" />
|
|
|
|
</xAxis>
|
|
|
|
</xAxis>
|
|
|
|
<yAxis>
|
|
|
|
<yAxis>
|
|
|
|
<NumberAxis side="LEFT" fx:id="yAxis"/>
|
|
|
|
<NumberAxis fx:id="yAxis" side="LEFT" />
|
|
|
|
</yAxis>
|
|
|
|
</yAxis>
|
|
|
|
</LineChart>
|
|
|
|
</LineChart>
|
|
|
|
</children>
|
|
|
|
</children>
|
|
|
|
|