Posted 14 September 2017, 11:55 am EST
I am looking for an Angular 2 template directive for wj-flex-chart-series (similar to flexGrid here http://wijmo.com/5/docs/topic/wijmo-wijmo.angular2.grid.WjFlexGridCellTemplate.Class.html) so I can use the <template> element to do dynamic binding. Can somebody please help?
<wj-flex-chart [itemsSource]="data" [chartType]="chartType" [stacking]="stacking" [rotated]="rotated" [bindingX]="'day'"> <wj-flex-chart-series [name]="'Thing 1'"> <template></template> </wj-flex-chart-series> <wj-flex-chart-series [name]="'Things 2'"></wj-flex-chart-series> <wj-flex-chart-series [name]="'Things 3'"></wj-flex-chart-series> </wj-flex-chart>
 
                                 
                                 
                                 
                         
                         
                         
                        