nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
Binding to legendTitle does not populate the default value from code behind
trafficstars
pro-ui version "version": "3.3.0-2017-11-28-1"
public myLegendTitle = "test"; //code behind
//ui <LineSeries tkCartesianSeries [items]="categoricalSource" categoryProperty="Country" valueProperty="Amount" [legendTitle]="myLegendTitle" ></LineSeries>
Running the chart will not display "test" but 'Series 1' which seems to be the default value for legendTitle.
https://screencast.com/t/i8EWTfaaH3k
I'm having the same issue with Vue, was this resolved?