Skip to content

Commit

Permalink
Merge pull request #1092 from sunfish-shogi/disable-chart-tooltip
Browse files Browse the repository at this point in the history
評価値グラフのデータポイントをクリックしたときのツールチップ(吹き出し)を無効化
  • Loading branch information
sunfish-shogi authored Jan 26, 2025
2 parents eba5b71 + 707cc70 commit f2b42a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/view/tab/EvaluationChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ const updateChart = (config: ChartConfig) => {
legend: {
display: config.showLegend,
},
tooltip: {
enabled: false,
},
};
chart.update();
};
Expand Down

0 comments on commit f2b42a7

Please sign in to comment.