This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- <v-sheet color="white" elevation="4" height="400px" style="overflow: scroll;"> -->
|
||||
<v-sheet color="white" height="420px" style="overflow: auto;" elevation="4">
|
||||
<!-- <v-sheet color="white" height="420px" style="overflow: auto;" elevation="4"> -->
|
||||
<v-sheet color="white" style="overflow: auto;" elevation="4">
|
||||
<slot name="dash-title">
|
||||
<v-toolbar flat dense>
|
||||
<template v-if="showMoreButton">
|
||||
@@ -136,7 +136,7 @@
|
||||
<slot name="settings">
|
||||
<div></div>
|
||||
</slot>
|
||||
<div v-if="hasError" class="mx-2 mt-4 d-flex align-center">
|
||||
<div v-if="hasError" class=" d-flex align-center">
|
||||
<v-alert
|
||||
data-cy="dash-error"
|
||||
color="error"
|
||||
|
||||
@@ -10,12 +10,7 @@
|
||||
>
|
||||
<template slot="main">
|
||||
<div>
|
||||
<gz-chart-bar
|
||||
:width="400"
|
||||
:height="330"
|
||||
:chart-data="chartData"
|
||||
:options="chartOptions"
|
||||
/>
|
||||
<gz-chart-bar :chart-data="chartData" :options="chartOptions" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -342,17 +337,4 @@ function populateSelectionLists(vm) {
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
todo: clean up the sheer number of time periods, maybe remove individual months or whatever and time frames so short they don't make sense for personal
|
||||
todo: give a good look over and determine if ready to make more now based on what was done already
|
||||
need to release so don't go too crazy, there are some new cases to take care of as well, just need to show promise and get the two most important kpi items in and leaderboard and can go from there
|
||||
|
||||
Leave reporting to future v.next
|
||||
|
||||
My version of chart.js docs: https://www.chartjs.org/docs/2.9.4/charts/bar.html
|
||||
|
||||
*/
|
||||
</script>
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
<div>
|
||||
<gz-chart-line
|
||||
v-if="visible"
|
||||
:width="400"
|
||||
:height="330"
|
||||
:chart-data="chartData"
|
||||
:options="chartOptions"
|
||||
/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
v-on="$listeners"
|
||||
>
|
||||
<template slot="main">
|
||||
<v-sheet height="345">
|
||||
<v-sheet height="400">
|
||||
<v-calendar
|
||||
ref="calendar"
|
||||
color="primary"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
v-on="$listeners"
|
||||
>
|
||||
<template slot="main">
|
||||
<v-sheet height="345">
|
||||
<v-sheet height="400">
|
||||
<v-calendar
|
||||
ref="rvwcalendar"
|
||||
color="primary"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
v-on="$listeners"
|
||||
>
|
||||
<template slot="main">
|
||||
<v-sheet height="345">
|
||||
<v-sheet height="400">
|
||||
<v-calendar
|
||||
ref="calendar"
|
||||
color="primary"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="my-n8">
|
||||
<v-row v-if="formState.ready">
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<component
|
||||
:is="item.type"
|
||||
|
||||
Reference in New Issue
Block a user