0

I'm trying to add a functionality to Telerik MVC Q3 chart (I need the chart to show some summary lines, for instance minimum, maximum or average lines). I downloaded the visual studio solution from codeplex, but it's too hard to make any changes because I couldn't find any documentation on this project. I somehow managed to add the server side configuration part, but now I'm really stuck with the javascript part. Could someone advise how can I get the documentation?

Narek Malkhasyan
  • 1,332
  • 1
  • 12
  • 22

1 Answers1

1

Telerik does not have an extensive client-side api. What there is can be found in their docs.

Daniel
  • 5,602
  • 4
  • 33
  • 36
  • Thanks for your reply, but I couldn't find any information about the javascript codes. – Narek Malkhasyan Apr 26 '12 at 11:56
  • Thanks a lot for your efforts Daniel, the links you provided were useful, but I still couldn't find something like documentation for the javascript codes, in order to be able to modify them (not to extend via plugins). I think that Telerik simply failed to provide such a documentation (bad practice for open-source project). – Narek Malkhasyan Apr 29 '12 at 10:13