correct layout, add chart
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<script>
|
||||
import { Line } from 'vue-chartjs';
|
||||
|
||||
export default {
|
||||
extends: Line,
|
||||
mounted () {
|
||||
this.renderChart ([
|
||||
0.1,
|
||||
0.2,
|
||||
0.4,
|
||||
0.8,
|
||||
1.6,
|
||||
3.2,
|
||||
6.4,
|
||||
12.8,
|
||||
25.6
|
||||
]);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user