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

Implementing charts

1 Answer 88 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Chili
Top achievements
Rank 1
Chili asked on 21 Aug 2018, 10:30 AM

Hey there,

I am new to learn Telerik. My internship is probably going to give me the task to build charts for their apps.

I've been looking around in VS to put those demo's in. But it is still unclear for me where to put it in.

So my question is, can someone help me with this? If you can reply that would be awesome! (or add me on discord: bjeako#1286)

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Aug 2018, 09:34 AM
Hello,

The Telerik ASP.NET Core Chart component offers a variety of chart types such as area, bar, line, scatter, polar, radar, pie and donut, stock and many more. Attached to this message you can find a sample runnable project with our Chart component which I believe will help you understand how to build an application with it in VS 2017. 

First, you need to add the necessary JS and CSS files to all the pages that display any Kendo UI widget,  so that they can work properly. In order not to do this on every page, we suggest adding them to the shared _Layout.cshtml file, but this is optional.

The following help articles explain how to setup the scripts and styles::
https://docs.telerik.com/kendo-ui/intro/installation/getting-started
https://docs.telerik.com/aspnet-core/getting-started/getting-started

In general, you can use kendo.all.js (or the minified version kendo.all.min.js for production), which includes the source code for all the widgets or reference individual scripts:

http://docs.telerik.com/kendo-ui/intro/installation/what-you-need

More information about CSS files and themes can be found at:
http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes
http://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling 

I hope this information helps, let me know in case you need additional assistance.

Regards,
Pavlina
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Chart
Asked by
Chili
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or