ait-cs-IaaS / koord2ool

Koord2ool is an extension of LimeSurvey that visualizes responses to surveys over time.
GNU General Public License v3.0
3 stars 1 forks source link

Don't round survey response dates #5

Closed otmarlendl closed 1 year ago

otmarlendl commented 2 years ago

The graphs I get look like only the date part of the timestamp are used.

I see no reason why the graphs shouldn't show the exact position where the value changes.

MrManny commented 2 years ago

https://github.com/ait-cs-IaaS/koord2ool/blob/main/src/components/surveys/LineChart.vue#L81 is the likely place to require the code change.

Otmar suggested a dropdown in the options that could influence this parameter.