Lint: linting!

This commit is contained in:
2018-12-03 12:09:28 +01:00
parent 9d9f511f2c
commit 06855a1f5b
5 changed files with 42 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ const { reactiveProp } = mixins
export default {
name: 'pie',
extends: Doughnut,
mixins: [reactiveProp],
mixins: [reactiveProp],
props: ['chartData', 'options'],
mounted () {
this.renderChart(this.chartData, this.options)

View File

@@ -4,7 +4,6 @@
</div>
</template>
<script>
import pie from './charjs_donut'
import { mapGetters } from 'vuex'
@@ -40,7 +39,7 @@ export default {
labels: this.selected_tags,
datasets: [
{
label: "Dépenses",
label: 'Dépenses',
data: this.spendings
}
]