Kendo UI charts plot bands - kendo-ui

Is it possible to display text in kendo chart plotbands where not in category axis i want to display that text in plotbands only like below image.enter image description here

Related

D3.js Bar Chart and Line Chart

I created a Bar Chart and Line Graph in HTML, and I Need help on D3.js for making an onclick function to click on every Bar Chart rectangles so that the line graph below changes diffrent types color.
I need to have 10 different colors to show on the line graph, because the Bar Chart shows 10 movies.
This is the link of my bar chart and line graph pictures for the output below of using D3.js: enter image description here
enter image description here

Kendo UI Chart value axis step values are not displayed in the chart

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.

Positioning tooltip in the kendo chart

Is there way to position tooltip in kendo chart apart from modifying CSS for class k-chart-tooltip?
I want the tooltip to be positioned at the top using the kendo chart attributes.
Here is the image on how it should look:
Image
If you change the .k-chart-tooltip style, then it will be applied to all tooltips used in the application.
Applying tooltip style only on chart control could be possible, if we can bring the kendo chart tooltip inside the chart control instead of tag (latest kendo version feature).
Then we can easily apply the tooltip CSS style only on kendochart.
I do not have any idea how could we bring kendo tooltip inside chart control.

Determining position of KendoUI DataViz Chart plot area

I have a screen where I need to align other controls with the plot lines of a DataViz chart control.
Using Javascript, how can I get the position of the PlotArea of the chart? I'd like to know the offset.left of the chart's plot area and the total PlotArea.width.
None of the properties / methods exposed in JavaScript are apparent.

Change Background color or particular cell containing image in kendo grid

I have added columns dynamically in kendo grid. The first column in the grid is displaying image for each row. I have added on change event for the selected row. On click of the row I have added css to display the selected row as Gray color.
But the first column that displays the image doesn't display in Gray entirely when the row is selected.
The part of image background is displayed in white and not gray.
This is how I have added the image in the grid column.
TitleArray.push({ template: "<img src='/Images/Icon.PNG'></img>", width: 35 })
I have added the attachment that displays the image issue here.
The selected row is displayed as Gray. But the image column is displaying a white region around the image and I don't want it like that. It should entirely display in the Gray color.
I want the entire background to display in Gray.
Please tell how can I do this.

Resources