-
Hello, I use donut chart ng2-charts in angular, I want to add datalabels but nothing seen in canvas.
public doughnutChartOptions: ChartConfiguration['options'] = {
plugins: {
legend: {
…
-
An unhandled exception occurred: Cannot read property 'fileName' of null .
{
"name": "my-app",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve"…
-
During the FE dependency update it turned out that two FE dependencies - chart.js and ng2-charts - have breaking stuff which has to be fixed.
Please upgrade those two dependencies and fix all the i…
-
I did a small ionic2 project with ng2-chartjs2 charts. I need to add options and there's no documentation on how to add it. here is [my project repo](https://github.com/darthranjith/Ionic2-Chart)
My …
-
While trying to create a new angular/ux-aspects project, I keep getting the following error when I try to install ux-aspects:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependen…
-
Please update project to Angular version 8.
-
**Reproduction of the problem**
#### TS file
```ts
import { Component, ViewChild } from '@angular/core';
import { BaseChartDirective } from 'ng2-charts';
import 'chartjs-adapter-moment';
fun…
-
According to https://www.chartjs.org/docs/3.9.1/general/performance.html#parallel-rendering-with-web-workers-chromium-only
we could offload rendering to web workers.
Are there any plans to support…
-
Proposal for repository structure below, some additional investigation is required into tooling.
The Zowe App Framework squad must approve these changes prior to implementation.
| Grouping | Existin…
-
I'm using version 4 of the ng2-google-charts and noticed that on every page reload the number of the GoogleChartComponent' s is growing proportionally to the number of charts on the page.
In the memo…