Skip to content

Commit eb213e2

Browse files
authored
v2.0.8 (#580)
1 parent 3bad72f commit eb213e2

35 files changed

+507
-300
lines changed

ckanext/querytool/controllers/querytool.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def edit_visualizations(self, querytool=None, data=None,
434434
visualization['color_type'] = \
435435
data.get('chart_field_color_type_{}'.format(id))
436436
visualization['seq_color'] = \
437-
data.get('chart_field_seq_color_{}'.format(id))
437+
data.get('seq_colors_hidden_input_{}'.format(id))
438438
visualization['title'] = \
439439
data.get('chart_field_title_{}'.format(id))
440440
visualization['x_text_rotate'] = \
@@ -675,8 +675,12 @@ def line_attr_search(data, id, line_attr):
675675
data['map_key_field_{}'.format(id)]
676676
map_item['data_key_field'] = \
677677
data['map_data_key_field_{}'.format(id)]
678-
map_item['map_color_scheme'] = \
679-
data['map_color_scheme_{}'.format(id)]
678+
map_item['data_format'] = \
679+
data['map_data_format_{}'.format(id)]
680+
map_item['seq_colors'] = \
681+
data['seq_colors_hidden_input_{}'.format(id)]
682+
map_item['data_categories'] = \
683+
data['map_data_categories_{}'.format(id)]
680684
map_item['size'] = \
681685
data.get('map_size_{}'.format(id))
682686

ckanext/querytool/fanstatic/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/civic_cookies.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/civic_cookies.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/export-to-png.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/export-to-png.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/map-module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/map-module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/table-module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/fanstatic/javascript/dist/modules/table-module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)