Is there plans to implement the python api for dcc.Graph.extendData?

Hi, currently the only method i found have to return a full figure on app.callback, and that is redrawing the entire figure from scratch, it is highly inefficient when the dataset gets large, and seems illogical to not have it as it is indicated that it exists in the JavaScript api.

It is already working. Here is an example,