@databrainhq/plugin 0.12.5 → 0.12.6

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.
@@ -156,6 +156,7 @@ export type ChartSettingsType = {
156
156
  seriesField?: string;
157
157
  metricFilterPosition?: string;
158
158
  seriesOptions?: string[];
159
+ ungroupedAlias?: string;
159
160
  dynamicXAxis?: {
160
161
  isEnabled?: boolean;
161
162
  options?: FloatingDropDownOption[];