Sort X Label

Hi everyone, I would like to know if there is the possibility to customize the X axis. I would like to get the X axis in the following order: Jan, Feb, Mar, Apr ā€¦ However, when I draw the bar graph, the labels of the axis are not ordered. How can I solve the problem?

Count Equipment per mounth.knwf (15.5 KB)

Hi @dariorn8,

Just add a new column to your created table (ordered list) which contains integer values. E.g.:

Jan 1
Feb 2
Mar 3
ā€¦

Then by using the Joiner node, join this table to your main table based on the month values and add the integer column to your main table. Then use the Sorter node sort the table based on this new added column (integers) so the Bar Chart node will show the values in your desired order.

:blush:

3 Likes

Great! :sunglasses:Thank you very much! It works!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.