kendo-chart Questions
2
Solved
I'm trying to get multiple label per item on Kendo Column chart
Desired layout looks like this
I was able to get only this layout
import { Component } from '@angular/core';
import { groupBy, Group...
Tabethatabib asked 23/12, 2021 at 18:7
2
Solved
I am using Kendo UI Chart with Angular 2,
with the Chart by default grid lines are coming, but I want to hide it. I got the class from API which is "GridLines". but where to use it that I am not ge...
Tody asked 17/10, 2016 at 13:3
2
Solved
I am using Telerik charts in my project. I am able to change the color of charts but not the style. What i mean by style is - there appears a embossed effect over all the charts(First Image). What ...
Erminiaerminie asked 2/3, 2016 at 5:34
2
I have kendo-chart at my js code.
By default, the legend area layout is that, there is list of colors, and the right of every color - there is label with series name. I want to reverse the order: p...
Ecosphere asked 24/11, 2015 at 9:21
2
Solved
In the data, there is a object property called clr which is actually contains color information of corresponding object. I would like to draw a single line with multiple colors. However so far, I c...
Zsazsa asked 11/5, 2015 at 19:59
1
Solved
I'm relatively new in kendo chart. I have a chart as following;
@(Html.Kendo().Chart<PlodWareWeb.Models.TotalDrilledBySize>()
.Name("totalDrilledBySizeChart")
.Title("Total Drilled By Siz...
Complicate asked 13/2, 2015 at 2:29
2
Solved
I have a chart where the labels contain two parts, a name an a number.
I want the number to appear below the name, illustrated by the <br/> tag:
I load the contents of the chart, and set t...
Dorkus asked 6/11, 2012 at 8:58
2
Solved
I have craete KendoChart pie with legend.
For some reason legend by default is interactive and by clicking on legend items chart enables/disables pieces of the pie.
I didn't find any way to disabl...
Menefee asked 23/4, 2014 at 20:20
1
Solved
I have a KendoUI chart generated with JavaScript. Is there a way to clear the plotArea with a command? For the purpose of showing a "Loading..." image while waiting for a DataSource to read remote ...
Apophthegm asked 22/7, 2013 at 17:5
1
© 2022 - 2024 — McMap. All rights reserved.