Uses of Class
com.vaadin.flow.component.charts.model.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in com.vaadin.flow.component.ai.chart
Methods in com.vaadin.flow.component.ai.chart that return ConfigurationModifier and TypeMethodDescriptionChartState.configuration()Returns the value of theconfigurationrecord component.static ConfigurationParses a Highcharts JSON configuration string into a newConfigurationobject.Methods in com.vaadin.flow.component.ai.chart with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic voidChartConfigurationParser.merge(String configJson, Configuration config) Parses a JSON configuration string and applies the values onto the givenConfiguration.Constructors in com.vaadin.flow.component.ai.chart with parameters of type ConfigurationModifierConstructorDescriptionChartState(List<String> queries, Configuration configuration) Creates a new state instance. -
Uses of Configuration in com.vaadin.flow.component.charts
Methods in com.vaadin.flow.component.charts that return ConfigurationMethods in com.vaadin.flow.component.charts with parameters of type Configuration -
Uses of Configuration in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ConfigurationMethods in com.vaadin.flow.component.charts.model with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractSeries.setConfiguration(Configuration configuration) voidDrilldown.setConfiguration(Configuration configuration) Sets the configuration linked to the drilldown series.voidSeries.setConfiguration(Configuration configuration) Sets the configuration to which this series is linked.