hi there, why my y axis scale is not alligned correctly
so far i used this code for plotting
return html.Div([
html.P(‘Analog Input2 with Respect to Timestamp’),
dcc.Graph(
figure=px.line(dh3, x="Time_stamp", y="Analog Input 2 "),
),
])