I would like to round (0 decimal) the values on the x axis of the fleet graph. Showing week numbers x-axix. Does anyone know how to do this?
http://www.snowcams.eu/snowcondition/saas%20fee/998
Here is your solution (all this can be found in the API Documentation plugin )
$.plot( $("#placeholder"), [{data:d1, lines:{show: true}, points:{show: true}, label:"Mountain"}], {xaxis: {tickSize:1, tickDecimals:0 }} );
Source: https://habr.com/ru/post/1726168/More articles:How to get rid of dl, dt, dd tags Zend_Form? - zend-frameworkHow to set a NotEmpty validator message to Zend_Form_Element? - phpHow to intercept Linux signals? (in C) - cCreate an interface that derives from IEnumerable - c #Gridview ControlState is very large, even if view mode is disabled and does not use DataKeyNames - asp.netDecimal point interpretation in archive calculations in Vim - vimtwitter streaming api - set filter in http post request (apache httpcomponents) - javaWrap std :: exception and ApplicationException - c ++ - cliПрофилировщик может начать профилирование при выполнении некоторой процедуры - profilingIs there any library in .Net to do basic sound editing? - c #All Articles