whatcall - v0.0.0
    Preparing search index...

    The responses chart component displays a bar-graph of scenario responses.

    A bar is shown for each option, with a histogram of the count of responses to that component.

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    barChartOptions:
        | _DeepPartialObject<
            CoreChartOptions<"bar"> & ElementChartOptions<"bar"> & PluginChartOptions<
                "bar",
            > & DatasetChartOptions<"bar"> & ScaleChartOptions<"bar"> & BarControllerChartOptions,
        >
        | undefined = ...

    chart.js configuration

    scenarioStats: ScenarioStats | undefined

    The data for the chart in the format of a ScenartioStats object.

    Accessors

    • get _barChartData(): ChartData<"bar">
      Internal

      barChartData object used by chart.js to draw a chart (as HTML attribute).

      Set by scenarioStats property. Intended for internal component usage.

      Returns ChartData<"bar">