Skip to content

Commit 6db550b

Browse files
authored
Revert "(DOCSP-9656) Charts embedding SDK background option (#327)" (#330)
This reverts commit e255f02.
1 parent e255f02 commit 6db550b

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
'.. |aws| replace:: :abbr:`AWS (Amazon Web Services)`',
6767
'.. |gcp| replace:: :abbr:`GCP (Google Cloud Platform)`',
6868
'.. |html| replace:: :abbr:`HTML (HyperText Markup Language)`',
69-
'.. |css| replace:: :abbr:`CSS (Cascading Style Sheets)`',
7069
]
7170

7271
rst_epilog.extend(get_replacements(conf))

source/embedding-charts-sdk.txt

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -210,34 +210,7 @@ of the chart by calling methods on its handle.
210210
* - ``theme``
211211
- string
212212
- A :ref:`theme <chart-display-theme>` for the chart to use. Valid
213-
options are:
214-
215-
- ``light`` for a light background with dark text and chart
216-
elements, or
217-
218-
- ``dark`` for a dark background with light text and chart
219-
elements.
220-
221-
Defaults to ``light``.
222-
- no
223-
224-
* - ``background``
225-
- string
226-
- A background color to apply to your chart instead of the
227-
``theme`` background. You can specify:
228-
229-
- A color hex code
230-
231-
- A |css| color name
232-
233-
- ``transparent`` for a transparent background
234-
235-
If no background is provided, the background color defaults to
236-
the current ``theme``:
237-
238-
- ``#FFFFFF`` for the ``light`` theme, or
239-
240-
- ``#21313C`` for the ``dark`` theme.
213+
options are ``light`` and ``dark``. Defaults to ``light``.
241214
- no
242215

243216
* - ``showAttribution``

0 commit comments

Comments
 (0)