I want to make charts, bar chart and pie chart. it has to take inputs from user and maps that input to the chart on run time.
Chart has to able to make changes as the user changing it on run time.
it will be a great help.
Thanks
I use Angular-Chart.js (the AngularJS Chart.js version) to create a bar chart. The Chart is working with the options except for the colours.
Even if I set them it is indicated in the documentation, they stay grey.
<…
I've looked at How to change colours for Angular-Chart.js, but it relates to colours for an entire (dataset), not a specific bar.
What I'm looking for is a way to apply Different color for each bar in a bar …
I want to do a condition in an AngularJS template. I fetch a video list from the Youtube API. Some of the videos are in 16:9 ratio and some are in 4:3 ratio.
I want to make a condition like this:
if …