biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 41 forks source link

Years get multiplied by 1000 in Timeseries Line Chart #186

Closed kaimikael closed 2 years ago

kaimikael commented 2 years ago
Timeseries version

0.3.12

Orange version

3.31.1

Expected behavior

I nicked a dataset that had data per year. I plot the data and expect to get the years along the x axis.

Actual behavior

The years are labelled as “2014k”, “2015k”, etc, as can be seen in this screenshot:

Screenshot 2022-03-01 at 10 44 47

The manual page indicates this is not intentional behaviour. The output from As Timeseries looks OK.

Steps to reproduce the behavior

I attach a workflow and data, open the Line Chart to see the labelling. AI.publications.by.year.past.decade.csv YearsInLineChart.zip

Additional info (worksheets, data, screenshots, ...)
ajdapretnar commented 2 years ago

Partially fixed in #220. The issue now is that the File reads the variable wrong (as seconds, not years). We should enable resetting the datetime format in Edit Domain.