@amad3v/solid-echarts - v1.0.2
    Preparing search index...

    Type Alias CreateChartResult

    Return value of createChart.

    instance is null before the container mounts, during a renderer reinit, and after dispose. Always guard against null before calling instance methods directly - or use useChart dispatch which handles this automatically.

    type CreateChartResult = {
        instance: Accessor<EChartsType | null>;
    }
    Index

    Properties

    Properties

    instance: Accessor<EChartsType | null>

    Reactive accessor for the live EChartsType instance.