Tooltip

Tooltip element of chart
Class: Chart.Tooltip()


How to Set Tooltip Property
                                    var chart = new Cosfire.Chart("chart-div", {
    width:700,
    height:250,
    toolTip: { sharing: "single"}
});

List of Properties Supported in Tooltip.


Tooltip Properties.
Property Type Default Possible Values Description
sharing String single
  • single
  • singleShared
  • multi
  • (not implemented)
Whether chart will use single or single shared, individual tooltips for each data series of the Chart 'single', 'singleShared', 'multi'(not implemented).
tooltipPointShape String Not set • square • triangle • circle A Shape that appears in tooltip to represent a DataPoint or DataSeries.
cssStyle Object Not set all css supported properties can be set as {"font-size":"10px"} CSS style for ToolTip element.