Uses of Class
com.vaadin.flow.component.charts.Chart
Packages that use Chart
-
Uses of Chart in com.vaadin.flow.component.ai.chart
Methods in com.vaadin.flow.component.ai.chart with parameters of type ChartModifier and TypeMethodDescriptionstatic voidChartRenderer.renderChart(Chart chart, DatabaseProvider databaseProvider, DataConverter dataConverter, List<String> queries, String configJson) Renders a chart by executing queries, converting results to series, and applying configuration.Constructors in com.vaadin.flow.component.ai.chart with parameters of type ChartModifierConstructorDescriptionChartAIController(Chart chart, DatabaseProvider databaseProvider) Creates a new AI chart controller. -
Uses of Chart in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return ChartConstructors in com.vaadin.flow.component.charts.events with parameters of type ChartModifierConstructorDescriptionChartAddSeriesEvent(Chart source, boolean fromClient, String name, tools.jackson.databind.node.ArrayNode data) Constructs a ChartAddSeriesEventChartAfterPrintEvent(Chart source, boolean fromClient) Constructs a ChartAfterPrintEventChartBeforePrintEvent(Chart source, boolean fromClient) Constructs a ChartBeforePrintEventChartClickEvent(Chart source, boolean fromClient, Double x, Double y, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button) Constructs a ChartClickEventChartDrillupAllEvent(Chart source, boolean fromClient) Constructs a ChartDrillupAllEventChartDrillupEvent(Chart source, boolean fromClient) Constructs a ChartDrillupEventChartLoadEvent(Chart source, boolean fromClient) Constructs a ChartLoadEventChartRedrawEvent(Chart source, boolean fromClient) ChartSelectionEvent(Chart source, boolean fromClient, Double selectionStart, Double selectionEnd, Double valueStart, Double valueEnd) Construct a ChartSelectionEventDrilldownEvent(Chart source, boolean fromClient, String drilldown, String category, Double x, Double y, int pointIndex, String pointId, int seriesIndex) Construct a ChartDrilldownEventPointClickEvent(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, double x, double y, int seriesIndex, String category, int pointIndex, String pointId) Constructs a PointClickEventPointDragEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointDragStartEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointDropEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category, Double start, Double end, String parent, Double x, Double y) PointLegendItemClickEvent(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex, String category, int pointIndex, String pointId) Constructs a SeriesLegendItemClickEventPointMouseOutEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category) PointMouseOverEvent(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category) PointRemoveEvent(Chart source, boolean fromClient, int seriesIndex, String category, double x, double y, int pointIndex, String pointId) PointSelectEvent(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId) PointUnselectEvent(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId) PointUpdateEvent(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId, Double oldXValue, Double oldYValue, Double newXValue, Double newYValue) SeriesAfterAnimateEvent(Chart source, boolean fromClient, int seriesIndex) SeriesCheckboxClickEvent(Chart source, boolean fromClient, boolean isChecked, int seriesIndex) Constructs a SeriesCheckboxClickEventSeriesClickEvent(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, double x, double y, int seriesIndex) SeriesHideEvent(Chart source, boolean fromClient, int seriesIndex) SeriesLegendItemClickEvent(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex) Constructs a SeriesLegendItemClickEventSeriesMouseOutEvent(Chart source, boolean fromClient, int seriesIndex) SeriesMouseOverEvent(Chart source, boolean fromClient, int seriesIndex) SeriesShowEvent(Chart source, boolean fromClient, int seriesIndex) XAxesExtremesSetEvent(Chart source, boolean fromClient, double min, double max, int axisIndex) YAxesExtremesSetEvent(Chart source, boolean fromClient, double min, double max, int axisIndex)