chore(client): tweak ui

This commit is contained in:
syuilo
2022-07-12 22:42:50 +09:00
parent 4550a4459b
commit d7247e2db2
3 changed files with 4 additions and 4 deletions

View File

@ -355,7 +355,7 @@ async function renderChart() {
plugins: [{
id: 'vLine',
beforeDraw(chart, args, options) {
if (chart.tooltip._active && chart.tooltip._active.length) {
if (chart.tooltip?._active?.length) {
const activePoint = chart.tooltip._active[0];
const ctx = chart.ctx;
const x = activePoint.element.x;