Skip to content

Can't call small multiple unless you go through the chart component. #31

@ONSSamBennett

Description

@ONSSamBennett

Because of the way props are passed through the components, you currently can't call a small multiple version of a chart directly through a chart type component (e.g. BarChart.svelte), this is because Chart.svelte does some data manipulation to pass grouped small multiple data to the SmalMultiple component, which then passes to the relevant chart component. The workflow needs amending so that you can call SmallMultiple either through the Chart.svelte or individual chart components.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions