Initial commit
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.List;
|
||||
public class DashboardView extends VerticalLayout {
|
||||
|
||||
public DashboardView() {
|
||||
ApexChart chart = new ApexChart();
|
||||
ApexChart chart = new ApexChart(ApexChart.ChartType.LINE);
|
||||
chart.setWidthFull();
|
||||
chart.setHeight("400px");
|
||||
chart.setData("Umsatz 2026",
|
||||
|
||||
Reference in New Issue
Block a user