Line Chart – A line-chart is a chart which used to displays information as a series of data points and it is called straight line segments. Stayed Informed - Angular4 Interview Q/A Example for Line Chart – LineChart.Component.ts – import {Component} from '@angular/core' ; export class LineChart { data: any ; Message: any []; constructor () { this .data = { labels : [ 'January' , 'February' , 'March' , 'April' , 'May' , 'June' , 'July' ], datasets : [ { label : '' , data : [ 62 , 58 , 80 , 82 , 57 , 56 , 40 ], fill: false , borderColor : '#4bc0c0' }, { label : '' , data : [ 29 , 47 , 42 , 19 , 84 , 25 , 90 ], fill: false , ...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers