xq commit:"修改了逆变器历史详情"
This commit is contained in:
@ -32,7 +32,10 @@ function initChart(a: any, b: any, c: any, d: any, e?: any, f?: any) {
|
|||||||
const chart1 = echarts.init(c);
|
const chart1 = echarts.init(c);
|
||||||
const option = {
|
const option = {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis'
|
trigger: 'axis',
|
||||||
|
valueFormatter: function (value) {
|
||||||
|
return value + f;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
dataZoom: [
|
dataZoom: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user