Skip to content

Commit 61886e2

Browse files
DOCSP-30259 new charts embedding sdk features (#603)
* updated new charts embedding sdk features
1 parent 6760551 commit 61886e2

File tree

11 files changed

+1268
-450
lines changed

11 files changed

+1268
-450
lines changed

config/sphinx_local.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ theme:
3030
- /customize-charts
3131
- /customize-charts/conditional-formatting
3232
- /embedding-charts
33+
- /embedded-chart-options
3334
- /view-export-chart-data
3435
- /embedding-tutorials
3536
- /launch-charts

source/chart-type-reference/combo-charts.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ charts. To see all available customization options, see
102102
fields mapped to the :guilabel:`Lines` channel. Fields mapped to the
103103
:guilabel:`Columns` channel appear only on the primary axis.
104104

105+
.. _label-angle-option:
106+
105107
Adjust X-Axis Label Angle
106108
~~~~~~~~~~~~~~~~~~~~~~~~~~
107109
You can adjust the X-axis label angle.
@@ -117,11 +119,15 @@ accessible by distinguishing between series beyond color.
117119

118120
.. include:: /includes/customization/set-distinct-dash-style-per-series.rst
119121

122+
.. _line-smoothing-option:
123+
120124
Smooth Lines
121125
~~~~~~~~~~~~
122126

123127
.. include:: /includes/customization/smooth-lines.rst
124128

129+
.. _markers-option:
130+
125131
Show or Hide Data Markers
126132
~~~~~~~~~~~~~~~~~~~~~~~~~
127133

source/chart-type-reference/data-table.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ The following customization options are specific to data table charts.
104104
To see all available customization options, see
105105
:ref:`customize-charts`.
106106

107+
.. _wrap-text-option:
108+
107109
Wrap Text
108110
~~~~~~~~~
109111

source/chart-type-reference/donut-chart.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ The following customization options are specific to donut
9494
charts. To see all available customization options, see
9595
:ref:`customize-charts`.
9696

97+
.. _category-labels-option:
98+
9799
Show or Hide Category Labels
98100
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99101

source/charts-embedding-sdk.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ adjustments to chart settings and rendering.
1919
You can use the embedding SDK to do the following tasks:
2020

2121
- Add filters dynamically
22-
- Change the size and style of the chart
22+
- Change the size, style, and axes of the chart
23+
- Change the legend position and legend angle
24+
- Change the chart elements, table options and general customization options
2325
- Refresh on demand
24-
- Save charts as an image
26+
- Save a chart as an image
27+
- View chart channels
28+
- Override the number formatting options
29+
- Retrieve the values of your options prior to an override
2530

2631
To embed a chart with the SDK, you need to:
2732

source/customize-charts/field-level-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ the dropdown menu.
3131
:figwidth: 251px
3232
:alt: Field level customizations
3333

34+
.. _field-label-override:
35+
3436
Field Label Override
3537
--------------------
3638

source/customize-charts/general-customization.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Applicable Chart Types
101101
This customization option is available for all chart types except
102102
:ref:`Text <chart-type-text-charts>`.
103103

104+
.. _label-size-option:
105+
104106
Resize Labels
105107
-------------
106108

@@ -131,6 +133,8 @@ This customization option is available for all charts *except*
131133
:ref:`Table <data-table-example>`, and
132134
:ref:`Word Cloud <word-cloud-example>` charts.
133135

136+
.. _legend-position-option:
137+
134138
Customize Legend
135139
----------------
136140

source/customize-charts/value-axis-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ The following chart types can use logarithmic scale:
101101
- :ref:`Discrete and Continuous Line <line-area-chart-ref>`
102102
- :ref:`Scatter <scatter-chart-ref>`
103103

104+
.. _axes-label-override:
105+
104106
Label Override
105107
--------------
106108

0 commit comments

Comments
 (0)