@lightdash/common 0.1478.6 → 0.1478.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.6",
3
+ "version": "0.1478.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [