Skip to content

Commit f7b2fd9

Browse files
jeff-allen-mongoMohammad Hunan Chughtai
andcommitted
(DOCSP-10554): 1.14 release notes (#354)
* (DOCSP-10554): 1.14 release notes * Apply suggestions from code review Co-authored-by: Mohammad Hunan Chughtai <[email protected]> Co-authored-by: Mohammad Hunan Chughtai <[email protected]>
1 parent 543c789 commit f7b2fd9

File tree

2 files changed

+59
-18
lines changed

2 files changed

+59
-18
lines changed

source/chart-type-reference/geospatial-scatter.txt

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ Geospatial Scatter Chart
1616
Overview
1717
--------
1818

19-
Geospatial scatter charts distribute data from a data source across geographical locations,
20-
and, optionally, color the data points based on the database field of your choice and scale
21-
the size of data points. The sample images in the next section demonstrate
22-
how to construct a geospatial scatter chart to locate the nighborhoods in NYC with the most rooms available
23-
at a specified price.
19+
Geospatial scatter charts distribute data from a data source across
20+
geographical locations, and, optionally, color the data points based on
21+
the database field of your choice and scale the size of data points.
22+
The sample images in the next section demonstrate how to construct a
23+
geospatial scatter chart to locate the neighborhoods in NYC with the most
24+
rooms available at a specified price.
2425

2526
Encoding Channels
2627
-----------------
@@ -53,30 +54,35 @@ channel.
5354
Color
5455
~~~~~
5556

56-
(*Optional*) The :guilabel:`Color` encoding channel changes the color of the data points to
57-
categorize the displayed geopoints by the value of the selected collection field. |charts| lists
58-
the colors used in a key to the right of the chart. In the image below, the ``property_type``
59-
distributes the property types in NYC by color. The key to the right of the chart indicates
60-
green for guest suites and dark blue for apartments, for example.
61-
However, all of the circles are still the same size since we have
62-
not yet specified a field for the :guilabel:`Size` encoding channel.
57+
(*Optional*) The :guilabel:`Color` encoding channel changes the color of
58+
the data points to categorize the displayed geopoints by the value of
59+
the selected collection field. |charts| lists the colors used in a key
60+
to the right of the chart. In the image below, the ``property_type``
61+
distributes the property types in NYC by color. The key to the right of
62+
the chart indicates green for guest suites and dark blue for apartments,
63+
for example. However, all of the circles are still the same size since
64+
we have not yet specified a field for the :guilabel:`Size` encoding
65+
channel.
6366

6467
.. figure:: /images/charts/geospatial-scatter-color-example.png
6568

6669
Size
6770
~~~~
6871

69-
(*Optional*) The :guilabel:`Size` aggregation encoding channel changes the size of the
70-
data point markers, with larger sizes indicating larger aggregated values. The image below
71-
uses the mean of the ``weekly_price`` collection field to aggregate all instances of the geopoint that you
72-
chose for the :guilabel:`Coordinates` encoding channel. The key to right of the chart
73-
indicates the aggregation value for the different circle sizes.
72+
(*Optional*) The :guilabel:`Size` aggregation encoding channel changes
73+
the size of the data point markers, with larger sizes indicating larger
74+
aggregated values. The image below uses the mean of the ``weekly_price``
75+
collection field to aggregate all instances of the geopoint that you
76+
chose for the :guilabel:`Coordinates` encoding channel. The key to right
77+
of the chart indicates the aggregation value for the different circle
78+
sizes.
7479

7580
.. figure:: /images/charts/geospatial-scatter-size-example.png
7681

7782
.. note::
7883

79-
If no fields are encoded in the :guilabel:`Size` encoding channel, |charts-short| displays all points with the same size.
84+
If no fields are encoded in the :guilabel:`Size` encoding channel,
85+
|charts-short| displays all points with the same size.
8086

8187

8288
Build a Geospatial Scatter Chart

source/release-notes.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,41 @@ Release Notes
1010
:depth: 1
1111
:class: singlecol
1212

13+
|charts| on |service| v1.14.0
14+
-----------------------------
15+
16+
*Released May 28, 2020*
17+
18+
Improvements in this release:
19+
20+
- Adds a new chart status bar that shows details about last and next
21+
refresh time and any errors in the chart.
22+
23+
- Adds the ability to refresh a single chart on a dashboard. To learn more,
24+
see :ref:`refresh-dashboard`.
25+
26+
- Improves server-side caching of chart data.
27+
28+
- Adds an option to add an authentication provider while embedding a chart.
29+
30+
- Adds new :guilabel:`Tooltip Detail` channel on
31+
:ref:`Scatter <scatter-chart-ref>` and
32+
:ref:`Geospatial Scatter <geospatial-scatter-type>` charts.
33+
34+
Bug fixes in this release:
35+
36+
- Embedded tables now have a transparent background.
37+
38+
- Prevents a failure when geospatial charts use decimal type fields for
39+
coordinates.
40+
41+
- Fixes sorting of unbinned decimal typed values in chart category
42+
channels.
43+
44+
- Fixes an issue where newly added dashboard filters wouldn’t show
45+
sample string values.
46+
47+
1348
|charts| on |service| v1.13.0
1449
-----------------------------
1550

0 commit comments

Comments
 (0)