Reincharts
    Preparing search index...
    • Extracts and transforms chart-specific properties from the global moreProps object

      Parameters

      • moreProps: any

        The global properties object containing all chart configurations

      • chartId: any

        The ID of the specific chart to get properties for

      Returns any

      A new object that contains:

      1. All original properties from moreProps
      2. The chartConfig for the requested chart
      3. Adjusted mouseXY coordinates relative to the chart's origin

      This function is essential for multi-chart layouts where each chart needs mouse coordinates relative to its own position rather than the overall canvas.