You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In diff chart the labels being shown in tooltip is not correct. The second labels seems to be referencing the second character of the first label. This error is present in the default case (as shown in the screenshot) and also in the case where I am manually naming my labels using -> diff: {
oldData: { opacity: 1, color: 'yellow',
tooltip:{
prefix:'Label 1'
}
},
newData: { opacity: 1, widthFactor: 1,
tooltip:{
prefix:'Label 2'
}
}
} .
In diff chart the labels being shown in tooltip is not correct. The second labels seems to be referencing the second character of the first label. This error is present in the default case (as shown in the screenshot) and also in the case where I am manually naming my labels using -> diff: {
oldData: { opacity: 1, color: 'yellow',
tooltip:{
prefix:'Label 1'
}
},
newData: { opacity: 1, widthFactor: 1,
tooltip:{
prefix:'Label 2'
}
}
} .
This image is taken from diff chart documentation: https://developers.google.com/chart/interactive/docs/gallery/diffchart
The text was updated successfully, but these errors were encountered: