Skip to content

Commit

Permalink
Remove duplicate property code falko-org#389
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Ziegler <[email protected]>
  • Loading branch information
gabrielziegler3 committed Oct 28, 2019
1 parent 74c5dd1 commit 8961150
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Sprints/Velocity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@ import { mapState } from 'vuex';
import Sprint from './Sprint.vue';
export default {
extends: Bar,
extends: Line,
data () {
return {
datacollection: {
options: {
scales: {
yAxes: [
{
display: true,
ticks: {
beginAtZero: true,
min: 0,
suggestedMin: 0
}
}
],
yAxes: [
{
display: true,
Expand Down

0 comments on commit 8961150

Please sign in to comment.