Home Forums Chart Support how to hide pushed values in tooltip

how to hide pushed values in tooltip

Viewing 3 posts - 1 through 3 (of 3 total)
  • #41834

    In this sma chart chart, is it possible to hide the sma values in the tooltip and display date, ohlc only? Thank you!

    #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]})

    #41837

    @jtian,

    Glad that you figured it out :)

    Yes, as you have mentioned setting toolTipContent to null will hide information related to that particular dataseries from the tooltip.


    Vishwas R
    Team CanvasJS

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.