CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:33:58 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=7bd934cd6226c881713d6754652bae5da7324c79abe11240f43204217d9c8d3fa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22qRJk9-2SLDTEzSAwuKVRsIzF8PAZD86G%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd5be5ecc77679-BLR
typescript with chartjs - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { Component, OnInit } from '@angular/core';
- @Component({
- selector: 'app-my-bar-chart',
- templateUrl: './my-bar-chart.component.html',
- styleUrls: ['./my-bar-chart.component.css']
- })
- export class MyBarChartComponent implements OnInit {
- public barChartOptions = {
- scaleShowVerticalLines: false,
- responsive: true
- };
- public barChartLabels = ['Jan', 'Feb', 'March', 'April', 'May', 'June', 'July'];
- public barChartType = 'bar';
- public barChartLegend = true;
- public barChartData = [
- {data: [65, 59, 80, 81, 56, 55, 40], label: 'female'},
- {data: [28, 48, 40, 19, 86, 27, 90], label: 'male'}
- ];
- constructor() { }
- ngOnInit() {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Make $2500 in 20 minutes⭐⭐⭐ N
JavaScript | 5 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 6 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 7
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 24 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 24 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ D
JavaScript | 27 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 33 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand