chore(client): tweak ui
This commit is contained in:
parent
4550a4459b
commit
d7247e2db2
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue