* Expire the internal chart cache. dc charts cache some data internally on a per chart basis to * speed up rendering and avoid unnecessary calculation; however it might be useful to clear the * cache if you have changed state which will affect rendering. For example, if you invoke *
()
| 1372 | * @returns {BaseMixin} |
| 1373 | */ |
| 1374 | expireCache () { |
| 1375 | // do nothing in base, should be overridden by sub-function |
| 1376 | return this; |
| 1377 | } |
| 1378 | |
| 1379 | /** |
| 1380 | * Attach a Legend widget to this chart. The legend widget will automatically draw legend labels |
no outgoing calls
no test coverage detected