(chart, _args, options)
| 599 | _element: Legend, |
| 600 | |
| 601 | start(chart, _args, options) { |
| 602 | const legend = chart.legend = new Legend({ctx: chart.ctx, options, chart}); |
| 603 | layouts.configure(chart, legend, options); |
| 604 | layouts.addBox(chart, legend); |
| 605 | }, |
| 606 | |
| 607 | stop(chart) { |
| 608 | layouts.removeBox(chart, chart.legend); |