Software
Blog
Course
More
How can I reflect the current y-axis value on a line graph?
Yes you can, use the Total.total component. It shoud look something like this:
"
# adding
total total = Total.total(canvas=canvas, df=df, x_pos=720/2 + 720 - 50, y_pos=320, font_size=font_size*1.2, prefix="Portfolio Value: ", unit="$") canvas.add_sub_plot(total)
Yes you can, use the Total.total component. It shoud look something like this:
"
# adding
total total = Total.total(canvas=canvas, df=df, x_pos=720/2 + 720 - 50, y_pos=320, font_size=font_size*1.2, prefix="Portfolio Value: ", unit="$") canvas.add_sub_plot(total)
"