I am using extjs diagrams to display some data. In this data, the axis and axis labels do not matter - only the data trend is important. So I want to disable the axes. How to do it?
You want to install extraStyles for x / yAxis.
..., extraStyle: { xAxis:{showLabels:false}, yAxis:{showLabels:false} }, ...
Additional information can be found in the YUI Chart API Docs.
Source: https://habr.com/ru/post/1729845/More articles:Silverlight 3 Books - silverlightCheck if string is all-header in Emacs lisp? - emacsRe-writing this sql query - sqlClasses, methods, and polymorphism in Python - pythonCall counter value? Also, use other values based on the counter value - javaEclipse PHP IDE - Custom Automatically Complete Tags - eclipseSecure Software Usage Audit Log - securityHow to make file fake proof? - securitySpecific time zone In boost :: posix_time :: ptime - c ++CakePHP populates password field when creating a new user crash - phpAll Articles