Top "Ngx-charts" questions

ngx-charts is a charting framework for Angular 2+. It uses d3.

Angular ngx-charts options for customizing the Legend?

I am currently using ngx-charts for Angular2, and I would like to customize some legends, e.g. place the legend …

angular legend ngx-charts
Custom tooltip contents @ ngx-charts | Angular2+ | TypeScript

I've been trying to set a custom label in a line chart's tooltip , e.g., modified number of minutes in …

label tooltip ngx-charts
How to format the x-axis and y axis label colors in a ngx-charts line chart

I am using ngx-charts for plotting time series data. I am using their example <ngx-charts-line-chart [view]="view" [scheme]="colorScheme" […

angular charts ngx-charts
How can I make my ngx-line-chart responsive?

I'm using ngx-admin and I'm trying to make my ngx-line-chart responsive. My chart is in a nb-card, and when I …

angular charts responsive ngx-charts ngx-admin
Provide a service in Angular5 = "is not a function"

I want to override a service from an other module, but i got the error "is not a function" In …

angular angular5 ngx-charts
Change default colors set on Angular ngx-charts

I'm working on an angular app and using ngx-charts, after debugging and searching online for few moments I couldn't find …

css angular ngx-charts
How to change xAxisTickFormatting in ngx-charts-line-chart based on timeline selection?

By default, ticks are formatted based on time range selection in timeline. If it pans across days it shows month …

ngx-charts
ngx-charts : On click pie chart slice, clicked slice should become active

I am using ngx-chart 5.3.1 & angular 4.1.1. I am tying to highlight a particular slice in the pie chart when click. …

angular ngx-charts
ngx-charts render dynamic data

I'm new at ngx-charts I'm trying to render the dynamic bitcoin data by fetching the data from bitstamp service. The …

angular-cli ngx-charts
Unable to Initialize ngx-charts with API fetched Data

I'm having some bad times while trying to initialize a chart built using ngx-charts with API fetched data. I built …

angular typescript charts time-series ngx-charts