refactor: change custom tooltips, charts and icons source

This commit is contained in:
woothu
2019-10-17 16:43:06 +02:00
parent 0892b8cc2a
commit 8bf4e290b0
13 changed files with 4260 additions and 27551 deletions
+4 -4
View File
@@ -31,7 +31,7 @@
:key="key"
:color="brandName"
>
<CIcon :name="brandName"/>
<CIcon size="sm" :name="brandName"/>
<span>{{brandName}}</span>
</CButton>
</template>
@@ -58,7 +58,7 @@
:key="key"
:color="brandName"
>
<CIcon :name="brandName"/>
<CIcon size="lg" :name="brandName"/>
<span>{{brandName}}</span>
</CButton>
</template>
@@ -84,7 +84,7 @@
:key="key"
:color="brandName"
>
<CIcon :name="brandName"/>
<CIcon size="sm" :name="brandName"/>
</CButton>
</template>
</p>
@@ -109,7 +109,7 @@
:key="key"
:color="brandName"
>
<CIcon :name="brandName"/>
<CIcon size="lg" :name="brandName"/>
</CButton>
</template>
</p>
+1 -1
View File
@@ -6,7 +6,7 @@
</template>
<script>
import { CChartBar } from '@coreui/coreui-vue-chartjs'
import { CChartBar } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartBarExample',
+1 -1
View File
@@ -7,7 +7,7 @@
</template>
<script>
import { CChartBar } from '@coreui/coreui-vue-chartjs'
import { CChartBar } from '@coreui/coreui-chartjs/vue'
import { getColor, deepObjectsMerge } from '@coreui/coreui/dist/js/coreui-utilities'
export default {
name: 'CChartBarSimple',
+1 -1
View File
@@ -6,7 +6,7 @@
</template>
<script>
import { CChartDoughnut } from '@coreui/coreui-vue-chartjs'
import { CChartDoughnut } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartDoughnutExample',
+1 -1
View File
@@ -6,7 +6,7 @@
</template>
<script>
import { CChartLine } from '@coreui/coreui-vue-chartjs'
import { CChartLine } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartLineExample',
+1 -1
View File
@@ -7,7 +7,7 @@
</template>
<script>
import { CChartLine } from '@coreui/coreui-vue-chartjs'
import { CChartLine } from '@coreui/coreui-chartjs/vue'
import { getColor, deepObjectsMerge } from '@coreui/coreui/dist/js/coreui-utilities'
export default {
name: 'CChartLineSimple',
+1 -1
View File
@@ -6,7 +6,7 @@
</template>
<script>
import { CChartPie } from '@coreui/coreui-vue-chartjs'
import { CChartPie } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartPieExample',
+1 -1
View File
@@ -10,7 +10,7 @@
</template>
<script>
import { CChartPolarArea } from '@coreui/coreui-vue-chartjs'
import { CChartPolarArea } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartPolarAreaExample',
+1 -1
View File
@@ -10,7 +10,7 @@
</template>
<script>
import { CChartRadar } from '@coreui/coreui-vue-chartjs'
import { CChartRadar } from '@coreui/coreui-chartjs/vue'
export default {
name: 'CChartRadarExample',
+1 -1
View File
@@ -7,7 +7,7 @@
</template>
<script>
import { CChartLine } from '@coreui/coreui-vue-chartjs'
import { CChartLine } from '@coreui/coreui-chartjs/vue'
import { getColor, hexToRgba } from '@coreui/coreui/dist/js/coreui-utilities'
function random (min, max) {