Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal committed Jan 3, 2025
1 parent ff2fdea commit 9242858
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions web-common/src/features/canvas/components/charts/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export function generateSpec(
return generateVLStackedBarChartSpec(chartConfig, data);
case "line_chart":
return generateVLLineChartSpec(chartConfig, data);
default:
return generateVLBarChartSpec(chartConfig, data);
}
}

Expand Down
Empty file.
18 changes: 0 additions & 18 deletions web-common/src/features/canvas/state-managers/types.ts

This file was deleted.

0 comments on commit 9242858

Please sign in to comment.