Questions tagged [radhtmlchart]
31 questions
6
votes
1 answer
Prevent Svg Text Overlap
I have a telerik RadHtmlChart which generates some svg for a graph.
http://jsfiddle.net/L8Gcg/3/
The graph currently looks like this:
Each circle has a label associated with it. Unfortunately they tend to bunch up and overlap each other.
I'd…

Andrew Walters
- 4,763
- 6
- 35
- 49
2
votes
0 answers
Rad Html chart grouping
My question is about how to group XAsis in Telerik rad Html chart?
The image below shows the current state of my the Html Column chart:
All I want to know is how to group the XAsis by month so it won't repeat. Something like in…

kevin
- 21
- 4
2
votes
1 answer
Tool Tip Complications in RadHtmlChart
I had query regarding the Tool tip display in RadHtmlChart.I wanted to display 4 things on tooltip if my condtion of dropdown is All else it should show only single value.
For example, A user has 4 types of call i.e SMS,MMS,Voice,DataCharges on…

shiny
- 39
- 3
1
vote
0 answers
Why the Series in this RadHTMLChart stop being loaded?
I'm trying to do a RadHtmlChart with Telerik in a Telerik Web project, so far it was working but for some reason the loading of the series dots is not happening anymore, and for all honesty, I don't know where to look anymore.
Here is the code (of…

Obsdarek
- 25
- 9
1
vote
1 answer
SVG Renderer throws color blend object not valid with telerik radhtmlchart
I realise this is a very specific question but I have limited knowledge of both SVG and telerik so here it goes.
I am trying to convert a RadHtmlChart to an image in an C#. First to get the svg of the chart I use a built in telerik function.
var…

IanSoc
- 238
- 1
- 3
- 14
0
votes
1 answer
Get the HTML as a string from a new Telerik RadHTMLChart on the backend
I already have a function to convert an HTML page to an image and get its URI entirely on the backend before rendering the client.
I have 3 existing charts being created and data filled in on the back end.
I now need a way to convert or get the HTML…

Aquaphor
- 129
- 10
0
votes
1 answer
In Telerik, RadHtmlChart, not getting date format in tooptip as same like on X-axis label rendered
RadHtmlChart not bind tooltip properly but same it is working as for X-axis label.
I tried to set tooltip with client template and dataformatstring also but still no success for display tooltip date format just showing in numbers only.
Please refer…

Rptech
- 1
- 1
0
votes
0 answers
Kendo Format HH:mm:ss. RadHtmlChart
I want to format my data on RadHtmlChart to hh:mm:ss format. I have now for example 61 and i want this to be displayed like 00:01:01.
I've tried this sample #= kendo.format(\'{0:HH:mm:ss}\', value) # but this just return me a number 61 on chart.…

Sorky
- 11
- 3
0
votes
1 answer
HtmlChart - Responsive Chart asp.net
So i was trying telerik:RadHtmlChart to try make my chart more Responsive so that when the user resize the screen the chart resize too , but it is not working ..in the code they write ""
but when i try to put it in my code its say that…

user10755135
- 13
- 8
0
votes
1 answer
How to Assign Individual Colors to Bars in radhtmlchart?
I am trying to add different colors for each individual bar in radhtmlchart. I tried using below code but it is not working as expected. Any way to achieve this ?
Color[] barColors = new Color[8]{
Color.Purple,
…

Manusha
- 346
- 2
- 5
- 21
0
votes
1 answer
How to connect my RadHtmlChart with SQL data
I want to make a bar chart in Visual Studio. The data I want to display is in SQL. When I configure the data source it asks me to 'Specify a custom SQL statement or stored procedure'. I put this code into it
SELECT 'A' AS STATUS, COUNT(*) AS A FROM…

aiversen
- 1
- 2
0
votes
1 answer
RadHtmlChart doesn't display
I have a problem with my RadHtmlChart. It's very easy to understand, my chart (title, axis, axis name, ...) doesn't display when I add LineSeries programmatically with foreach loop but display without and I don't understand why.
Here is my asp.net…

Romain
- 1
- 1
0
votes
1 answer
Label text is overlapping in Donut Series of RadHtmlChart
I have a radhtmlchart with donut series. I displays different values in labels but text of labels get overlap and does not read properly.
This is my code:

Kamran Ajmal
- 292
- 3
- 17
0
votes
1 answer
Telerik RadHtmlChart skip days in x-axis
I am using Telerik RadHtmlChart (the chart screenshot), I need to remove from the x axis Saturdays and Sundays. What I mean, I need that the distance between friday and Monday be the same as Monday to Tuesday, my data will return only information…

Mariano
- 1
- 3
0
votes
1 answer
Set multiple line series in Telerik RadHTMLChart in JavaScript?
I've tried setting up a Telerik RadHTMLChart following this setup (including specifying XAxis/YAxis, Series, etc), and I've used this Telerik documentation (including allowing the chart to define its own params, see markup below) to try to set the…

Daevin
- 778
- 3
- 14
- 31