This is a migrated thread and some comments may be shown as answers.

Kendo Charts adding filters

2 Answers 137 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Holger
Top achievements
Rank 1
Holger asked on 22 Aug 2012, 08:30 AM
Hello,

I looked up all existing threads now and had a look in implementations in the web, but did never found an option to ad an filter to <g> that allows a drop shadow effect. Any pointers to render this with Kendo, like described on SVG tutorials? I do not want to parse the rendered Graphs after generation to add the filter. There must be an API, or? ;)

<filter id = "i1" width = "150%" height = "150%">
      <feOffset result = "offOut" in = "SourceGraphic" dx = "30" dy = "30"/>
      <feGaussianBlur result = "blurOut" in = "offOut" stdDeviation = "10"/>
      <feBlend in = "SourceGraphic" in2 = "blurOut" mode = "normal"/>
</filter>

http://www.svgbasics.com/filters3.html

Thanks in Advance,

HH

2 Answers, 1 is accepted

Sort by
0
Jordana
Top achievements
Rank 1
answered on 28 Aug 2012, 02:47 PM
I am also interested in doing this if anyone has any suggestions?  I'd like to put a drop shadow under a donut chart.
0
T. Tsonev
Telerik team
answered on 29 Aug 2012, 07:18 AM
Hello,

The Kendo Charts can be rendered with SVG or VML, depending on the browser. This would make an SVG-only solution inconsistent.

Please, submit a suggestion for a built-in drop shadow effect on UserVoice and we'll consider it for future versions.

Greetings,
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Holger
Top achievements
Rank 1
Answers by
Jordana
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or