Does anyone know how to hide the text “enlarge” in the Highstock RangeSelector area? I already looked at the API page , but could not find a solution.
Thanks in advance!
You can use lang options and set an empty string.
Highcharts.setOptions({ lang:{ rangeSelectorZoom: '' } });
http://jsfiddle.net/q0ra5tk6/
Source: https://habr.com/ru/post/1615023/More articles:android edittext query request at specific position - androidПовторяющееся значение в HashMap - javaGolang rewrites http - http request bodyПочему "Не удается вызвать методы на остановленном SparkContext", который вызывается при подключении к Spark Standalone из приложения Java? - javaAdd Snippet to Action NavigationDrawer - javaExtracting the entire path from a multilevel dictionary - pythonHow to print on Android screen from native code in NDK? - androidReplace the empty string with np.nan, but get "NaN" - numpyWhat the C ++ 14 standard says about cars as an argument type - c ++OpenGL updating vertex array / buffer - c ++All Articles