Multiple Line Chart Tooltip getting time and Xaxis time does not match. #4384
ashifnadaf8788
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am Using this code but in Xaxis time not updated and red line not showing as per time. after added value for blue line its updated properlly. please suggest how to fix it.

please check the below screenshot.
renderChart(parsedMessage: any): void {
console.log(parsedMessage, "hello");
if (parsedMessage && parsedMessage.active_bidders) {
const activeBidders = parsedMessage.active_bidders;
const labels = Object.keys(activeBidders);
}
Beta Was this translation helpful? Give feedback.
All reactions