Home Forums Chart Support how to hide pushed values in tooltip Reply To: how to hide pushed values in tooltip

#41836

ok, I’ve figured this out. Just add “toolTipContent: null”.

stockChart.charts[1].addTo(“data”, {type: “line”, toolTipContent: null, color: colors[i], lineThickness: 1, dataPoints: sma, yValueFormatString: “#,###.00”, name: “SMA” + days[i]})