js` to display the bar chart and each part of bar chart has multiple bars. so when i click the bars i need the specific index with in it.please help me fix it and check the fiddle.
Example
Related
hi im very confused for the scroll bar x on drilldown column highcharts,i want if bar more than 3 is scroll if less than 3 no have scroll bar depending on filter,i try to explain with this image
and i try many thing and this my barchart now,the problem if less than 3 labels and labels have 1 until 3 and i will give you example for the js field same like problem like me "http://jsfiddle.net/BlackLabel/xaojun83/"
and this is the code i add from highcharts stock
i hope my explain is clear, I need help on how to make it thankyou
I want to show a report chart stacked bar 1 row same process bar 100%. I show labels of the item in the outside chart (bottom or top chart). Do you know a library that has a chart that can draw it? Please introduce to me it.
Thanks
Disclaimer: I'm Image-Charts founder.
Image-Charts can help you with that:
<img src="https://image-charts.com/chart?cht=bhs&chs=700x100&chd=t:10|20|30&chco=4d89f9,c6d9fd,00B88A&chl=10%|20%|30%">
I have an ASP.NET web forms application which uses DevExpress's bar chart controls. In the below side-by-side bar chart:
I needed to show some extra information apart from traditional x and y argument-values using series point's {HINT} pattern (Hospital Admissions: 130, (65%)) - as per the image.
Now, I need to show it in the bar itself. Like the control shows by-default for Stacked bar charts:
How do I push the Tool tip hint data to be shown inside the data bars?
Any suggestions, kind folks?
It is possible to access the current data row directly when handling the CustomDrawSeriesPoint event. Cast the e.SeriesPoint.
Tag property to the corresponding type (e.g., DataRowView). This should make it possible to update the SeriesPoint label text.
You can find a small sample project that illustrates this approach in the Chart Series Label from a dataset column that is not part of the series ticket.
Team,
Q1 : I have a bar graph (on x-axis i have timestamps, and on y-axis i have few counts). Now, the bar display is not aligned with x-axis label display, it is misaligned and thus does not show the bar display at correct position of label value.
I tried with tick value as false\true, but still the bar is misaligned. Any idea as where it is going wrong?
Q2: For the same bar graph above, i wish to show the summary\count of all counts inside a legend, are there any examples or which call back function to achieve this?
Regards,
Santhosh
I have a Cognos chart and I want to be able to turn on one label that shows the amount for just the bar that is showing with conditional formatting (the selected center from a drop down list).
I have found a way to turn all of the labels on, and all of the labels off with Cognos chart - show values - but there has to be a way to only turn on just one specified value.
I am trying to create some JavaScript that will assist me in manipulating the specific element that is the selected value for my chart. Does anyone know how to find the ElementID for each individual bar in a Cognos bar chart?
Here is an example rendering of what Cognos creates will all the labels turned on: http://i.imgur.com/aM4gEYu.jpg
I am trying to create a rendering with only the label for the blue bar showing.
just click on 'series' on chart
set from properties pane
value to 'yes'
Grouping type ---> stacked
value location ----> outside top
value type ----> absolute