提交 dc8a2663 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!234 Change display accuracy of profiler histogram tooltips

Merge pull request !234 from 冯学峰/master
......@@ -880,6 +880,9 @@ export default {
option.color = ['#6C92FA'];
option.tooltip = {
trigger: 'axis',
formatter: (params)=>{
return `${params[0].name}<br/>${params[0].marker}${params[0].value.toFixed(4)}`;
},
};
option.series = [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册