Interface ChartJsTimeConfig

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    SimpleChartJsTimeConfig

    public interface ChartJsTimeConfig
    extends Serializable
    Represents the time-specific configuration for a specific axis of the type 'time'. Corresponds to the elements of the config.options.scales.xAxes[].time and config.options.scales.yAxes[].time properties.
    Author:
    haster
    See Also:
    "http://www.chartjs.org/docs/latest/axes/cartesian/time.html"
    • Method Detail

      • getIsoWeekday

        Boolean getIsoWeekday()
        if true, Monday will be considered the first day of the week, otherwise it will be Sunday. Only relevant if the unit is set to ChartJsTimeUnit.WEEK
      • getStepSize

        Number getStepSize()