Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

When I use time for x-axis , it always to many , so it looks uncomfortable . Is there any idea to auto fit the x-axis.

Environment Knowage 7.4.2 , Linux , chrome
in General Configuration by (120 points)

1 Answer

+1 vote
Dear panshujie,

the chart widget has no automatical grouping or stepping functionality, but you can go inside the widget configuration advanced tab and add the properties that are allowing it, like this one for highcharts: https://api.highcharts.com/highcharts/xAxis.labels.step.

Otherwise if you want something very specific I suggest you to use the custom chart widget and to set there the Xaxis properties you need.
https://knowage-suite.readthedocs.io/en/7.4/functionalities-guide/cockpit/index.html#custom-chart-widget

Regards
by (11.3k points)
...