This repository was archived by the owner on Nov 26, 2022. It is now read-only.
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
Dynamically change chart type #89
Open
Description
<canvas tc-chartjs chart-type="type" chart-data="chartData" chart-options="options" chart="variable">
</canvas>
$scope.type = 'bar';
In the above code, chart type is not changing from the controller scope. But this works perfectly in angular-chartjs. How can i change the chart type dynamically by clicking a button?. Thanks.
Metadata
Metadata
Assignees
Labels
No labels