Open SubhuMS opened 8 years ago
try chart.showLabels(true)
Hi @liquidpele, i tried like this,
<NVD3Chart type='lineChart' id="lineChart" datum={data} showLabels="true" />
could you please tell me how to define the labels in datum?
That looks like angular-nvd3, I'm not familiar with doing it through an angular directive.
This is react-nvd3, i tried like this in react, please let me know how to construct the data with labels for lineChart, will try the same in react-nvd3
there is a showLabels option, so as I said you can maybe just do chart.showLabels(true) in pure javascript. I have no idea how react-nvd3 works, you'd have to ask that project how to use options.
chart.showLabels(true) is not working for me
Hmm, maybe a bug then.
datalabelss we want in nvd3 can anyone suggest
Hi, is that possible to display line chart with datalabels as shown in the picture below,