|
@@ -3821,6 +3821,7 @@ context.meta2d.translate(
|
|
|
// hoverTextColor: '#000000FF',
|
|
|
// activeTextColor: '#000000FF',
|
|
|
textLeft: 10,
|
|
|
+ interaction: true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -3841,6 +3842,7 @@ context.meta2d.translate(
|
|
|
background: '#15181C',
|
|
|
color: '#424B61',
|
|
|
textColor: '#FFFFFFE6',
|
|
|
+ interaction: true,
|
|
|
// color: '#D9D9D9FF',
|
|
|
// textColor: '#000000FF',
|
|
|
// hoverTextColor: '#000000FF',
|
|
@@ -3975,6 +3977,7 @@ context.meta2d.translate(
|
|
|
hoverTextColor: '#FFFFFFE6',
|
|
|
activeTextColor: '#FFFFFFE6',
|
|
|
textLeft: 10,
|
|
|
+ interaction: true,
|
|
|
dropdownList: [
|
|
|
{
|
|
|
text: '选项1',
|