Feat: first doughnut chart with chartjs
This commit is contained in:
parent
5fda7ea826
commit
f28d22ecb6
@ -21,13 +21,9 @@
|
||||
<box @click.native="set_postes_filter(['virements'])" postename="virements"></box>
|
||||
</b-card-group>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<postes-comparison></postes-comparison>
|
||||
|
||||
<b-table striped hover :items="filtered_rows(poste.words, poste.invert)" :fields='fields'>
|
||||
=======
|
||||
<b-table striped hover :items="filtered_rows" :fields='fields'>
|
||||
>>>>>>> Feat: Tag filtering not on words
|
||||
<template slot="tags" slot-scope="data">
|
||||
<div v-for="tag in data.item.tags">
|
||||
<div v-if="tag.name !== 'Tout'">
|
||||
|
Loading…
Reference in New Issue
Block a user