This commit is contained in:
parent
04707545f1
commit
b0b3528ada
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ChartView
|
<ChartView
|
||||||
v-if="config.type === 'chart'"
|
v-if="config.type === 'chart'"
|
||||||
:data="data"
|
:data="data.reverse()"
|
||||||
:xaxis="config.x"
|
:xaxis="config.x"
|
||||||
:yaxis="config.y"
|
:yaxis="config.y"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user