gov-uk-dashboards 18.0.0__py3-none-any.whl → 18.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gov_uk_dashboards/components/leaflet/leaflet_choropleth_map.py +2 -1
- {gov_uk_dashboards-18.0.0.dist-info → gov_uk_dashboards-18.1.0.dist-info}/METADATA +1 -1
- {gov_uk_dashboards-18.0.0.dist-info → gov_uk_dashboards-18.1.0.dist-info}/RECORD +6 -6
- {gov_uk_dashboards-18.0.0.dist-info → gov_uk_dashboards-18.1.0.dist-info}/WHEEL +1 -1
- {gov_uk_dashboards-18.0.0.dist-info → gov_uk_dashboards-18.1.0.dist-info}/licenses/LICENSE +0 -0
- {gov_uk_dashboards-18.0.0.dist-info → gov_uk_dashboards-18.1.0.dist-info}/top_level.txt +0 -0
@@ -184,12 +184,13 @@ class LeafletChoroplethMap:
|
|
184
184
|
categories=self._get_color_bar_categories(), # reversed order
|
185
185
|
colorscale=self._get_colorscale()[::-1],
|
186
186
|
width=30,
|
187
|
-
height=
|
187
|
+
height=200,
|
188
188
|
position="topleft",
|
189
189
|
style={
|
190
190
|
"padding": "6px",
|
191
191
|
"backgroundColor": "white",
|
192
192
|
"borderRadius": "4px",
|
193
|
+
"fontSize": "16px",
|
193
194
|
},
|
194
195
|
)
|
195
196
|
min_value = self.df.select(pl.min(self.column_to_plot)).item()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gov_uk_dashboards
|
3
|
-
Version: 18.
|
3
|
+
Version: 18.1.0
|
4
4
|
Summary: Provides access to functionality common to creating a data dashboard.
|
5
5
|
Author: Department for Levelling Up, Housing and Communities
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -75,7 +75,7 @@ gov_uk_dashboards/components/helpers/get_chart_for_download.py,sha256=RS5SR2tCQP
|
|
75
75
|
gov_uk_dashboards/components/helpers/plotting_helper_functions.py,sha256=moD2tse2FqTBW2rOHOvZCL9BIlmDbyvU5233yFFu_aI,1635
|
76
76
|
gov_uk_dashboards/components/helpers/update_layout_bgcolor_margin.py,sha256=i7Nwp0CxFpkyQeR8KfOBVMBkzctG7hMpWI2OzgxB2jY,740
|
77
77
|
gov_uk_dashboards/components/leaflet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
78
|
-
gov_uk_dashboards/components/leaflet/leaflet_choropleth_map.py,sha256=
|
78
|
+
gov_uk_dashboards/components/leaflet/leaflet_choropleth_map.py,sha256=s3-RgkHTDk6rxWLlTxGMXu3yS9stUK4-t4pdWx24BDQ,8883
|
79
79
|
gov_uk_dashboards/components/plotly/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
80
80
|
gov_uk_dashboards/components/plotly/captioned_figure.py,sha256=T0sbtGTiJ79FXxVdPb__hqISuyTc3Dl11cKhgcuW-5U,2804
|
81
81
|
gov_uk_dashboards/components/plotly/choropleth_map.py,sha256=U9RmS3MZGloQAt9HoSYh3Xad205DDfZOjz91ZD_ydbI,9849
|
@@ -106,8 +106,8 @@ gov_uk_dashboards/lib/datetime_functions/datetime_functions.py,sha256=BQgr8I_vFN
|
|
106
106
|
gov_uk_dashboards/lib/download_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
107
107
|
gov_uk_dashboards/lib/download_functions/convert_fig_to_image_and_download.py,sha256=JYDpWObBsiKG5Rtk2ElOTgHwfIR0cRmVocr8RlTfPZQ,534
|
108
108
|
gov_uk_dashboards/lib/download_functions/download_csv_with_headers.py,sha256=h50ejODCjoz9z-yqDt6nsE6jN6XxJN1DWH66CjLJiCk,4155
|
109
|
-
gov_uk_dashboards-18.
|
110
|
-
gov_uk_dashboards-18.
|
111
|
-
gov_uk_dashboards-18.
|
112
|
-
gov_uk_dashboards-18.
|
113
|
-
gov_uk_dashboards-18.
|
109
|
+
gov_uk_dashboards-18.1.0.dist-info/licenses/LICENSE,sha256=GDiD7Y2Gx7JucPV1JfVySJeah-qiSyBPdpJ6RHCEHTc,1126
|
110
|
+
gov_uk_dashboards-18.1.0.dist-info/METADATA,sha256=XqwEI0BKkg65JoKzt0k8SOS6P0kWM11lVeg-4ASCgtc,5917
|
111
|
+
gov_uk_dashboards-18.1.0.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
112
|
+
gov_uk_dashboards-18.1.0.dist-info/top_level.txt,sha256=gPaN1P3-H3Rgi2me6tt-fX_cxo19CZfA4PjlZPjGRpo,18
|
113
|
+
gov_uk_dashboards-18.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|