primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.61k stars 4.62k forks source link

Chart format millar? #10342

Closed uldcra closed 3 years ago

uldcra commented 3 years ago

I have old project angular 7 pagkage.sjon

"dependencies": {
    "@angular/animations": "^7.2.9",
    "@angular/cdk": "^7.3.4",
    "@angular/common": "~7.2.0",
    "@angular/compiler": "~7.2.0",
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/material": "^7.3.4",
    "@angular/material-moment-adapter": "^7.3.7",
    "@angular/platform-browser": "~7.2.0",
    "@angular/platform-browser-dynamic": "~7.2.0",
    "@angular/pwa": "^0.13.9",
    "@angular/router": "~7.2.0",
    "@angular/service-worker": "~7.2.0",
    "@auth0/angular-jwt": "^2.1.0",
    "@fortawesome/fontawesome-free": "^5.8.1",
    "@swimlane/ngx-charts": "^10.0.0",
    "@types/chart.js": "^2.7.52",
    "angular-bootstrap-md": "^7.4.2",
    "chart.js": "^2.5.0",
    "chartjs-plugin-datalabels": "^0.7.0",
    "core-js": "^2.5.4",
    "easy-pie-chart": "^2.1.7",
    "hammerjs": "^2.0.8",
    "html2canvas": "^1.0.0-rc.1",
    "html2pdf.js": "^0.9.2",
    "iconv-lite": "^0.6.2",
    "jspdf": "^1.5.3",
    "material": "^0.3.2",
    "md5": "^2.2.1",
    "moment": "^2.24.0",
    "ng2-charts": "^2.3.0",
    "node-sass": "^4.14.1",
    "numeral": "^2.0.6",
    "primeicons": "^4.1.0",
    "primeng-lts": "^9.2.8",
    "rxjs": "~6.3.3",
    "screenfull": "^3.3.0",
    "ts-md5": "^1.2.4",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.26"
  },

i implemented the bar graph bu not add put dot when the quantity is equal or more 1000 => 1000 when the results 1.000 it´s possible format the nuber in bar elements and y line Sorry for my bad english.

yigitfindikli commented 3 years ago

Unable to replicate with latest PrimeNG, if the issue persists please create a new ticket with a test case reproducing the issue e.g. stackblitz or a github repo and it will be reviewed by our team once again.