Type Alias ChartLink

ChartLink: {
    column: ColumnName;
    id: string;
    param_index?: number;
    set_color: boolean;
    set_legend: boolean;
    set_param: boolean;
    set_title: boolean;
    set_tooltip: boolean;
    source_chart: string;
    target_charts: string[];
    type: "chart_columnval_link";
}

Type declaration

  • column: ColumnName
  • id: string
  • Optionalparam_index?: number
  • set_color: boolean
  • set_legend: boolean
  • set_param: boolean

    if true, the parm at given parm_index will be set...

  • set_title: boolean
  • set_tooltip: boolean
  • source_chart: string
  • target_charts: string[]
  • type: "chart_columnval_link"