ckan / ckan/ckanext-basiccharts
Line charts join points in order of y-axis not x-axis
- Dominant language
- Python
- Stars
- 12
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
instead of joining points in a line graph according to the x-axis, for instance date, the points are joined in by the y axis. This can be seen in the following image.

It might not be noticed if all the test include on monotonically increasing or decreasing data points.
This is possibly related to the column chart order issue too https://github.com/ckan/ckanext-basiccharts/issues/32
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.