feat(): 测值查询图表纵轴调整
parent
3a0402d7aa
commit
045f32aa52
|
|
@ -106,7 +106,7 @@ const Page = () => {
|
||||||
// showSizeChanger: true,
|
// showSizeChanger: true,
|
||||||
// pageSizeOptions: [ '100', '200']}:false}
|
// pageSizeOptions: [ '100', '200']}:false}
|
||||||
dataSource={checked != '位移监测' ?tableData : showAllWyData?tableData:filteredWyList}
|
dataSource={checked != '位移监测' ?tableData : showAllWyData?tableData:filteredWyList}
|
||||||
scroll={{ y: "650px"}}
|
scroll={{ y: "600px"}}
|
||||||
onRow={
|
onRow={
|
||||||
(data)=>({
|
(data)=>({
|
||||||
onClick:()=>{
|
onClick:()=>{
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,8 @@ let rzList = {
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
data:code.map(item => item.tm),
|
data: code.map(item => item.tm),
|
||||||
|
inverse:true,
|
||||||
axisLabel: {
|
axisLabel: {
|
||||||
// 坐标轴字体颜色
|
// 坐标轴字体颜色
|
||||||
color: textColor,
|
color: textColor,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue