We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949e012 commit f9fbd02Copy full SHA for f9fbd02
README.md
@@ -79,10 +79,10 @@ npm install vue-organization-chart -S
79
<td>zoom</td><td>boolean</td><td>no</td><td>false</td><td>Users could zoomin/zoomout the orgchart by mouse wheel if they enable this attribute.</td>
80
</tr>
81
<tr>
82
- <td>zoominLimit</td><td>number</td><td>no</td><td>7</td><td>Users are allowed to set a zoom-in limit.</td>
+ <td>zoomin-limit</td><td>number</td><td>no</td><td>7</td><td>Users are allowed to set a zoom-in limit.</td>
83
84
85
- <td>zoomoutLimit</td><td>number</td><td>no</td><td>0.5</td><td>Users are allowed to set a zoom-out limit.</td>
+ <td>zoomout-limit</td><td>number</td><td>no</td><td>0.5</td><td>Users are allowed to set a zoom-out limit.</td>
86
87
</tbody>
88
</table>
0 commit comments