mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
a127a35fe1
commit
4d4aa01d9c
@ -137,7 +137,8 @@
|
|||||||
grid: [{left: '10%', right: '3%', top: '25%'}],
|
grid: [{left: '10%', right: '3%', top: '25%'}],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
smooth: true,
|
smooth: true, showBackground: true,
|
||||||
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
||||||
label: {normal: {position: 'top', formatter: '{c} 元', show: true}},
|
label: {normal: {position: 'top', formatter: '{c} 元', show: true}},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
@ -166,7 +167,8 @@
|
|||||||
grid: [{left: '10%', right: '3%', top: '25%'}],
|
grid: [{left: '10%', right: '3%', top: '25%'}],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
smooth: true,
|
smooth: true, showBackground: true,
|
||||||
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
||||||
label: {normal: {position: 'top', formatter: '{c} 人', show: true}},
|
label: {normal: {position: 'top', formatter: '{c} 人', show: true}},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
@ -195,7 +197,8 @@
|
|||||||
grid: [{left: '10%', right: '3%', top: '25%'}],
|
grid: [{left: '10%', right: '3%', top: '25%'}],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
smooth: true,
|
smooth: true, showBackground: true,
|
||||||
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
||||||
label: {normal: {position: 'top', formatter: '{c} 单', show: true}},
|
label: {normal: {position: 'top', formatter: '{c} 单', show: true}},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
@ -220,7 +223,8 @@
|
|||||||
yAxis: [{type: 'value', splitLine: {show: true}, gridIndex: 0, axisLabel: {formatter: '{value} 元'}}],
|
yAxis: [{type: 'value', splitLine: {show: true}, gridIndex: 0, axisLabel: {formatter: '{value} 元'}}],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
smooth: true,
|
smooth: true, showBackground: true,
|
||||||
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
type: 'line', showSymbol: true, xAxisIndex: 0, yAxisIndex: 0,
|
||||||
label: {position: 'top', formatter: '{c} 元', show: true},
|
label: {position: 'top', formatter: '{c} 元', show: true},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
@ -243,18 +247,18 @@
|
|||||||
yAxis: [{type: 'value', splitLine: {show: true}, gridIndex: 0, axisLabel: {formatter: '{value} 元'}}],
|
yAxis: [{type: 'value', splitLine: {show: true}, gridIndex: 0, axisLabel: {formatter: '{value} 元'}}],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
name: '充值余额',
|
name: '充值余额', type: 'line',
|
||||||
type: 'line',
|
smooth: true, showBackground: true,
|
||||||
smooth: true,
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
label: {position: 'top', formatter: '{c} 元', show: true},
|
label: {position: 'top', formatter: '{c} 元', show: true},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
return item['充值余额'];
|
return item['充值余额'];
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '消费余额',
|
name: '消费余额', type: 'line',
|
||||||
type: 'line',
|
smooth: true, showBackground: true,
|
||||||
smooth: true,
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
label: {formatter: '{c} 元', show: true},
|
label: {formatter: '{c} 元', show: true},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
return item['消费余额'];
|
return item['消费余额'];
|
||||||
@ -277,8 +281,7 @@
|
|||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
smooth: true,
|
smooth: true, showBackground: true,
|
||||||
showBackground: true,
|
|
||||||
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
areaStyle: {color: 'rgba(180, 180, 180, 0.5)'},
|
||||||
label: {formatter: '{c} 元', showSymbol: false, show: true},
|
label: {formatter: '{c} 元', showSymbol: false, show: true},
|
||||||
data: data1.map(function (item) {
|
data: data1.map(function (item) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user