charting refactor into shapes, not debugged

This commit is contained in:
Tim
2024-02-05 20:02:49 -04:00
parent 5587915728
commit 042f96b37c
13 changed files with 614 additions and 114 deletions

View File

@@ -12,8 +12,9 @@
<script setup>
import BuilderPanel from "@/components/chart/BuilderPanel.vue";
import {ShapeCallback, drawShape, ShapeType, VerboseCallback} from "@/chart.js";
import {prototype} from "@/blockchain/common.js";
import {drawShape, ShapeCallback, VerboseCallback} from "@/charts/chart.js";
import {prototype} from "@/common.js";
import {ShapeType} from "@/charts/shape.js";
const props = defineProps(['builder'])