0

凡例からシリーズ名を非表示にしたいのですが、どうすればいいですか?

Ext.each(chart.series.items, function(series) {
            if (series.yField = 'done') {
                alert('found done');
                // hides the series
                series.hideAll();

                series.showInLegend = false; // STILL SHOWS
                return false;
            }
        });

どんな助けでも大歓迎です。

4

2 に答える 2