From 32f300891b59c570902a7cc2c15797312f81d1f7 Mon Sep 17 00:00:00 2001 From: Paulo Vieira Date: Mon, 13 Jun 2022 16:42:59 +0100 Subject: [PATCH] test for indicator trace: remove the invalid "ticker" option The `ticker` option is not valid for indicator charts. In fact, I did a full search over the https://github.com/plotly/plotly.js repo and didn't find any mention for that option anywhere. Related PR: https://github.com/plotly/graphing-library-docs/pull/183 --- test/image/mocks/indicator_scatter.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/image/mocks/indicator_scatter.json b/test/image/mocks/indicator_scatter.json index 94635359f5b..799c4ac5abe 100644 --- a/test/image/mocks/indicator_scatter.json +++ b/test/image/mocks/indicator_scatter.json @@ -8,9 +8,6 @@ "type": "indicator", "mode": "number+delta", "delta": {"reference": 512, "valueformat": ".0f"}, - "ticker": { - "showticker": true - }, "vmax": 500, "value": 492 }, {