Compare commits
No commits in common. "d5fbedd1919f1dac67564df0854d04359c52824f" and "20b415ffc44ad4d9aeb029a3aa0e6a20c4737169" have entirely different histories.
d5fbedd191
...
20b415ffc4
@ -173,7 +173,7 @@ Page({
|
|||||||
canvas.setChart(chart);
|
canvas.setChart(chart);
|
||||||
chart.setOption({
|
chart.setOption({
|
||||||
title: { text: '', left: 'left', fontSize: 6 },
|
title: { text: '', left: 'left', fontSize: 6 },
|
||||||
grid: { containLabel: true, top: '5%', left: '5%', right: '7%', bottom: '3%' },
|
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: true,
|
show: true,
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
@ -242,7 +242,7 @@ Page({
|
|||||||
canvas.setChart(chart);
|
canvas.setChart(chart);
|
||||||
chart.setOption({
|
chart.setOption({
|
||||||
title: { text: '', left: 'left', fontSize: 6 },
|
title: { text: '', left: 'left', fontSize: 6 },
|
||||||
grid: { containLabel: true, top: '5%', left: '5%', right: '7%', bottom: '3%' },
|
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: true,
|
show: true,
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
@ -297,7 +297,7 @@ Page({
|
|||||||
canvas.setChart(chart);
|
canvas.setChart(chart);
|
||||||
chart.setOption({
|
chart.setOption({
|
||||||
title: { text: '', left: 'left', fontSize: 6 },
|
title: { text: '', left: 'left', fontSize: 6 },
|
||||||
grid: { containLabel: true, top: '5%', left: '5%', right: '7%', bottom: '3%' },
|
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: true,
|
show: true,
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
@ -332,7 +332,7 @@ Page({
|
|||||||
canvas.setChart(chart);
|
canvas.setChart(chart);
|
||||||
chart.setOption({
|
chart.setOption({
|
||||||
title: { text: '', left: 'left', fontSize: 6 },
|
title: { text: '', left: 'left', fontSize: 6 },
|
||||||
grid: { containLabel: true, top: '5%', left: '5%', right: '7%', bottom: '3%' },
|
grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' },
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: true,
|
show: true,
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
|
|||||||
@ -240,7 +240,7 @@
|
|||||||
padding: 28rpx;
|
padding: 28rpx;
|
||||||
margin-bottom: 28rpx;
|
margin-bottom: 28rpx;
|
||||||
box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(178, 178, 178, 0.05);
|
box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(178, 178, 178, 0.05);
|
||||||
padding-right: 10rpx;
|
|
||||||
.echarts-canvas-container {
|
.echarts-canvas-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 500rpx;
|
height: 500rpx;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user