stream-charts
    Preparing search index...

    Function createPlotContainer

    • Creates the main SVG for holding the plot.

      Parameters

      • chartId: number

        A unique value identifying the chart.

      • container: SVGSVGElement

        The SVG element interface

      • plotDimensions: Dimensions

        The dimensions of the plot

      • color: string

        The SVG color attribute used for the axis

      Returns GSelection