i have a chart. i want display month, day in chart. what should i do?
Read the info from the chart node:
The X axis defines a time window or a maximum number of points to display. Older data will be automatically removed from the graph. The axis labels can be formatted using a Moment.js time formatted string.
If you select "Custom" for X-Axis label the default value is D/M - should be what you need.
ok ok, thank you. i solved.