We're planning to use google charts in our project and we use Angular JS for front end. (New to both Angular & Google charts)
Does Google chart provide any readymade UI for configuring each type of chart ?
If user select a chart type, it should show the user the configurations and once user selects , it is applied for that chart.
Ex:
If Pie chart is selected "pieHole" field will be displayed.
If bar chart is selected "isStacked" field will be displayed.
Thanks in advance :)