Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <g targetVal="targetVal" class="xaxis">
  2. <line x1="0" y1='1" x2='350' y2='1'/>
  3. <g v-for="(select, index) in targetVal">
  4. <line y1="0" y2=“7" :x1="index * 10" :x2="index * 10"/>
  5. <text v-if="index % 5 === 0” :x="index * 10" :y="20>{{ index }}</text>
  6. </g>
  7. </g>
Add Comment
Please, Sign In to add comment