nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

Binding to legendTitle does not populate the default value from code behind

Open zbranzov opened this issue 7 years ago • 2 comments
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

zbranzov avatar Nov 29 '17 15:11 zbranzov

I'm having the same issue with Vue, was this resolved?

muazmalas avatar Jul 27 '20 16:07 muazmalas