Closed shyamvalsan closed 2 years ago
Similar behavior on Windows as well - the chart saved is completely blank this time around.
@hugovalente-pm not sure if this is a known issue or not
This is not a bug since this is not an image :) It's a canvas, which consists of multiple images that get draw with js - hence you get like a small part of the whole chart. We can add a feature (for the future) to support image capturing for the chart, but this needs a specific implementation to create the image out of the chart via js and allow the browser to download it.
@novykh but what is "Save Image As" actually supposed to do?
This is the default right click menu of the browser, not our implementation. The browser thinks that this is an image, so it provides the user with this option.
Oh - I get it now :) so we do not offer any way for charts to be exported currently. Closing the ticket, and we can consider it as a feature in the future.
Yes, I believe the library we are using for charts has an extension for this to happen, we can do a check for the rest of the libraries (i.e. gauges, etc.) if needed. Cheers
@shyamvalsan more as fyi, the feature is identified here netdata/product#1894