opendatakosovo / unkt-sdg-plugin

A small data management Wordpress plugin for UNKT website. The plugin will have a simple admin component to manage CRUD operations for data entry as well as a public facing component to display the data as graphs and tables.
0 stars 0 forks source link

As a user I want to see the graph for the "value" and the "target value" start at the same point. #54

Closed partini closed 7 years ago

partini commented 7 years ago

When we show the line chart graph, the two lines that represent the measurement value and the target value should start at the same point (maybe we get the first measurement and from there we generate both lines, that way we can see how the values are progressing towards the target goal value).

Every indicator has a single target value, so measurement lines should be compared with that specific target value. This means we remove the target field when adding measurements.