Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
only show highest and lowest value as label #103
Browse files Browse the repository at this point in the history
  • Loading branch information
dArignac committed Mar 21, 2016
1 parent 5b79b3e commit 2dc1b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions price_monitor/templates/price_monitor/angular_index_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
'sparkline': '{% url "api_product_list" %}:asin/prices/?show_legend=false&show_dots=false&margin=4&spacing=0&height=40&width=400&show_x_labels=false&y_labels_major_count=2&show_minor_y_labels=false&no_data_font_size=10',
'chart': {
'default': '{% url "api_product_list" %}:asin/prices/?show_legend=false&show_x_values=false&margin=4&spacing=0&y_labels_major_count=5&show_minor_y_labels=true&no_data_font_size=10&width=400&height=200',
'small': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=5&show_minor_y_labels=true&no_data_font_size=20&width=600&height=200',
'medium': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=5&show_minor_y_labels=true&no_data_font_size=20&width=1000&height=200',
'large': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=5&show_minor_y_labels=true&no_data_font_size=20&width=1140&height=200'
'small': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=2&show_minor_y_labels=true&no_data_font_size=20&width=600&height=200',
'medium': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=2&show_minor_y_labels=true&no_data_font_size=20&width=1000&height=200',
'large': '{% url "api_product_list" %}:asin/prices/?show_legend=false&margin=7&spacing=16&y_labels_major_count=2&show_minor_y_labels=true&no_data_font_size=20&width=1140&height=200'
}
},
'pagination': {
Expand Down

0 comments on commit 2dc1b18

Please sign in to comment.