@databrainhq/plugin 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -141,6 +141,8 @@ export type ChartSettingsType = {
141
141
  isMultiDimension?: boolean;
142
142
  isDynamicSeries?: boolean;
143
143
  seriesField?: string;
144
+ metricFilterPosition?: string;
145
+ seriesOptions?: string[];
144
146
  };
145
147
  export type SelectedColumns = {
146
148
  column: string;