cnfczn

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by cnfczn


  1. On 2019/2/15 at 5:38 AM, Akash Biswas said:

    Hi,

     

    In Zoomline chart, the vertical crossline changes even if the mouse does not reach the plot, this is an intended behavior of the crossline feature. Also the "dataPlotRollOver" event will be triggered when the plots are hovered, and it will not be triggered when the crossline changes. You need to hover the mouse over the data plots to get the "dataPlotRollOver" event fired.

    Please check the documentation of Zoomline chart for reference : https://www.fusioncharts.com/dev/chart-guide/standard-charts/zoom-line-charts

     

    Thanks,

    Akash.

    Thank you for reply, in fact, I just need this: "intended behavior of the crossline feature" instead of "dataplotrollover" event.