fcharts-js - v0.3.0
    Preparing search index...

    Variable FChartConst

    FChart: DefineComponent<
        ExtractPropTypes<
            {
                annotations: { default: undefined; type: PropType<AnnotationSpec[]> };
                data: { default: undefined; type: PropType<FChartData> };
                options: { default: undefined; type: PropType<FChartOptions> };
                series: { required: true; type: PropType<SeriesConfig[]> };
            },
        >,
        () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
        {},
        {},
        {},
        ComponentOptionsMixin,
        ComponentOptionsMixin,
        {},
        string,
        PublicProps,
        ToResolvedProps<
            ExtractPropTypes<
                {
                    annotations: { default: undefined; type: PropType<AnnotationSpec[]> };
                    data: { default: undefined; type: PropType<FChartData> };
                    options: { default: undefined; type: PropType<FChartOptions> };
                    series: { required: true; type: PropType<SeriesConfig[]> };
                },
            >,
            {},
        >,
        { annotations: AnnotationSpec[]; data: FChartData; options: FChartOptions },
        {},
        {},
        {},
        string,
        ComponentProvideOptions,
        true,
        {},
        any,
    > = ...

    Declarative fcharts chart for Vue 3. Pass stable data/series/options references — each identity change is forwarded as an update (a new data reference resets the view).