Skip to content

Commit

Permalink
Fixed?: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 31, 2023
1 parent c489616 commit 94b07cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/layout/CategoryMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ export default function CategoryMetrics({
<div className="w-1/2 relative bottom-2">
{
<Chart
chartType="area"
types={
selectedCategory === null || selectedCategory === "Chains"
? data.native_transfers.daily.types
Expand Down
1 change: 1 addition & 0 deletions components/layout/OverviewMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ export default function OverviewMetrics({
chartWidth="100%"
/>
<Chart
chartType="area"
types={
selectedChain === null
? data.all_l2s.daily.types
Expand Down
2 changes: 1 addition & 1 deletion lib/chartUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const tooltipPositioner = function (this, width, height, point) {
};
};

export const baseOptions: Highcharts.Options = {
export const baseOptions: any = {
accessibility: { enabled: false },
exporting: { enabled: false },
chart: {
Expand Down

0 comments on commit 94b07cc

Please sign in to comment.