visibility serias name

Hello,

Is there a parameter that revolves the long name of the series or otherwise?

https://snippet.webix.com/6rxn80tk

nkm

Hello,
As a solution you can set a custom CSS to rotate the xAxis labels:

  .webix_axis_item_x{  
  	padding-top:35px;
  	padding-left:35px;
  	transform: rotate(90deg);	    	
  }    

And you can add the padding to chart and the paddings of the labels as a example below:
https://snippet.webix.com/w8bzaiuo