ng2-charts icon indicating copy to clipboard operation
ng2-charts copied to clipboard

Show only some x-axis labels in Line chart.

Open rohanc202 opened this issue 5 years ago • 0 comments

I have huge data to show on the line chart. But while showing labels on x-axis , I want to show only some lables. For example : If the lineLabelData = ['A','B','C','D',''E,'F','G','H','I','J'] then i have to show only A,D,G,J on x-axis. but when i hover on data point for B,C,C,F,H,I it should show tooltip with respective data.

rohanc202 avatar Dec 10 '19 05:12 rohanc202