Skip to content

Commit

Permalink
Have interventions, variables, and comparison charts across all ta3 o…
Browse files Browse the repository at this point in the history
…perators. (#5429)
  • Loading branch information
jryu01 authored Nov 11, 2024
1 parent f8c27ff commit 084f793
Show file tree
Hide file tree
Showing 6 changed files with 561 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<transition>
<div class="chart-settings-panel" v-if="activeSettings !== null">
<header :class="{ shadow: false }">
<Button :icon="`pi pi-times`" @click="$emit('close')" text rounded size="large" />
<h4>Chart Settings</h4>
<Button :icon="`pi pi-angle-double-right`" @click="$emit('close')" text rounded size="large" />
<h4>{{ activeSettings.name }}</h4>
</header>
<div class="content">
<div v-if="chartAnnotations !== undefined" class="annotation-items">
Expand Down Expand Up @@ -95,7 +95,8 @@ const cancelGenerateAnnotation = () => {
position: absolute;
top: 0;
z-index: 3;
height: 100%;
margin-top: 50px;
height: calc(100% - 50px);
width: 100%;
background: #fff;
left: 0;
Expand Down
Loading

0 comments on commit 084f793

Please sign in to comment.