We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Essential JS2

Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library.

Syncfusion Feedback

How to display the ToolTip text in currency format?

Platform: jQuery |
Control: ejChart

By default, X value and Y value of a point are displayed in ToolTip text on placing mouse over a chart point. The labelFormat property of the horizontal axis is used to format the X value displayed in the ToolTip and labelFormat property of the vertical axis is used to format the Y value displayed in the ToolTip.

ToolTip is displayed in currency format by setting c (currency with two decimal places) as the value to the labelFormat property. Other possible values include c0, c1, c2, c3, etc., for displaying ToolTip text in currency format.

JS

$("#container").ejChart({
    commonSeriesOptions: {
        tooltip: {
            visible: true,
        },
        . . . . . .
    },
    primaryYAxis: {
        labelFormat: 'c2’
        . . . . . .
    }
    . . . . . .
});

 

The following screenshot displays chart with ToolTip text in currency format:

ToolTip text in currency format

JS Playground sample link: Currency Formatting

The following table describes the result of using c0, c1, etc., formats on ToolTip text 20:

Value

c

c0

c1

c2

20

$20.00

$20

$20.0

$20.00

 

ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile