ZingChart: Is it possible to disable the mouse over events (tooltips) in ZingCharts/Coldfusion?

The hover events that trigger the value to be displayed are called 'tooltips'. To hide them add the attribute in the plot object.

plot: {
    tooltip: {
        visible:false
    }
}

Documentation

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us