chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

About adding units to the angular-charts on the X-axis and Y-axis. #232

Open Wjp43045 opened 6 years ago

Wjp43045 commented 6 years ago

I find that the X-axis and Y-axis of the angular-charts have no units, so how do I add them? thanks a lot.

<canvas id="line" class="chart chart-line" data="data.charts.lineData" labels="data.charts.lineLabels" legend="true" series="series" options="{showTooltips: false}"></canvas>