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