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)
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Chart › value display in bar chart
Tagged: chart, javascript chart, jquery bar chart, jquery chart, jqxChart
This topic contains 6 replies, has 4 voices, and was last updated by abc 11 years, 4 months ago.
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…
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
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?
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
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?
sometimes the value are 6 digit,
and it need rotation , this is good feature but, for vary short bar, this is pointless
IMHO.
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 ?
You must be logged in to reply to this topic.