diff --git a/src/components/charts/chart-options.js b/src/components/charts/chart-options.js index 6367f311..3b12feef 100644 --- a/src/components/charts/chart-options.js +++ b/src/components/charts/chart-options.js @@ -232,7 +232,15 @@ const pieWithTable = { } const singleValueLine = { tooltip: { - show: false + show: true, + enterable: true, + showContent: true, + appendToBody: true, + trigger: 'axis', + textStyle: { + width: '20px', + overflow: 'truncate' + } }, xAxis: { type: 'time',