jQuery UI Widgets Forums Chart value display in bar chart

This topic contains 6 replies, has 4 voices, and was last updated by  abc 11 years, 4 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • value display in bar chart #9530

    Hi,
    The Charts are great.
    Is ther any way to have the value of each bar displayed on top of the bar?
    It is a very desirable feauture in a stacked bar with greater values. It is an essential feauture in other types of bars too…

    value display in bar chart #9579

    Peter Stoev
    Keymaster

    Hi harikalaprasath,

    To display labels in the Chart, you can take a look at this sample: javascript_chart_custom_range.htm. However, the label is always displayed in the center of the bar.

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    value display in bar chart #9590

    Is there a way to make the tooltip functionality by click event and disable the tooltip?
    disabling the tooltip can be achieved through the tooltip property. but the same functionality on click?

    value display in bar chart #9591

    Peter Stoev
    Keymaster

    Hi harikalaprasath,

    What do you mean by “make the tooltip functionality by click event and disable the tooltip”? You want to have a tooltip when the mouse is clicked, not when the mouse is moved over a bar? If that’s the required functionality, the answer is no. The jqxChart’s showToolTips property specifies whether to show or not tooltips.

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    value display in bar chart #9595

    I mean the details of the entity being displayed when it is clicked.
    Outside the Graph it is possible to detect the event and write custom function. is it possible within the chart?

    value display in bar chart #12827

    aqge
    Member

    sometimes the value are 6 digit,
    and it need rotation , this is good feature but, for vary short bar, this is pointless

    IMHO.

    value display in bar chart #20607

    abc
    Participant

    Hi Peter,

    In bar chart , labels are displayed at center of the bar.
    Is there any way to have the value label of each bar displayed on top of the bar instead of displaying it at the center ?

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

You must be logged in to reply to this topic.