applies formatting and linting
This commit is contained in:
@@ -181,7 +181,8 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
><NumericText :value="tick" :max_width="7"></NumericText></text>
|
||||
><NumericText :value="tick" :max_width="7"></NumericText
|
||||
></text>
|
||||
</template>
|
||||
</g>
|
||||
<g class="major_tick" clip-path="url(#y_ticker)">
|
||||
@@ -196,8 +197,8 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
><NumericText :value="tick" :max_width="6"></NumericText></text
|
||||
>
|
||||
><NumericText :value="tick" :max_width="6"></NumericText
|
||||
></text>
|
||||
</template>
|
||||
</g>
|
||||
<g class="grid_tick" clip-path="url(#y_ticker)">
|
||||
@@ -212,10 +213,9 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
>
|
||||
<NumericText :value="tick" :max_width="5"></NumericText>
|
||||
</text
|
||||
>
|
||||
<NumericText :value="tick" :max_width="5"></NumericText>
|
||||
</text>
|
||||
</template>
|
||||
</g>
|
||||
</template>
|
||||
@@ -232,7 +232,8 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
><NumericText :value="tick" :max_width="7"></NumericText></text>
|
||||
><NumericText :value="tick" :max_width="7"></NumericText
|
||||
></text>
|
||||
</template>
|
||||
</g>
|
||||
<g class="major_tick" clip-path="url(#y_ticker)">
|
||||
@@ -247,7 +248,8 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
><NumericText :value="tick" :max_width="6"></NumericText></text>
|
||||
><NumericText :value="tick" :max_width="6"></NumericText
|
||||
></text>
|
||||
</template>
|
||||
</g>
|
||||
<g class="grid_tick" clip-path="url(#y_ticker)">
|
||||
@@ -262,7 +264,8 @@ const lines = computed(() => {
|
||||
text_offset
|
||||
"
|
||||
:y="y_map(tick)"
|
||||
><NumericText :value="tick" :max_width="5"></NumericText></text>
|
||||
><NumericText :value="tick" :max_width="5"></NumericText
|
||||
></text>
|
||||
</template>
|
||||
</g>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user