Skip to content

Commit 6aafe18

Browse files
committed
feat: remove unused files and refactor tests
- Deleted `src/workers/index.ts` and `style.css` as they are no longer needed. - Updated import paths in `quadTree.test.ts` to reflect new structure. - Enhanced `Factory.test.ts` with additional tests for geometry handling and improved structure. - Added comprehensive documentation for TopoJSON format and its usage. - Introduced `Column` class in `src/statistics/Column.ts` for data handling and statistics calculations. - Exported `Column` class from `src/statistics/index.ts` for easier access.
1 parent a8868b4 commit 6aafe18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1151
-1989
lines changed

data/Blue.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/Green.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/Pink.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/Yellow.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/bluePoint.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/greenStar.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/logo.svg

Lines changed: 0 additions & 31 deletions
This file was deleted.

data/redPoint.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/src/components/SidebarControls.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@
77
</el-icon>
88
</el-tooltip>
99

10-
1110
<el-icon @click="toggleDrawer" class="control-icon">
1211
<Upload v-if="!isDrawerVisible" />
1312
<Download v-else />
1413
</el-icon>
1514

16-
17-
<!-- <el-tooltip :content="isCollapsed ? 'Expand' : 'Collapse'" placement="top">
18-
<el-icon @click="toggleCollapse" class="control-icon">
19-
<Fold v-if="!isCollapsed" />
20-
<Expand v-else />
21-
</el-icon>
22-
</el-tooltip> -->
23-
2415
</div>
2516
</template>
2617

0 commit comments

Comments
 (0)