swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular

Home Page:https://swimlane.github.io/ngx-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add valueFormatting parameter for Line Area charts

atoyansk opened this issue · comments

Is your feature request related to a problem? Please describe.
It's not possible to format values as currencies using these types of charts.

Describe the solution you'd like
Add valueFormatting parameter for Line Area charts, where it would be possible to include a currency format to values.

According to the documentation, you should be able to provide your own tooltip using tooltipTemplate or seriesTooltipTemplate, with a little formatting and CSS you could provide your own tool tips that show the colors and formatted values you are looking for.