Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 31, 2020 9:37AM
Likes: 1
Replies: 1
Hi All,
I have a chart which is showing monthly population of a city. Now when I am creating this chart, it is sorting the data either in ascending or descending order of Monthly population but I want to show the month on month trend hence I want my data to show as Jan,Feb,Mar,...,Nov,Dec.
Could you please let me know how I can achieve this in dataiku.
Hi,
Do you have a proper timestamp in your data? In order to build time series visualizations you need to have a parsed date in you X axis.
If you only have month identifiers then I suggest you concatenate it to a dd-MM- yyyy format so you can plot the values as a time series.
Hope this helps