Skip to content

Commit

Permalink
Fix package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Oct 31, 2024
1 parent 4b18ad6 commit 8845851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/app/stores/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

import { DataAxisExpression } from "src/core/prototypes/marks/data_axis.attrs";
import { Dataset, Specification, uniqueID } from "../../core";
import {
GridDirection,
Expand Down Expand Up @@ -104,7 +103,7 @@ export function createDefaultPlotSegment(
treemap: <{
paddingInner: number;
paddingOuter: number;
dataExpressions: DataAxisExpression[];
dataExpressions: any[];
measureExpression: string;
}>{
paddingInner: 0,
Expand Down

0 comments on commit 8845851

Please # to comment.