Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Enum Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
  • Deprecated Enum Classes
    Enum Class
    Description
    com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
  • Deprecated Methods
    Method
    Description
    com.vaadin.flow.component.charts.model.AbstractSeriesItem.setX(Date)
    as of 4.0. Use AbstractSeriesItem.setX(Instant)
    com.vaadin.flow.component.charts.model.AreaOptions.setPointStart(Date)
    as of 4.0. Use AreaOptions.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.Axis.setMax(Date)
    use setMax(Instant) instead
    com.vaadin.flow.component.charts.model.Axis.setMin(Date)
    use setMin(Instant) instead
    com.vaadin.flow.component.charts.model.Breaks.setFrom(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.Breaks.setTo(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.OhlcOptions.setPointStart(Date)
    as of 4.0. Use OhlcOptions.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotBand.setFrom(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotBand.setTo(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsArea.setPointStart(Date)
    as of 4.0. Use PlotOptionsArea.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsArearange.setPointStart(Date)
    as of 4.0. Use PlotOptionsArearange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsAreaspline.setPointStart(Date)
    as of 4.0. Use PlotOptionsAreaspline.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange.setPointStart(Date)
    as of 4.0. Use PlotOptionsAreasplinerange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBar.setPointStart(Date)
    as of 4.0. Use PlotOptionsBar.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBoxplot.setPointStart(Date)
    as of 4.0. Use PlotOptionsBoxplot.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBubble.setPointStart(Date)
    as of 4.0. Use PlotOptionsBubble.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsCandlestick.setPointStart(Date)
    as of 4.0. Use PlotOptionsCandlestick.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsColumn.setPointStart(Date)
    as of 4.0. Use PlotOptionsColumn.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsColumnrange.setPointStart(Date)
    as of 4.0. Use PlotOptionsColumnrange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsErrorbar.setPointStart(Date)
    as of 4.0. Use PlotOptionsErrorbar.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsLine.setPointStart(Date)
    as of 4.0. Use PlotOptionsLine.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsOhlc.setPointStart(Date)
    as of 4.0. Use PlotOptionsOhlc.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsPolygon.setPointStart(Date)
    as of 4.0. Use PlotOptionsPolygon.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsScatter.setPointStart(Date)
    as of 4.0. Use PlotOptionsScatter.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsSeries.setPointStart(Date)
    as of 4.0. Use PlotOptionsSeries.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsSpline.setPointStart(Date)
    as of 4.0. Use PlotOptionsSpline.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsWaterfall.setPointStart(Date)
    as of 4.0. Use PlotOptionsWaterfall.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PointOptions.setPointStart(Date)
    com.vaadin.flow.component.charts.util.Util.toHighchartsTS(Date)
    as of 4.0. Use toHighchartsTS(Instant)
    com.vaadin.flow.component.charts.util.Util.toServerDate(double)
    as of 4.0. Use toServerInstant(double)
  • Deprecated Constructors
    Constructor
    Description
    com.vaadin.flow.component.charts.model.DataSeriesItem(Date, Number)
    as of 4.0. Use DataSeriesItem(Instant, Number)
    com.vaadin.flow.component.charts.model.DataSeriesItem(Date, Number, Number)
    as of 4.0. Use DataSeriesItem(Instant, Number,Number)
    com.vaadin.flow.component.charts.model.FlagItem(Date, String)
    as of 4.0. Use FlagItem(Instant, String)
    com.vaadin.flow.component.charts.model.FlagItem(Date, String, String)
    as of 4.0. Use FlagItem(Instant, String, String)
    com.vaadin.flow.component.charts.model.OhlcItem(Date, Number, Number, Number, Number)
    as of 4.0. Use OhlcItem(Instant, Number, Number, Number, Number)

Copyright © 2025. All rights reserved.