RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@lightdash/common
Versions diffs
0.1478.7 → 0.1478.8
@lightdash/common 0.1478.7 → 0.1478.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/types/savedCharts.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/savedCharts.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": [