How to dynamically add a baseline to v-charts in vue?

v-charts in vue can add a baseline, but it is only written to death. How to dynamically add a baseline according to the data in the background?

<template>
    <ve-line :data="chartDataBPs" :settings="chartSettingsBPs" :data-empty="dataEmpty" :colors="colors" :mark-line="markLine"></ve-line>
</template>

<script>
    data(){
        this.markLine = {
            data:[
                {
                    yAxis: 130,
                },
                {
                    yAxis: 110,
                },
            ]
        }
        return{
            test:120
        }
    }
</script>

whether the data in test in data can be bound to yAxis.

Apr.22,2021

solve the problem by calculating attributes

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d7bf-40924.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d7bf-40924.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?