We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc517a commit 28c208dCopy full SHA for 28c208d
docs/integrations/chartjs.md
@@ -44,8 +44,6 @@ class Components::ChartJs < Matestack::Ui::VueJsComponent
44
end
45
```
46
47
-`app/matestack/components/chart_js.js`
48
-
49
## Vue.js component
50
51
If not already installed, do:
@@ -56,6 +54,8 @@ yarn add chart.js
56
54
57
55
**Do not forget to import the following file into you application pack**
58
+`app/matestack/components/chart_js.js`
+
59
```javascript
60
import Chart from 'chart.js';
61
import Vue from 'vue/dist/vue.esm'
0 commit comments