From 023d861a91ddabddddb26570d2becef2af36cc19 Mon Sep 17 00:00:00 2001 From: fujidana <53413319+fujidana@users.noreply.github.com> Date: Sat, 12 Sep 2026 15:35:19 +0900 Subject: [PATCH] Add 'full-json' format option for toImageButton --- .../2015-09-24-config-opt-toImageButtonOptions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-toImageButtonOptions.html b/_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-toImageButtonOptions.html index 688279133..3c0d963d2 100644 --- a/_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-toImageButtonOptions.html +++ b/_posts/plotly_js/fundamentals/config-options/2015-09-24-config-opt-toImageButtonOptions.html @@ -26,7 +26,7 @@ var config = { toImageButtonOptions: { - format: 'svg', // one of png, svg, jpeg, webp + format: 'svg', // one of png, svg, jpeg, webp, full-json filename: 'custom_image', height: 500, width: 700,