Forum Replies Created by Rob Tominey

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: how to add tooltip color #38780

    it is not working.

    in reply to: how to add tooltip color #38779

    contentFormatter: function (e) {
    var content = ” “;
    for (var i = 0; i < e.entries.length; i++) {
    content += e.entries[i].dataSeries.name + ” ” + “<strong style=’\”‘color: red;’\”‘>” + e.entries[i].dataPoint.y + ““;
    content += “<br/>”;
    }
    return content;
    }

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