forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
978282404a
commit
5e198381d3
1 changed files with 8 additions and 0 deletions
|
@ -250,7 +250,15 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
interaction: {
|
interaction: {
|
||||||
intersect: false,
|
intersect: false,
|
||||||
|
mode: 'index',
|
||||||
},
|
},
|
||||||
|
elements: {
|
||||||
|
point: {
|
||||||
|
hoverRadius: 5,
|
||||||
|
hoverBorderWidth: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
animation: false,
|
||||||
plugins: {
|
plugins: {
|
||||||
legend: {
|
legend: {
|
||||||
display: props.detailed,
|
display: props.detailed,
|
||||||
|
|
Loading…
Reference in a new issue