stream-charts
    Preparing search index...
    interface Props {
        backgroundColor: string;
        chartId: number;
        children: Element | Element[];
        color: string;
        container: SVGSVGElement | null;
        hoveredSeriesRef: MutableRefObject<string | null>;
        mainG: GSelection | null;
        seriesFilter?: RegExp;
        seriesStyles?: Map<string, SeriesLineStyle>;
        svgStyle: Partial<SvgStyle>;
    }
    Index

    Properties

    backgroundColor: string
    chartId: number
    children: Element | Element[]
    color: string
    container: SVGSVGElement | null
    hoveredSeriesRef: MutableRefObject<string | null>
    mainG: GSelection | null
    seriesFilter?: RegExp
    seriesStyles?: Map<string, SeriesLineStyle>
    svgStyle: Partial<SvgStyle>