DataYAxis
components/data/YAxis.vue
Y-axis ruler overlay with evenly-spaced stop labels.
1000
800
600
400
200
0
components/data/YAxis.vue
Usage
<DataYAxis
:top = "0"
:bottom = "0"
:stops = "0"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| top | Number | 0 | Top (max) value |
| bottom | Number | 0 | Bottom (min) value |
| stops | Number | 0 | Number of intermediate stops |