app-generator / sample-django-charts-argon

Django Argon Charts - Open-source Django Sample | AppSeed
https://bit.ly/3si4e7q
Other
24 stars 9 forks source link

Orders Chart - Y axis has no Min/Max #5

Closed app-generator closed 3 years ago

app-generator commented 3 years ago

The Orders Chart is not showing any information regarding the Y axis:

image

The scale should be computed from 0 to MAX = Peek ORDERS value.

Here is the Widget layout extracted from the original template:

image

imankarimi commented 3 years ago

5 fixed: This happens because of the amount of data. To solve this problem, I changed the sample data.

app-generator commented 3 years ago

Fixed in v0.0.1. Closing this issue.