The default placement of the Majorticks on the category axis of the Kendo UI Bar/Column Chart is a bit confusing. Even with the samples (http://docs.telerik.com/kendo-ui/controls/charts/overview) you notice that for a single column per category, tick marks do not align above the labels, but to the right of the column. Most other charting packages align the column, the tick and the label in one vertical position.
Is there any setting that can align the column, above the MajorTicks and the labels for each (date) category?
Related
I have a filled area chart in Plotly with hovermode: 'x unified' set in the layout so that it produces a single hover tooltip.
I need to add a total to the tooltip. How can I do this? hovertemplate only allows me to edit each data rows individual line, but I can't seem to edit the template itself
I am trying to use amCharts and have an interface that looks alot like the step count chart here:
https://www.amcharts.com/demos/step-count-chart/
I want to be able to set the fill color of the column in the middle of the chart. Also when the chart is dragged the color of the columns should change so that it is always the column in the center that has the special color.
Is this possible?
I have created one bar chart with dc.js javascript library. But bars are getting displayed very very small.
Even if we apply any filter on other dc.js controls it is displaying the bars only one under one horizontal line .
I need to combine a trend chart onto one column of a matrix and a stacked bar chart into another column – similar to this. I have a label that runs over the top, which is why I don’t want to do two separate matrixes side by side.
Right now I have two different datasets for each.
If it was a roll up bar chart – I could just join the data sets and use aggregations for the bar chart – but with the stacked bar chart the issue of nominal values is tripping me up.
Sorta figured it out.
The key was to make the stacked bar chart a subreport. Then in the SQL for the dataset, add a WHERE Label = [Label passed in from Matrix row]
I am trying to display a bar chart using Kendo UI. The series labels are getting displayed.But the value axis is not marked with step values.For eg:if my series data is like {3,6,8} and the step size is 2 the series axis is not marked with {2,4,6,8,10} etc.The chart is displayed and labels are displayed as 3,6 & 8.The category axis values are also getting displayed.