customizing the ShieldUI jQuery chart tooltip

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • torresandy14
    New Member
    • Jun 2015
    • 1

    customizing the ShieldUI jQuery chart tooltip

    I am using the ShieldUI jQuery charting component and am looking to customize the tooltip shown for each data point.
    For example, color formatting if the value is above a certain threshold or simply bolding and styling the text.
    Any suggestions are welcome.
  • bergalan
    New Member
    • Jun 2015
    • 2

    #2
    In the ShieldUI charting plugin, you can customize both the header and the text, associated with each data point tooltip.
    This is achieved with the customHeaderTex t and customPointText properties.
    One usage is shown in the following live example:
    Example

    Comment

    Working...