Provides an integration for the `lib/chart/line.js` line chart library.
{ day: 'HH:mm', week: 'dd DD', month: 'DD MMM' }
<select ng-model="timespan"> <option value="day">day</option> <option value="week">week</option> <option value="month">month</option> </select> <span ng-if="!selectedStart">Select a time range on the chart</span> <span ng-if="selectedStart">Selected from "{{ selectedStart }}" to "{{ selectedEnd }}"</span> <div cam-widget-chart-line values="values" lines-colors="colors" timespan="timespan" interval="interval"></div>