Skip to content

Commit

Permalink
v2.0.8 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Mar 1, 2023
1 parent 3bad72f commit eb213e2
Show file tree
Hide file tree
Showing 35 changed files with 507 additions and 300 deletions.
10 changes: 7 additions & 3 deletions ckanext/querytool/controllers/querytool.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def edit_visualizations(self, querytool=None, data=None,
visualization['color_type'] = \
data.get('chart_field_color_type_{}'.format(id))
visualization['seq_color'] = \
data.get('chart_field_seq_color_{}'.format(id))
data.get('seq_colors_hidden_input_{}'.format(id))
visualization['title'] = \
data.get('chart_field_title_{}'.format(id))
visualization['x_text_rotate'] = \
Expand Down Expand Up @@ -675,8 +675,12 @@ def line_attr_search(data, id, line_attr):
data['map_key_field_{}'.format(id)]
map_item['data_key_field'] = \
data['map_data_key_field_{}'.format(id)]
map_item['map_color_scheme'] = \
data['map_color_scheme_{}'.format(id)]
map_item['data_format'] = \
data['map_data_format_{}'.format(id)]
map_item['seq_colors'] = \
data['seq_colors_hidden_input_{}'.format(id)]
map_item['data_categories'] = \
data['map_data_categories_{}'.format(id)]
map_item['size'] = \
data.get('map_size_{}'.format(id))

Expand Down
2 changes: 1 addition & 1 deletion ckanext/querytool/fanstatic/css/main.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit eb213e2

Please sign in to comment.