Forum Replies Created by jtian

Viewing 1 post (of 1 total)
  • in 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]})

Viewing 1 post (of 1 total)