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
Crop the screenshot to the dimensions of the chart
left = chart_container.location['x']
top = chart_container.location['y']
right = left + chart_width
bottom = top + chart_height
chart_image = screenshot_image.crop((left, top, right, bottom))
how to save Python-highcharts result .html to image
The text was updated successfully, but these errors were encountered: