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

User configuration of charts

3 Answers 58 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 27 Dec 2016, 05:04 PM

I'm developing a UI where the user can select from n stored procedures and view a chart for the resulting data. I need to develop a way to allow the user to configure a chart (for now I'm starting simple, bar/column/line chart only). I saw a prior post that said to look into scaffolding. I did, but still can't figure an intuitive way for the user to select the various axis and series. I'm hoping someone can point me to a working demo that allows the user to configure their chart elements.

Thanks in advance!

Steve.

3 Answers, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 29 Dec 2016, 03:05 PM
Hi Steve,

We do not have such a example already prepared  but you can use the chart's API in order to configure the Chart with the chosen by your users preferences.  You can directly access the client-side widget of the chart's MVC wrapper and apply the needed options to it, or create the controller data dynamically by implementing your custom logic for that. The scaffolding of the Chart is a Visual Studio extension which cannot be directly used for your purpose, but you can have a similar approach for collecting the users data as a base for your own implementation.

Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Steve
Top achievements
Rank 1
answered on 29 Dec 2016, 03:31 PM
Thanks, Vessy. I took a look at the scaffolding and figured that could be a UI that I could emulate. Was hoping for something 'canned' to save a bit of time. Thanks for the reply!
0
Vessy
Telerik team
answered on 30 Dec 2016, 11:25 AM
Hello,

You are welcome, Steve - let us know if any specific questions arise while implementing the target scenario.

Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Chart
Asked by
Steve
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Steve
Top achievements
Rank 1
Share this question
or