mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove tooltip animation (#494)
This commit is contained in:
parent
b8247c7ef4
commit
b2f6e541a3
@ -77,6 +77,10 @@ function getOptions(locale: string, isDarkMode: boolean): ChartOptions {
|
|||||||
legend: {
|
legend: {
|
||||||
display: false
|
display: false
|
||||||
},
|
},
|
||||||
|
hover: {
|
||||||
|
intersect: false,
|
||||||
|
animationDuration: 0
|
||||||
|
},
|
||||||
scales: {
|
scales: {
|
||||||
yAxes: [
|
yAxes: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user