Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
縦線の系列の道場チャートがあります。を参照してください。このシリーズを凡例から削除して、「実際の」シリーズのみが凡例に表示されるようにするにはどうすればよいですか?
次のことを試してください。
chart1.removeSeries("vertical line"); //Removes the series from the chart by series name chart1.render(); //Refresh the chart legend.refresh(); //Refresh the dojo legend object to update it