Is there a setting on ngx-charts-bar-horizontal to add horizontal lines between the bars?
We are wanting to add horizontal tick lines around the bars in our bar charts. I couldn’t find a setting that did this automatically. I attempted every setting in the API doc. Is there a way to draw borders around each bar? Does anyone know of a way to make this happen?
programatically display tooltip on ngx-pie-chart
I have created a custom legend for my ngx pie charts. When you hover over an area of the pie, a tool-tip appears showing the value of that slice. I’d like to be able to also hover over the name in my legend and also have that same tool-tip appear over the pie. I can’t seem to find anything in the DOM that would let me know which name is attached to which slice. Am I over-thinking this? Is there any easier way?