Move images rendered on highcharts on resize

前端 未结 2 603
礼貌的吻别
礼貌的吻别 2020-12-12 03:02

I\'m adding an image to the lower right hand corner of a chart in the chart loading event using the chartWidth and chartHeight properties to calculate the left / top offsets

2条回答
  •  伪装坚强ぢ
    2020-12-12 04:05

    Why not on resize remove the image, then once the chart is done being resized, recalculate the position and add the image back?

提交回复
热议问题