intermediate checkin during chart order form work

This commit is contained in:
Tim
2024-02-29 17:54:50 -04:00
parent 8af1211ceb
commit 6cecac77db
14 changed files with 207 additions and 92 deletions

View File

@@ -260,9 +260,6 @@ const colors = computed( ()=> {
})
let priceRangeId = null
function adjustShapes() {
const limits = prices.value
// console.log('limits', limits)
@@ -334,7 +331,7 @@ function deleteBuilder() {
if (!props.builder.priceA)
lineA.createOrDraw();
lineA.createOrDraw(); // initiate drawing mode
</script>