refine code && document

This commit is contained in:
Pan
2017-06-14 18:02:12 +08:00
parent f82ec2d5d7
commit bd607b4728
26 changed files with 143 additions and 151 deletions

View File

@@ -1,16 +1,13 @@
<template>
<div class="components-container" style='height:100vh'>
https://github.com/ecomfe/echarts/blob/master/index.js
http://echarts.baidu.com/tutorial.html
<div class='chart-container'>
<lineMarker height='100%' width='100%' />
<lineMarker height='100%' width='100%' />
</div>
</div>
</template>
<script>
import lineMarker from 'components/Charts/lineMarker';
export default {
components: { lineMarker }
};
@@ -18,9 +15,9 @@
<style scoped>
.chart-container{
position: relative;
width: 100%;
height: 80%;
position: relative;
width: 100%;
height: 80%;
}
</style>