master
夜笙歌 2 years ago
parent d3eb924012
commit 1c3f21bffb

@ -565,6 +565,7 @@ const threeDimensionalCylindrical = (res, ids) => {
//多个折线面积图 //多个折线面积图
const multipleBrokenLineAreaDiagram = (res, ids) => { const multipleBrokenLineAreaDiagram = (res, ids) => {
let mycharts = echarts.init(ids); let mycharts = echarts.init(ids);
console.log(res);
let option = { let option = {
tooltip: { tooltip: {

@ -28,7 +28,9 @@ $(() => {
}); });
//发泡参数 //发泡参数
multipleBrokenLineAreaDiagram(null, document.getElementById("foamingParameters")); $.getJSON(`/foamBox/getParamTemperature?ids=${ids}`, function (result) {
multipleBrokenLineAreaDiagram(result, document.getElementById("foamingParameters"));
});
// 模具温度1 // 模具温度1

@ -565,6 +565,7 @@ const threeDimensionalCylindrical = (res, ids) => {
//多个折线面积图 //多个折线面积图
const multipleBrokenLineAreaDiagram = (res, ids) => { const multipleBrokenLineAreaDiagram = (res, ids) => {
let mycharts = echarts.init(ids); let mycharts = echarts.init(ids);
console.log(res);
let option = { let option = {
tooltip: { tooltip: {

@ -28,7 +28,9 @@ $(() => {
}); });
//发泡参数 //发泡参数
multipleBrokenLineAreaDiagram(null, document.getElementById("foamingParameters")); $.getJSON(`/foamBox/getParamTemperature?ids=${ids}`, function (result) {
multipleBrokenLineAreaDiagram(result, document.getElementById("foamingParameters"));
});
// 模具温度1 // 模具温度1

Loading…
Cancel
Save