function line
table: The table containing data for the chart.x: Column name for the x-axis values.y: Column name for the y-axis values.stroke: Column name to differentiate line strokes (e.g., for grouping lines).title: Title of the chart.split_table: Whether the table should be split into a separate section in the W&B UI. IfTrue, the table will be displayed in a section named “Custom Chart Tables”. Default isFalse.
CustomChart: A custom chart object that can be logged to W&B. To log the chart, pass it towandb.log().