Skip to content

Commit 86e2dc8

Browse files
Merge pull request #118 from ignoreintuition/development
Development
2 parents 3a3baf0 + 6356dea commit 86e2dc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<li><a href="#build-setup">Build Setup</a> </li>
2626
</ul>
2727

28+
![Screenshot](https://user-images.githubusercontent.com/5210420/48297569-b85bcd80-e479-11e8-85ad-b1a4cc00967f.gif)
29+
2830
## Purpose
2931

3032
This plugin is designed to allow Vue.js developers to incorporate fully reactive and customizable charts into their applications. The plugin is built off of the D3.js JavaScript library for manipulating documents based on data. By binding data from your components, you can create complex charts and graphs that respond to changes in your application. Vue.js lifecycle events will trigger the charts to update and maintain two-way binding between your charts and your data. By adding in a state management (such as Vuex) you can additionally persist state across an entire application.
@@ -145,9 +147,6 @@ If you wish to style the components of the chart you can via the selectors:
145147
}
146148
</style>
147149
```
148-
![screenshot](https://user-images.githubusercontent.com/5210420/47540328-a3d8dc00-d8a2-11e8-9948-3f878e01109f.gif)
149-
150-
151150
## Performance Consideration
152151

153152
By default all charts are imported into v-chart-plugin.js. This allows all charts to share one common interface. If you are only using a few select charts in your implementation you can remove those unused charts from the import statements in the v-chart-plugin.js.

0 commit comments

Comments
 (0)