APEX CHART reset position in python cript

Hi,

I would like to reset chart position (like home button in toolbar) but in a python script which get data form database.
Is it possible ?

To confirm, it seems you're asking if on the open source Apex Charts Module there is a way to call a method against the component to reset the zoom level? Something like a self.resetZoom()?

Short answer, no. I do not see one in the module.

Long answer: A PR could be written to merge the functionality in, it wouldn't be a ton of work.

2 Likes

Yes. A resetZoom() would be perfect :pensive: