@lightdash/common 0.1478.7 → 0.1478.8

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.
@@ -197,6 +197,7 @@ export type Series = {
197
197
  showSymbol?: boolean;
198
198
  smooth?: boolean;
199
199
  markLine?: MarkLine;
200
+ isFilteredOut?: boolean;
200
201
  };
201
202
  export type EchartsLegend = {
202
203
  show?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1478.7",
3
+ "version": "0.1478.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [