Lines Matching refs:legend

1041 …if ( _this.config.legend && _this.setup.chart.legend && _this.setup.chart.legend.position == "outs…
1043 svg: _this.setup.chart.legend.container.container,
1044 parent: _this.setup.chart.legend.container.container.parentNode,
1045 children: _this.setup.chart.legend.container.container.getElementsByTagName( "*" ),
1050 legend: { class in AmCharts._this.capture.group
1051 type: [ "top", "left" ].indexOf( _this.config.legend.position ) != -1 ? "unshift" : "push",
1052 position: _this.config.legend.position,
1053 …width: _this.config.legend.width ? _this.config.legend.width : _this.setup.chart.legend.container.…
1054 …height: _this.config.legend.height ? _this.config.legend.height : _this.setup.chart.legend.contain…
1061 if ( [ "left", "right" ].indexOf( group.legend.position ) != -1 ) {
1062 offset.width += group.legend.width;
1063 offset.height = group.legend.height > offset.height ? group.legend.height : offset.height;
1064 } else if ( [ "top", "bottom" ].indexOf( group.legend.position ) != -1 ) {
1065 offset.height += group.legend.height;
1072 groups[ group.legend.type ]( group );
1407 if ( group.legend ) {
1408 if ( group.legend.position == "left" ) {
1409 offset.x += group.legend.width;
1410 } else if ( group.legend.position == "right" ) {
1411 group.offset.x += offset.width - group.legend.width;
1412 } else if ( group.legend.position == "top" ) {
1413 offset.y += group.legend.height;
1414 } else if ( group.legend.position == "bottom" ) {
1415 group.offset.y += offset.height - group.legend.height; // OFFSET.Y